cops bamboo plan commands let you inspect Bamboo build plans. They call the Bamboo REST API (/rest/api/latest/plan).
cops bamboo plan get
cops bamboo plan get
Fetch details for a Bamboo build plan by its plan key.Alias:
cops bamboo plan detailsUsage
Arguments
| Argument | Description |
|---|---|
<planKey> | Bamboo plan key (e.g. PROJ-PLAN). Required. |
Flags
Output format:
table, json, or markdown.Disable TLS certificate validation. Use only with self-signed certificates in trusted networks.
Override the active config profile.
Output columns
key, shortKey, name, enabled, active, lifecycle| Column | Description |
|---|---|
key | Full plan key (e.g. PROJ-PLAN) |
shortKey | Short plan key |
name | Human-readable plan name |
enabled | Whether the plan is enabled |
active | Whether the plan is active |
lifecycle | Plan lifecycle state (e.g. ACTIVE) |
Examples
Related
cops bamboo build
Get the latest build result for a plan.
cops bamboo deploy
Inspect deployment environments.
