[instructions] Document gh aw deploy and --repo flag in cli-commands.md#32783
Merged
pelikhan merged 1 commit intoMay 17, 2026
Merged
Conversation
The `gh aw deploy` command and `--repo` flag on `update`/`logs`/`status` were added after v0.72.1 but were not reflected in the agent CLI reference. This adds a `gh aw deploy` section, notes `--repo` usage on the cross-repo commands, and adds `deploy` to the CLI ↔ MCP quick-reference table.
Contributor
Author
|
|
pelikhan
approved these changes
May 17, 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.
Instructions Update — Sync with post-v0.72.1 CLI surface
This PR updates
.github/aw/cli-commands.mdto cover CLI additions made after the v0.72.1 release.Files Changed
.github/aw/cli-commands.md(+26/-1): addgh aw deploysection, mention--repoonupdate/logs/status, adddeployrow to the CLI ↔ MCP table.Documentation Commits Reviewed (since v0.72.1)
ee46aa6Addgh aw deployto orchestrate remote workflow rollout via PR (Addgh aw deployto orchestrate remote workflow rollout via PR #32248)a2d8299Addgh aw update --reposupport with isolated shallow checkout and target-repo PR flow (Addgh aw update --reposupport with isolated shallow checkout and target-repo PR flow #32213)1c5200dFix:gh aw statusandgh aw logsbypass local filesystem when--repois set (Fix:gh aw statusandgh aw logsbypass local filesystem when--repois set #32268)054d632Addemojifrontmatter field (Addemojifrontmatter field #32200) — already covered by381b569syncingsyntax.md4111077,9b7dd74,52a7101, etc. — already reflected in.github/aw/updates landed during the release windowSize Audit
Code vs Instructions Audit
Reconciled the
SafeOutputsConfigstruct inpkg/workflow/compiler_types.goandpkg/parser/schemas/main_workflow_schema.jsonagainst.github/aw/safe-outputs.md. All top-level operations (includingset-issue-field,submit-pull-request-review,report-incomplete,actions:) and thegithub-app.client-idrename are already documented.comment-memoryis intentionally documented undertools:inmemory.md(it flows throughToolsConfig, not directly undersafe-outputs:).Validation
cli-commands.mdsub-filegh aw deployand--repoflag presence inpkg/cli/deploy_command.go/pkg/cli/update_command.go