diff --git a/cli/internal/run/run.go b/cli/internal/run/run.go index 199797c643f67..8d09b10b96813 100644 --- a/cli/internal/run/run.go +++ b/cli/internal/run/run.go @@ -120,7 +120,7 @@ Options: --filter="" Use the given selector to specify package(s) to act as entry points. The syntax mirror's pnpm's syntax, and additional documentation and examples can be found in - turbo's documentation TODO: LINK. + turbo's documentation https://turborepo.org/docs/reference/command-line-reference#--filter --filter can be specified multiple times. Packages that match any filter will be included. --force Ignore the existing cache (to force execution). @@ -132,8 +132,10 @@ Options: --since Limit/Set scope to changed packages since a mergebase. This uses the git diff ${target_branch}... mechanism to identify which packages have changed. - --team The slug of the turborepo.com team. - --token A turborepo.com personal access token. + --team The slug or team ID of the remote cache team. + --token A bearer token for remote caching. You can also set + the value of the current token by setting an + environment variable named TURBO_TOKEN. --ignore Files to ignore when calculating changed files (i.e. --since). Supports globs. --profile File to write turbo's performance profile output into.