We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045354a commit a48e6abCopy full SHA for a48e6ab
1 file changed
docs/slides/index.md
@@ -274,6 +274,12 @@ gh aw logs
274
# Filter by date range
275
gh aw logs --start-date -1w accessibility-review
276
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
283
# Generate the lock file for a workflow
284
gh aw compile
285
```
0 commit comments