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
| Command | Description |
|---|---|
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 get | Get deployment environment details |
cops bamboo deploy env results | List 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
Allcops bamboo subcommands accept the following flags:
| Flag | Type | Default | Description |
|---|---|---|---|
--output | table | json | markdown | table | Output format |
--insecure | boolean | false | Disable TLS certificate validation |
--profile | string | active profile | Override the active config profile |
Prerequisites
You must have a Bamboo profile configured before running anycops bamboo command.
