Skip to content

Commit

Permalink
chore: unhide query (#9286)
Browse files Browse the repository at this point in the history
### Description

Pretty self explanatory

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
  • Loading branch information
NicholasLYang authored Oct 18, 2024
1 parent 36a0f1e commit 01bddab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/turborepo-lib/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ pub enum Command {
},
/// Query your monorepo using GraphQL. If no query is provided, spins up a
/// GraphQL server with GraphiQL.
#[clap(hide = true)]
Query {
/// Pass variables to the query via a JSON file
#[clap(short = 'V', long, requires = "query")]
Expand Down
1 change: 1 addition & 0 deletions turborepo-tests/integration/tests/no-args.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Make sure exit code is 2 when no args are passed
logout Logout to your Vercel account
prune Prepare a subset of your monorepo
run Run tasks across projects in your monorepo
query Query your monorepo using GraphQL. If no query is provided, spins up a GraphQL server with GraphiQL
watch Arguments used in run and watch
unlink Unlink the current directory from your Vercel organization and disable Remote Caching

Expand Down
2 changes: 2 additions & 0 deletions turborepo-tests/integration/tests/turbo-help.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Test help flag
logout Logout to your Vercel account
prune Prepare a subset of your monorepo
run Run tasks across projects in your monorepo
query Query your monorepo using GraphQL. If no query is provided, spins up a GraphQL server with GraphiQL
watch Arguments used in run and watch
unlink Unlink the current directory from your Vercel organization and disable Remote Caching

Expand Down Expand Up @@ -140,6 +141,7 @@ Test help flag
logout Logout to your Vercel account
prune Prepare a subset of your monorepo
run Run tasks across projects in your monorepo
query Query your monorepo using GraphQL. If no query is provided, spins up a GraphQL server with GraphiQL
watch Arguments used in run and watch
unlink Unlink the current directory from your Vercel organization and disable Remote Caching

Expand Down

0 comments on commit 01bddab

Please sign in to comment.