| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
There was a problem hiding this comment.
Documents the existing --runtime filtering flag for the logs and audit commands.
Changes:
| File | Description |
|---|---|
| docs/src/content/docs/setup/cli.md | Documents runtime filtering for logs and audits. |
Tip
Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
docs/src/content/docs/setup/cli.md:546
gh aw audit 1234567890 --runtime gvisor # Skip run unless sandbox agent runtime matches
Sorry, something went wrong.
| cat run-ids.txt | gh aw logs --stdin | ||
| echo "1234567890" | gh aw logs --stdin --engine claude | ||
| cat run-ids.txt | gh aw logs --stdin --repo owner/repo # required for bare numeric IDs | ||
| gh aw logs --runtime gvisor # Filter to runs using a specific sandbox agent runtime |
|
🎉 This pull request is included in a new release. Release: v0.86.2 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The CLI consistency checker found that --runtime — a real, working flag on both gh aw logs and gh aw audit used to filter runs by sandbox agent runtime (e.g., gvisor, docker-sbx) — was completely absent from docs/src/content/docs/setup/cli.md.
Changes