Revision a879970b kamaki/cli/commands/image.py
b/kamaki/cli/commands/image.py | ||
---|---|---|
208 | 208 |
'fliter by property key=value where value is part of actual value', |
209 | 209 |
('--property-like')), |
210 | 210 |
image_ID_for_members=ValueArgument( |
211 |
'List members of an image', '--members-of') |
|
211 |
'List members of an image', '--members-of'),
|
|
212 | 212 |
) |
213 | 213 |
|
214 | 214 |
def _filter_by_owner(self, images): |
... | ... | |
326 | 326 |
container_format=ValueArgument( |
327 | 327 |
'Change container format', '--container-format'), |
328 | 328 |
status=ValueArgument('Change status', '--status'), |
329 |
publish=FlagArgument('Publish the image', '--publish'),
|
|
330 |
unpublish=FlagArgument('Unpublish the image', '--unpublish'),
|
|
329 |
publish=FlagArgument('Publish the image', '--public'),
|
|
330 |
unpublish=FlagArgument('Unpublish the image', '--private'),
|
|
331 | 331 |
property_to_set=KeyValueArgument( |
332 | 332 |
'set property in key=value form (can be repeated)', |
333 | 333 |
('-p', '--property-set')), |
Also available in: Unified diff