This article explains how to remove the application links using Bitbucket Command Line Interface (CLI).
Instructions
The CLI action: removeApplicationLink can be used to delete Use the removeApplicationLink CLI action to delete the existing application links.
Code Block theme Midnight --action removeApplicationLink --name "localhost Jira"
or
Code Block theme Midnight --action removeApplicationLink --url "http://localhost:8080"
In above this CLI action,
--name parameter represents the Application application name.
- --url parameter parameter considers the display URL of the application.
Note |
---|
--continue can be used as an optional parameter to continue the processing even after errors are encountered for run actions. |
Info |
---|
It is recommended to test this scenario in a non-production environment or run the action with the the --simulate parameter parameter to verify the behavior before deploying. |