-
Notifications
You must be signed in to change notification settings - Fork 2.1k
docs: query documentation #9258
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
8 Skipped Deployments
|
Hi there 👋 It looks like this PR introduces broken links to the docs, please take a moment to fix them before merging:
Thank you 🙏 |
> turbo ls | ||
turbo 2.1.3 | ||
|
||
WARNING ls command is experimental and may change in the future |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING ls command is experimental and may change in the future | |
WARNING the `ls` command is experimental and may change in the future |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is based off the warning output, so I'll keep it as is for now
docs/repo-docs/crafting-your-repository/understanding-your-repository.mdx
Outdated
Show resolved
Hide resolved
docs/repo-docs/reference/query.mdx
Outdated
When no arguments are passed, the command will open a GraphiQL playground to run queries. | ||
|
||
```bash title="Terminal" | ||
turbo query | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd put this first! this is something we really want people to see the most, right?
…ository.mdx Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
8d89d67
to
d76039a
Compare
Description
Documenting the new
turbo query
command. Also includes some fixes for previously hidden parts and a general guide on understanding your repository.Testing Instructions