@@ -125,6 +125,7 @@ gh aw compile # Compile all workflows
125125gh aw compile my-workflow # Compile specific workflow
126126gh aw compile --watch # Auto-recompile on changes
127127gh aw compile --validate --strict # Schema + strict mode validation
128+ gh aw compile --validate --json # Validation with JSON output
128129gh aw compile --zizmor # Security scan (warnings)
129130gh aw compile --strict --zizmor # Security scan (fails on findings)
130131gh 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