Skip to end of banner
Go to start of banner

How to use removeApplicationLink action in Bitbucket Command Line Interface (CLI)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This article explains how to remove the application links using Bitbucket Command Line Interface (CLI)

Instructions

  1. The CLI action: removeApplicationLink can be used to delete the existing application links.
  2. Refer to the below-given sample action commands to delete a project using --name or --url parameters:

    --action removeApplicationLink --name "localhost Jira"

    or

     --action removeApplicationLink --url "http://localhost:8080"
    In the above examples:
    --name parameter represents the Application name.
    --url parameter considers the display URL of the application.

  1. Refer to the below screenshot for more clarity:

--continue can be used as an optional parameter to continue the processing even after errors are encountered for run actions.


It is recommended to test this scenario in a non-production environment or run the action with the --simulate parameter to verify the behavior before deploying.

  • No labels