Skip to content

Commit

Permalink
docs: Add --ui flag. (vercel#8918)
Browse files Browse the repository at this point in the history
### Description

Added in vercel#8714
  • Loading branch information
anthonyshew authored Aug 1, 2024
1 parent 2b0112e commit 3515e87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/repo-docs/reference/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,10 @@ turbo run build --team=my-team
turbo run build --team=my-team --token=xxxxxxxxxxxxxxxxx
```
### `--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`
Expand Down

0 comments on commit 3515e87

Please sign in to comment.