Skip to content

Commit

Permalink
fix: TURBO_TEAM env line location in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibautMarechal committed Sep 18, 2024
1 parent 1fbe475 commit a87c0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/repo-docs/reference/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -518,12 +518,12 @@ turbo run build --team=my-team
turbo run build --team=my-team --token=xxxxxxxxxxxxxxxxx
```
This value can also be set using [the `TURBO_TEAM` system variable](/repo/docs/reference/system-environment-variables). If both are present, the flag value will override the system variable.
### `--ui`
Specify the UI to use for output. Accepts `stream` or `tui`.
This value can also be set using [the `TURBO_TEAM` system variable](/repo/docs/reference/system-environment-variables). If both are present, the flag value will override the system variable.
### `--verbosity`
To specify log level, use `--verbosity=<num>` or `-v, -vv, -vvv`.
Expand Down

0 comments on commit a87c0be

Please sign in to comment.