-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add doc for vpc image list cmd (#1101)
- Loading branch information
1 parent
66eddb3
commit caec424
Showing
4 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## PowerVS VPC Commands | ||
|
||
### 1. capibmadm vpc image list | ||
|
||
#### Usage: | ||
List images in given VPC region. | ||
|
||
#### Environmental Variable: | ||
IBMCLOUD_API_KEY: IBM Cloud API key. | ||
|
||
#### Arguments: | ||
--region: VPC region. | ||
|
||
--resource-group-name: IBM Cloud resource group name. | ||
|
||
#### Example: | ||
```shell | ||
export IBMCLOUD_API_KEY=<api-key> | ||
capibmadm vpc image list --region <region> --resource-group-name <resource-group> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# capibmadm vpc `<commands>` | ||
|
||
|
||
## 1. VPC commands | ||
- [image](./image.md) | ||
- [list](/topics/capibmadm/vpc/image.html#1-capibmadm-vpc-image-list) |