|
4 | 4 |
|
5 | 5 | Image v1, v2 |
6 | 6 |
|
| 7 | +image add project |
| 8 | +----------------- |
| 9 | + |
| 10 | +*Only supported for Image v2* |
| 11 | + |
| 12 | +Associate project with image |
| 13 | + |
| 14 | +.. program:: image add project |
| 15 | +.. code:: bash |
| 16 | +
|
| 17 | + os image add project |
| 18 | + [--project-domain <project-domain>] |
| 19 | + <image> <project> |
| 20 | +
|
| 21 | +.. option:: --project-domain <project-domain> |
| 22 | + |
| 23 | + Domain the project belongs to (name or ID). |
| 24 | + This can be used in case collisions between project names exist. |
| 25 | + |
| 26 | +.. describe:: <image> |
| 27 | + |
| 28 | + Image to share (name or ID). |
| 29 | + |
| 30 | +.. describe:: <project> |
| 31 | + |
| 32 | + Project to associate with image (name or ID) |
| 33 | + |
7 | 34 | image create |
8 | 35 | ------------ |
9 | 36 |
|
@@ -206,6 +233,33 @@ List available images |
206 | 233 | The last image (name or ID) of the previous page. Display list of images |
207 | 234 | after marker. Display all images if not specified. |
208 | 235 |
|
| 236 | +image remove project |
| 237 | +-------------------- |
| 238 | +
|
| 239 | +*Only supported for Image v2* |
| 240 | +
|
| 241 | +Disassociate project with image |
| 242 | +
|
| 243 | +.. program:: image remove project |
| 244 | +.. code:: bash |
| 245 | +
|
| 246 | + os image remove remove |
| 247 | + [--project-domain <project-domain>] |
| 248 | + <image> <project> |
| 249 | +
|
| 250 | +.. option:: --project-domain <project-domain> |
| 251 | +
|
| 252 | + Domain the project belongs to (name or ID). |
| 253 | + This can be used in case collisions between project names exist. |
| 254 | +
|
| 255 | +.. describe:: <image> |
| 256 | +
|
| 257 | + Image to unshare (name or ID). |
| 258 | +
|
| 259 | +.. describe:: <project> |
| 260 | +
|
| 261 | + Project to disassociate with image (name or ID) |
| 262 | +
|
209 | 263 | image save |
210 | 264 | ---------- |
211 | 265 |
|
@@ -445,57 +499,3 @@ Display image details |
445 | 499 | .. describe:: <image> |
446 | 500 |
|
447 | 501 | Image to display (name or ID) |
448 | | -
|
449 | | -image add project |
450 | | ------------------ |
451 | | -
|
452 | | -*Only supported for Image v2* |
453 | | -
|
454 | | -Associate project with image |
455 | | -
|
456 | | -.. program:: image add project |
457 | | -.. code:: bash |
458 | | -
|
459 | | - os image add project |
460 | | - [--project-domain <project-domain>] |
461 | | - <image> <project> |
462 | | -
|
463 | | -.. option:: --project-domain <project-domain> |
464 | | -
|
465 | | - Domain the project belongs to (name or ID). |
466 | | - This can be used in case collisions between project names exist. |
467 | | -
|
468 | | -.. describe:: <image> |
469 | | -
|
470 | | - Image to share (name or ID). |
471 | | -
|
472 | | -.. describe:: <project> |
473 | | -
|
474 | | - Project to associate with image (name or ID) |
475 | | -
|
476 | | -image remove project |
477 | | --------------------- |
478 | | -
|
479 | | -*Only supported for Image v2* |
480 | | -
|
481 | | -Disassociate project with image |
482 | | -
|
483 | | -.. program:: image remove project |
484 | | -.. code:: bash |
485 | | -
|
486 | | - os image remove remove |
487 | | - [--project-domain <project-domain>] |
488 | | - <image> <project> |
489 | | -
|
490 | | -.. option:: --project-domain <project-domain> |
491 | | -
|
492 | | - Domain the project belongs to (name or ID). |
493 | | - This can be used in case collisions between project names exist. |
494 | | -
|
495 | | -.. describe:: <image> |
496 | | -
|
497 | | - Image to unshare (name or ID). |
498 | | -
|
499 | | -.. describe:: <project> |
500 | | -
|
501 | | - Project to disassociate with image (name or ID) |
0 commit comments