diff --git a/docs/repo-docs/reference/run.mdx b/docs/repo-docs/reference/run.mdx index da7b54d8021ba..e4f950669bd59 100644 --- a/docs/repo-docs/reference/run.mdx +++ b/docs/repo-docs/reference/run.mdx @@ -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=` or `-v, -vv, -vvv`.