/
How to get details of all Bamboo plans with Bamboo Command Line Interface (CLI)
How to get details of all Bamboo plans with Bamboo Command Line Interface (CLI)
This article explains how to get details of all Bamboo plans with the Bamboo Command Line Interface (CLI) app.
Instructions
Use the runFromPlanList and getPlan actions to get all the plan details in Bamboo. Refer to the sample command as follows:
--action runFromPlanList --project "@all" --common "--action getPlan --plan "@plan@""
In the above action:
- --project value refers to all projects in Bamboo.
- --plan value refers to Bamboo plan key.
- Additionally, --regex can be used to filter plans.
It is recommended to test the commands in a non-production environment, or, run the action with --simulate parameter to verify the behavior before deploying.
Related content
Create Bamboo plans in bulk using Bamboo Command Line Interface (CLI)
Create Bamboo plans in bulk using Bamboo Command Line Interface (CLI)
More like this
How to remove build history of a Bamboo plan using Bamboo Command Line Interface (CLI)
How to remove build history of a Bamboo plan using Bamboo Command Line Interface (CLI)
More like this
How to get the list of deployment projects in a file using Bamboo Command Line Interface (CLI)
How to get the list of deployment projects in a file using Bamboo Command Line Interface (CLI)
More like this
How to remove all jobs in Bamboo plan using Bamboo Command Line Interface (CLI)
How to remove all jobs in Bamboo plan using Bamboo Command Line Interface (CLI)
More like this
How to add a requirement to a Bamboo plan using CLI
How to add a requirement to a Bamboo plan using CLI
More like this
How to add Bamboo CLI task in a Bamboo job with Run CLI Actions in Bamboo
How to add Bamboo CLI task in a Bamboo job with Run CLI Actions in Bamboo
More like this