diff options
| author | lsmman <lsmman07@gmail.com> | 2021-10-11 22:52:52 +0900 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2022-09-21 10:34:15 +0100 |
| commit | d163a2090471c8f90c8ad84827fb97dfbf06280b (patch) | |
| tree | b066eca0e976bdc407da7339844a2bad83acde76 /doc/source/cli/data | |
| parent | 4024bdb3933dd79eec4bcf99c13f3dbf17add40b (diff) | |
| download | python-openstackclient-d163a2090471c8f90c8ad84827fb97dfbf06280b.tar.gz | |
image: Add 'image task show' commands
This replaces and the 'glance task-show' command. For example:
$ image task show <TASK_ID>
Change-Id: I74cb23e436c373fe238804b903bbeb28f643d5af
Diffstat (limited to 'doc/source/cli/data')
| -rw-r--r-- | doc/source/cli/data/glance.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/data/glance.csv b/doc/source/cli/data/glance.csv index 27585b95..c44c5089 100644 --- a/doc/source/cli/data/glance.csv +++ b/doc/source/cli/data/glance.csv @@ -55,6 +55,6 @@ stores-delete,,Delete image from specific store. stores-info,,Print available backends from Glance. task-create,,Create a new task. task-list,,List tasks you can access. -task-show,,Describe a specific task. +task-show,image task show,Describe a specific task. bash-completion,complete,Prints arguments for bash_completion. help,help,Display help about this program or one of its subcommands. |
