Skip to content

Commit 28fb80a

Browse files
authored
docs: Add missing documentation for version command (#3700)
1 parent 561b387 commit 28fb80a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • docs/src/content/docs/setup

docs/src/content/docs/setup/cli.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,18 @@ Exposes CLI commands (`status`, `compile`, `logs`, `audit`) as MCP tools, enabli
339339

340340
See **[MCP Server Guide](/gh-aw/setup/mcp-server/)** for integration details.
341341

342+
### Utility Commands
343+
344+
#### `version`
345+
346+
Show version information for the gh-aw CLI.
347+
348+
```bash wrap
349+
gh aw version
350+
```
351+
352+
Displays the current version of gh-aw and product information. Equivalent to using the `--version` flag.
353+
342354
## Examples
343355

344356
### Basic Workflow Lifecycle

0 commit comments

Comments
 (0)