Skip to content

Commit 52739a4

Browse files
Update CLI documentation for features merged on 2025-11-13 (#3809)
1 parent ef39ad9 commit 52739a4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • docs/src/content/docs/setup

docs/src/content/docs/setup/cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ gh aw compile # Compile all workflows
125125
gh aw compile my-workflow # Compile specific workflow
126126
gh aw compile --watch # Auto-recompile on changes
127127
gh aw compile --validate --strict # Schema + strict mode validation
128+
gh aw compile --validate --json # Validation with JSON output
128129
gh aw compile --zizmor # Security scan (warnings)
129130
gh aw compile --strict --zizmor # Security scan (fails on findings)
130131
gh aw compile --dependabot # Generate dependency manifests
@@ -139,6 +140,7 @@ gh aw compile --purge # Remove orphaned .lock.yml files
139140
| `--strict` | Requires timeouts, explicit network config, blocks write permissions |
140141
| `--zizmor` | Security scanning with [zizmor](https://github.com/woodruffw/zizmor) |
141142
| `--dependabot` | Generate npm/pip/Go manifests and update dependabot.yml |
143+
| `--json` | Output validation results in machine-readable JSON format |
142144
| `--watch` | Auto-recompile on file changes |
143145
| `--purge` | Remove orphaned `.lock.yml` files |
144146

@@ -160,7 +162,7 @@ gh aw trial ./issue-workflow.md --trigger-context "#123" # With issue context
160162

161163
| Option | Description |
162164
|--------|-------------|
163-
| `--engine` | Override AI engine for testing |
165+
| `-e, --engine` | Override AI engine for testing |
164166
| `--auto-merge-prs` | Automatically merge created PRs |
165167
| `--repeat N` | Repeat execution N times |
166168
| `--delete-host-repo-after` | Delete trial repository after execution |

0 commit comments

Comments
 (0)