Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

    Use the removeApplicationLink CLI action to delete the existing application links.

    Refer to the below-given sample action commands to delete a project using --name or --url parameters:

    Code Block
    themeMidnight
    --action removeApplicationLink --name "localhost Jira"

    or

    Code Block
    themeMidnight
     --action removeApplicationLink --url "http://localhost:8080"

    In

    the above examples:

    this CLI action, 

    1. --name

    parameter
    1.  parameter represents the

    Application
    1. application name.

    2. --url
    parameter
    1.  parameter considers the display URL of the application.
  2. Refer to the below screenshot for more clarity:

  3. Image Modified
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.