From ec72195636cd94d88fa53376e2ccfa4b59be1326 Mon Sep 17 00:00:00 2001 From: Gaspar Garcia Date: Tue, 29 Mar 2022 16:01:23 -0700 Subject: [PATCH 1/2] Update run command's --help Remote references to turborepo.com team and token --- cli/internal/run/run.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cli/internal/run/run.go b/cli/internal/run/run.go index 199797c643f67..f920c55bff230 100644 --- a/cli/internal/run/run.go +++ b/cli/internal/run/run.go @@ -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. From 6436c366adaae1bda7901c04be2c2761ce05622c Mon Sep 17 00:00:00 2001 From: Gaspar Garcia Date: Tue, 29 Mar 2022 16:04:31 -0700 Subject: [PATCH 2/2] Add link to incoming --filter docs --- cli/internal/run/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/internal/run/run.go b/cli/internal/run/run.go index f920c55bff230..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).