File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ steps:
2424
2525### Inputs
2626
27- - ` api_key`: (optional) API Key to login to IBM Cloud
27+ - ` api_key`: (optional) API Key to login to IBM Cloud obtained from your [IAM settings](https://cloud.ibm.com/iam/apikeys).
2828
2929 If not provided, no attempt will be made to login in and you will need to login with the IBM Cloud CLI directly in a subsequent step.
3030
31- - `region` : (optional - default: `us-south`) Region to access on IBM Cloud
31+ - `region` : (optional - default: `us-south`) Region to access on IBM Cloud.
3232
33- - `group` : (optional - default: `default`) Resource group to access on IBM Cloud
33+ - `group` : (optional - default: `default`) Resource group to access on IBM Cloud.
3434
35- - `api` : (optional - default: `https://cloud.ibm.com`) API endpoint to IBM Cloud
35+ - `api` : (optional - default: `https://cloud.ibm.com`) API endpoint to IBM Cloud.
3636
3737- `plugins` : (optional) A comma, space, or newline separated list of CLI plugins to be installed.
3838
39- The plugins can listed as `PLUGIN_NAME` (e.g. `container-service`) or `PLUGIN_NAME@VERSION` (e.g. `container-service@0.4.102`)
39+ The plugins can listed by name (e.g. `container-service`) or with a specific version (e.g. `container-service@0.4.102`).
4040
41- For more information about plugins see https://cloud.ibm.com/docs/cli?topic=cli-plug-ins
41+ For more information about plugins see [Extending IBM Cloud CLI with plug-ins]( https://cloud.ibm.com/docs/cli?topic=cli-plug-ins).
4242
4343 Examples :
4444
You can’t perform that action at this time.
0 commit comments