Skip to main content
The cops bamboo command group provides read and inspection operations against a Bamboo Data Center instance. Commands use the active profile configured with cops auth login, or the profile you specify with --profile.

Quick reference

CommandDescription
cops bamboo plan get <planKey>Fetch plan details by plan key
cops bamboo build latest <planKey>Get the latest build result for a plan
cops bamboo deploy env getGet deployment environment details
cops bamboo deploy env resultsList recent deployment results for an environment

Command groups

cops bamboo plan

Fetch plan details by Bamboo plan key.

cops bamboo build

Retrieve the latest build result for a plan.

cops bamboo deploy

Inspect deployment environments and their recent deployment results.

Common flags

All cops bamboo subcommands accept the following flags:
FlagTypeDefaultDescription
--outputtable | json | markdowntableOutput format
--insecurebooleanfalseDisable TLS certificate validation
--profilestringactive profileOverride the active config profile
--insecure disables TLS certificate validation and exposes traffic to MITM attacks. Use it only with self-signed certificates in trusted networks.

Prerequisites

You must have a Bamboo profile configured before running any cops bamboo command.
cops auth login
See Auth profiles for details on setting up and managing profiles.

Build docs developers (and LLMs) love