diff --git a/docs/src/content/docs/setup/cli.md b/docs/src/content/docs/setup/cli.md index b85ce59a5d..be7dcef0ec 100644 --- a/docs/src/content/docs/setup/cli.md +++ b/docs/src/content/docs/setup/cli.md @@ -403,22 +403,6 @@ gh aw audit 12345678 --parse # Parse logs to markdo Logs are saved to `logs/run-{id}/` with filenames indicating the extraction level (job logs, specific step, or first failing step). -### Agentic campaigns - -#### `campaign` - -Manage campaign definitions. See [Agentic Campaigns Guide](/gh-aw/guides/campaigns/) for complete documentation. - -**Quick Reference:** -- `gh aw campaign` - List campaigns -- `gh aw campaign status` - Show live status -- `gh aw campaign new ` - Create new campaign -- `gh aw campaign validate` - Validate specs - -**Options:** `--json` - -Alternative: create an issue with the `create-agentic-campaign` label to trigger automated campaign creation ([docs](/gh-aw/guides/campaigns/)). - ### Management #### `enable` diff --git a/pkg/cli/doc.go b/pkg/cli/doc.go index 38bd911637..901425e4a0 100644 --- a/pkg/cli/doc.go +++ b/pkg/cli/doc.go @@ -1,9 +1,9 @@ // Package cli provides the command-line interface for gh-aw (GitHub Agentic Workflows). // // This package implements the `gh aw` CLI extension using the Cobra command framework. -// It provides commands for compiling workflows, managing campaigns, running audits, -// and inspecting MCP servers. Each command follows consistent patterns for error -// handling, output formatting, and user interaction. +// It provides commands for compiling workflows, running audits, and inspecting MCP +// servers. Each command follows consistent patterns for error handling, output +// formatting, and user interaction. // // # Available Commands // @@ -19,8 +19,6 @@ // // actions - Build and manage custom GitHub Actions // -// campaign - Execute and manage multi-repository workflow campaigns -// // # Basic Usage // // // Compile a single workflow