这是indexloc提供的服务,不要输入任何密码
Skip to content

Update run command's --help #971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions cli/internal/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Options:
--filter="<selector>" 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).
Expand All @@ -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.
Expand Down