Skip to content

Commit

Permalink
Document disabling telemetry with an environment variable (withastro#…
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored Dec 6, 2022
1 parent 9ddbb35 commit 297b9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/en/reference/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ astro telemetry clear
```

:::tip[Want to disable telemetry in CI environments?]
Make sure you add the `astro telemetry disable` command to your CI scripts.
Add the `astro telemetry disable` command to your CI scripts or set the `ASTRO_TELEMETRY_DISABLED` environment variable.
:::

## Common flags
Expand Down

0 comments on commit 297b9b5

Please sign in to comment.