Skip to content

Commit

Permalink
cli: do not track info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Dec 11, 2024
1 parent 674f14c commit a48c536
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/operate/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@ See available subcommands under the Reference section in the navigation sidebar.
```shell
nais start appname teamname --topics events
```

## Telemetry

We collect simple telemetry about usage and error messages to get a view of which features are used, and what kind of problems our users have with using the tool.
If you don't want to share your usage you can opt out following the [Console Do Not Track (DNT)](https://consoledonottrack.com/) standard.

Copy this into your terminal, or even better add it to your shell-config (for example `.zshrc` or `.bashrc`):

``` shell
export DO_NOT_TRACK=1
```

0 comments on commit a48c536

Please sign in to comment.