Skip to content

Commit d2edd6b

Browse files
docs: fix README CLI reference — add missing commands and update configure description (#605)
1 parent 2e0a0bb commit d2edd6b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,15 +493,22 @@ Commands:
493493
mcp Run as an MCP server (safe outputs)
494494
mcp-http Run as an HTTP MCP server (for MCPG integration)
495495
execute Execute safe outputs (Stage 3)
496-
configure Detect agentic pipelines and update GITHUB_TOKEN on ADO definitions
496+
secrets Manage pipeline-variable secrets on matched ADO definitions (set/list/delete)
497497
enable Register ADO build definitions for compiled pipelines and ensure they are enabled
498+
disable Set queueStatus to disabled (or paused) on matched ADO definitions
499+
remove Delete matched ADO build definitions (destructive)
500+
list List matched ADO definitions with their latest-run state
501+
status Per-pipeline status block for matched ADO definitions
502+
run Queue builds for matched ADO definitions (optionally poll to completion)
498503

499504
Options:
500505
-v, --verbose Enable info-level logging
501506
-d, --debug Enable debug-level logging
502507
--log-output-dir <path> Write ado-aw logs to a specific directory (overrides ADO_AW_LOG_DIR)
503508
```
504509
510+
> **Note:** The `configure` command is deprecated (hidden from `--help`) and is now just an alias for `secrets set GITHUB_TOKEN`. Use `secrets set GITHUB_TOKEN` directly.
511+
505512
---
506513
507514
## Prompts & Skill Files

0 commit comments

Comments
 (0)