Dean Troyer 67dadda746 Remove deprecated image commands
* Remove ``image create|set`` option ``--owner``

Change-Id: I1fabab98c8660eba6d0dd75e74544c6c9d432b9e
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2019-05-19 17:06:19 -05:00

1.4 KiB

1explainWONTFIXDescribe a specific model.
2image-createimage createCreate a new image.
3image-deactivateimage set --deactivateDeactivate specified image.
4image-deleteimage deleteDelete specified image.
5image-downloadimage saveDownload a specific image.
6image-listimage listList images you can access.
7image-reactivateimage set --activateReactivate specified image.
8image-showimage showDescribe a specific image.
9image-tag-deleteimage unset --tag <tag>Delete the tag associated with the given image.
10image-tag-updateimage set --tag <tag>Update an image with the given tag.
11image-updateimage setUpdate an existing image.
12image-uploadUpload data for a specific image.
13location-addAdd a location (and related metadata) to an image.
14location-deleteRemove locations (and related metadata) from an image.
15location-updateUpdate metadata of an image's location.
16member-createimage add projectCreate member for a given image.
17member-deleteimage remove projectDelete image member.
18member-listDescribe sharing permissions by image.
19member-updateimage set --accept --reject --statusUpdate the status of a member for a given image.
20task-createCreate a new task.
21task-listList tasks you can access.
22task-showDescribe a specific task.
23bash-completioncompletePrints arguments for bash_completion.
24helphelpDisplay help about this program or one of its subcommands.