/
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 listFor 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 productionor, run the action with --simulate parameter to verify the behavior before deploying.





Related content