Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions docs/src/content/docs/setup/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <id>` - 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`
Expand Down
8 changes: 3 additions & 5 deletions pkg/cli/doc.go
Original file line number Diff line number Diff line change
@@ -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
//
Expand All @@ -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
Expand Down
Loading