This article explains how to remove the application links using Bitbucket Command Line Interface (CLI).
Instructions
Use the removeApplicationLink
to deleteCLI action to delete the existing application links.
Refer to the below-given sample action commands to delete a project using --name or --url parameters.
codeCode Block theme Midnight --action removeApplicationLink --name "localhost Jira"
or
Refer to the screenshot below that representsCode Block theme Midnight --action removeApplicationLink --url "http://localhost:8080"
1.In this CLI action,
parameter takesparameter represents the
application name.
- 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. |