File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed
Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 5454
5555# ## Outputs
5656
57- - `version` : The version of the IBM Cloud CLI that was installed
57+ - `version` : The version of the IBM Cloud CLI that was installed.
5858
5959 This can be accessed in a subsequent step by accessing the outputs as follows :
6060
Original file line number Diff line number Diff line change @@ -4,25 +4,27 @@ branding:
44 icon : download-cloud
55 color : blue
66inputs :
7- plugins :
8- description : |
9- A comma, space, or newline separated list of CLI plugins to be installed.
10- The plugins can listed as PLUGIN_NAME (e.g. container-service) or PLUGIN_NAME@VERSION (e.g. container-service@0.4.102)
11- For more information about plugins see https://cloud.ibm.com/docs/cli?topic=cli-plug-ins
12- api :
13- description : API endpoint to IBM Cloud
14- default : https://cloud.ibm.com
157 api_key :
16- description : API Key to login to IBM Cloud
8+ description : API Key to login to IBM Cloud obtained from your [IAM settings](https://cloud.ibm.com/iam/apikeys).
179 region :
18- description : Region to access on IBM Cloud
10+ description : Region to access on IBM Cloud.
1911 default : us-south
2012 group :
21- description : Resource group to access on IBM Cloud
13+ description : Resource group to access on IBM Cloud.
2214 default : default
15+ api :
16+ description : API endpoint to IBM Cloud.
17+ default : https://cloud.ibm.com
18+ plugins :
19+ description : |
20+ A comma, space, or newline separated list of CLI plugins to be installed.
21+
22+ The plugins can listed by name (e.g. `container-service`) or with a specific version (e.g. `container-service@0.4.102`).
23+
24+ For more information about plugins see [Extending IBM Cloud CLI with plug-ins](https://cloud.ibm.com/docs/cli?topic=cli-plug-ins).
2325outputs :
2426 version :
25- description : The version of the IBM Cloud CLI that was installed
27+ description : The version of the IBM Cloud CLI that was installed.
2628runs :
2729 using : node20
2830 main : dist/index.js
You can’t perform that action at this time.
0 commit comments