Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
h-romeus committed Apr 19, 2024
1 parent 2771560 commit d2b98cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions idt/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ subcollection: cli
The {{site.data.keyword.cloud}} Command Line Interface includes the {{site.data.keyword.dev_cli_short}} (`ibmcloud dev`) or (`ic dev`) commands to manage classic pipelines, Tekton pipelines, and toolchains.
{: shortdesc}


## help
{: #help}

Expand Down Expand Up @@ -399,7 +400,7 @@ The following parameters can be used with the `tekton-trigger` command.

Delete a toolchain. If no toolchain name is provided, you can select one from a list. The list of toolchains depends on the currently targeted resource group and region.

The targeted Resource Group is found in the `IBMCLOUD API Key`. For more information, see [Set or View the target Account, Region or Resource Group](/docs/cli/reference/ibmcloud?topic=cli-ibmcloud_cli#ibmcloud_target).
The targeted Resource Group is found in the `IBMCLOUD API Key`. For more information, see [Set or View the target Account, Region or Resource Group](/docs/cli?topic=cli-ibmcloud_cli#ibmcloud_target).
```bash
ibmcloud dev toolchain-delete [toolchainName] [--force,-f]
```
Expand Down Expand Up @@ -430,7 +431,7 @@ Command parameters that are entered on the command line take precedence over the
View the details of a toolchain. If no toolchain name is provided, you can select one from a list.
Uses the targeted resource group in the `IBMCLOUD API Key`. For more information, see [Set or View the target Account, Region or Resource Group](/docs/cli/reference/ibmcloud?topic=cli-ibmcloud_cli#ibmcloud_target).
Uses the targeted resource group in the `IBMCLOUD API Key`. For more information, see [Set or View the target Account, Region or Resource Group](/docs/cli?topic=cli-ibmcloud_cli#ibmcloud_target).
```bash
ibmcloud dev toolchain-get [toolchainName] [--output JSON]
Expand Down Expand Up @@ -485,7 +486,7 @@ Command parameters that are entered on the command line take precedence over the
View a list of toolchains in the current resource group.
Uses the targeted Resource Group in the `IBMCLOUD API Key`. For more information, see [Set or View the target Account, Region or Resource Group](/docs/cli/reference/ibmcloud?topic=cli-ibmcloud_cli#ibmcloud_target).
Uses the targeted Resource Group in the `IBMCLOUD API Key`. For more information, see [Set or View the target Account, Region or Resource Group](/docs/cli?topic=cli-ibmcloud_cli#ibmcloud_target).
```bash
ibmcloud dev toolchains [--output JSON]
Expand Down

0 comments on commit d2b98cd

Please sign in to comment.