[docs] Update documentation for features from 2026-06-13#39065
Merged
Conversation
Closed
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.
docs: fix
removesubstring wording, document--disable-codemod,-laliasSummary
Documentation-only update to
docs/src/content/docs/setup/cli.mdcorrecting a factualerror and filling in two undocumented flags and one undocumented alias.
Changes
removecommand — corrected pattern-matching descriptionThe previous wording said the command accepted a "prefix pattern", which was
incorrect. The command actually matches any substring of a workflow's name,
not just its prefix. Both the prose description and the inline code-comment in
the example block have been updated to reflect this.
# Remove all workflows starting with 'test-'# Remove all workflows containing 'test-' in their namefixcommand — added--disable-codemodflag--disable-codemodwas missing from the Options line and had no proseexplanation. Added to the options list and added a one-liner:
upgradecommand — added--disable-codemodflagSame flag, now documented for the
upgradecommand's embedded fix step.Added to the options list with the additional context that it is ignored when
--no-fixis set:project newcommand — added-lshort alias for--linkThe flag entry in the Options list now reads
--link/-lto expose theshort form that was already accepted by the CLI but not mentioned in the docs.
Files changed
docs/src/content/docs/setup/cli.mdRisk
None. Documentation only; no code, schema, or behaviour changes.