Skip to content

Commit a48e6ab

Browse files
docs(slides): add gh aw audit and --format flag to monitoring slide (#24929)
1 parent 045354a commit a48e6ab

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/slides/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,12 @@ gh aw logs
274274
# Filter by date range
275275
gh aw logs --start-date -1w accessibility-review
276276

277+
# Cross-run analysis report
278+
gh aw logs --format markdown --count 10
279+
280+
# Audit a specific workflow run
281+
gh aw audit 123456
282+
277283
# Generate the lock file for a workflow
278284
gh aw compile
279285
```

0 commit comments

Comments
 (0)