Skip to main content
The cops bamboo plan commands let you inspect Bamboo build plans. They call the Bamboo REST API (/rest/api/latest/plan).

cops bamboo plan get

Fetch details for a Bamboo build plan by its plan key.Alias: cops bamboo plan details

Usage

cops bamboo plan get <planKey> [flags]

Arguments

ArgumentDescription
<planKey>Bamboo plan key (e.g. PROJ-PLAN). Required.

Flags

--output
string
default:"table"
Output format: table, json, or markdown.
--insecure
boolean
default:"false"
Disable TLS certificate validation. Use only with self-signed certificates in trusted networks.
--profile
string
Override the active config profile.

Output columns

key, shortKey, name, enabled, active, lifecycle
ColumnDescription
keyFull plan key (e.g. PROJ-PLAN)
shortKeyShort plan key
nameHuman-readable plan name
enabledWhether the plan is enabled
activeWhether the plan is active
lifecyclePlan lifecycle state (e.g. ACTIVE)

Examples

cops bamboo plan get PROJ-PLAN
key        shortKey  name            enabled  active  lifecycle
─────────  ────────  ──────────────  ───────  ──────  ─────────
PROJ-PLAN  PLAN      My Build Plan   true     true    ACTIVE

cops bamboo build

Get the latest build result for a plan.

cops bamboo deploy

Inspect deployment environments.

Build docs developers (and LLMs) love