Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Member
|
cc @anthonyshew you re-worked some of these lately I believe. Can you take a look? |
anthonyshew
marked this pull request as draft
August 12, 2026 13:34
3 tasks
anthonyshew
pushed a commit
that referenced
this pull request
Aug 31, 2026
### Description - Document `--filter` / `-F` on the `turbo ls` reference page (already supported by the CLI; mirrored from `query.mdx`). - Document `--invalidate` on the `turbo logout` reference page (defaults to `true`; `--invalidate=false` skips remote revoke). - Fix typo in `query.mdx` (`--schema`flag → `--schema` flag). - Mark `turbo query ls --output` as experimental to match `ls.mdx` and CLI help. - Correct support-policy wording: experimental applies to `turbo ls --output`, not only with `--affected`. ### Testing Instructions - [x] Verified content against `turbo ls --help`, `turbo logout --help`, and existing `ls.mdx` / `query.mdx` patterns. - [x] `pnpm exec oxfmt --check` on edited MDX files (via repo pre-push `format` task). - [x] No overlap with open PR #13811 (`run.mdx` / env vars) or #13684 (orphaned cross-links). Made with [Cursor](https://cursor.com)
This branch was previously deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These docs pages had no inbound links from other pages, so they're only reachable via the sidebar. Adds minimal cross-links from their parent or related pages.
The
/docs/messages/*error pages are intentionally left as-is — they're landing pages for CLI error output and have no natural prose home.