Skip to content

[docs] Update documentation for features from 2026-06-13#39065

Merged
pelikhan merged 1 commit into
mainfrom
docs/daily-updates-2026-06-13-413c803887b32a40
Jun 13, 2026
Merged

[docs] Update documentation for features from 2026-06-13#39065
pelikhan merged 1 commit into
mainfrom
docs/daily-updates-2026-06-13-413c803887b32a40

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

docs: fix remove substring wording, document --disable-codemod, -l alias

Summary

Documentation-only update to docs/src/content/docs/setup/cli.md correcting a factual
error and filling in two undocumented flags and one undocumented alias.


Changes

remove command — corrected pattern-matching description

The 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.

Before After
"...or prefix pattern" "...or a substring pattern matching multiple workflows"
# Remove all workflows starting with 'test-' # Remove all workflows containing 'test-' in their name

fix command — added --disable-codemod flag

--disable-codemod was missing from the Options line and had no prose
explanation. Added to the options list and added a one-liner:

Use --disable-codemod (repeatable) to skip specific codemod IDs by name.


upgrade command — added --disable-codemod flag

Same flag, now documented for the upgrade command's embedded fix step.
Added to the options list with the additional context that it is ignored when
--no-fix is set:

Use --disable-codemod (repeatable) to skip specific codemod IDs during the
embedded fix step. This flag is ignored when --no-fix is set.


project new command — added -l short alias for --link

The flag entry in the Options list now reads --link/-l to expose the
short form that was already accepted by the CLI but not mentioned in the docs.


Files changed

File Lines
docs/src/content/docs/setup/cli.md +9 / −5

Risk

None. Documentation only; no code, schema, or behaviour changes.

Generated by PR Description Updater for issue #39065 · 91.9 AIC · ⌖ 13 AIC · ⊞ 19.8K ·

- remove command: clarify it matches a substring, not a prefix (#38846 H2)
- fix command: document --disable-codemod flag (#38846 M1)
- upgrade command: document --disable-codemod flag (#38846 M2)
- project new command: document -l short alias for --link (#38846 L2)
@github-actions github-actions Bot added automation documentation Improvements or additions to documentation labels Jun 13, 2026
@pelikhan pelikhan merged commit 05db9ee into main Jun 13, 2026
@pelikhan pelikhan deleted the docs/daily-updates-2026-06-13-413c803887b32a40 branch June 13, 2026 11:36
@github-actions github-actions Bot mentioned this pull request Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant