Skip to content

Conversation

@github-actions
Copy link
Contributor

Documentation Updates - 2026-01-22

This PR updates the CLI documentation to document the new gh aw list command that was merged in the last 24 hours.

Features Documented

Changes Made

  • Updated docs/src/content/docs/setup/cli.md:
    • Added gh aw list to the "Most Common Commands" table
    • Added complete documentation section under "Monitoring" with:
      • Command description emphasizing fast enumeration without GitHub API calls
      • Usage examples showing pattern filtering, JSON output, and label filtering
      • Clear distinction from gh aw status command
      • Options documentation

Merged PRs Referenced

Key Details About the Feature

The gh aw list command provides:

  • Fast enumeration of all agentic workflows in the repository
  • Display of workflow name, engine, and compilation status
  • Pattern-based filtering (case-insensitive substring matching)
  • JSON output support for programmatic usage
  • Label-based filtering
  • Unlike gh aw status, does NOT check GitHub workflow state or time remaining

This command is useful for quick discovery and filtering of workflows without the overhead of querying the GitHub API.

AI generated by Daily Documentation Updater

Add documentation for the new `gh aw list` command that was merged in
PR #11218. This command provides fast workflow enumeration without
querying GitHub API for workflow state.

Changes:
- Add gh aw list to "Most Common Commands" table
- Add complete documentation section under "Monitoring"
- Include usage examples and options
- Clarify differences from gh aw status command

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@github-actions github-actions bot added automation documentation Improvements or additions to documentation labels Jan 22, 2026
@pelikhan pelikhan merged commit f1b14a8 into main Jan 22, 2026
@pelikhan pelikhan deleted the main-b4fc28e5f0af6cb8 branch January 22, 2026 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant