/
How to remove plan from favourite list using Bamboo CLI
How to remove plan from favourite list using Bamboo CLI
This article explains how to remove the plan from the favourite list using Bamboo Command Line Interface (CLI).
Instructions
Use unsetFavoritePlan action to remove the plan from the favourite list.
Execute the following command to unset the plan from the favourite list. For this instance, let's refer to this the plan, TES-PLAN.
--action unsetFavoritePlan --plan "TES-PLAN"
After executing the CLI action, we are able to unset the Favourite plan.
The parameter used with the action is:
--plan value refers to the plan key.
- It is recommended to test the command in a non-production environment before running in production, or, run the action with --simulate parameter to verify the behavior before deploying.
, multiple selections available,
Related content
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 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 remove all stages in Bamboo plan using Bamboo Command Line Interface (CLI)
How to remove all stages in Bamboo plan using Bamboo Command Line Interface (CLI)
More like this
How to set the dependency of a plan using Bamboo CLI
How to set the dependency of a plan using Bamboo CLI
More like this
How to disable the all jobs in Bamboo plan using Bamboo Command Line Interface (CLI)
How to disable the all jobs in Bamboo plan using Bamboo Command Line Interface (CLI)
More like this
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)
More like this