[docs] Update documentation for features from 2026-02-26#18443
Merged
Conversation
Update the `update` command section to clarify that the command exits gracefully with an informational message when no workflows have a `source` field, rather than returning an error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Feb 26, 2026
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.
Documentation Updates - 2026-02-26
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
gh aw updatebehavior when no workflows have asourcefield (from fix: gh aw update exits gracefully when no workflows have a source field #18433)Changes Made
docs/src/content/docs/setup/cli.mdto document thatgh aw updateexits gracefully with an informational message when no workflows contain asourcefield, instead of returning an errorMerged PRs Referenced
fix: gh aw update exits gracefully when no workflows have a source fieldfix: CLI consistency - usage paths, trial --quiet, pr verbose, secrets examples(code-only fixes; existing docs were already accurate)Notes
PR #18380 fixed several CLI consistency issues in the code (removed a non-existent
--quietflag fromtrialexamples in code, fixedpr transferverbose flag inheritance, addedsecrets bootstrapexamples). The existing documentation did not reference the incorrect--quietflag and already had examples for all affected commands, so no documentation changes were needed for that PR.