Skip to content

Commit

Permalink
add note about telemetry to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed May 22, 2024
1 parent cf9d1b2 commit d6a3d9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ And use it with the config argument:
$ dlt-init-openapi init pokemon --url ... --config config.yml
```

## Telemetry
We track your usage of this tool similar to how we track other commands in the dlt core library. Read more about this and how to disable it here: https://dlthub.com/docs/reference/telemetry.

## Implementation notes
* OAuth Authentication currently is not natively supported, you can supply your own
* Per endpoint authentication currently is not supported by the generator, only the first globally set securityScheme will be applied. You can add your own per endpoint if you need to.

0 comments on commit d6a3d9c

Please sign in to comment.