File tree Expand file tree Collapse file tree 8 files changed +264
-85
lines changed Expand file tree Collapse file tree 8 files changed +264
-85
lines changed Original file line number Diff line number Diff line change @@ -657,9 +657,9 @@ Examples:
657657#### ` scw rmi `
658658
659659``` console
660- Usage: scw rmi [OPTIONS] IMAGE [IMAGE ...]
660+ Usage: scw rmi [OPTIONS] IDENTIFIER [IDENTIFIER ...]
661661
662- Remove one or more images.
662+ Remove one or more image(s)/volume(s)/snapshot(s)
663663
664664Options:
665665
@@ -668,6 +668,8 @@ Options:
668668Examples:
669669
670670 $ scw rmi myimage
671+ $ scw rmi mysnapshot
672+ $ scw rmi myvolume
671673 $ scw rmi $(scw images -q)
672674```
673675
@@ -1152,7 +1154,8 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11521154
11531155### master (unreleased)
11541156
1155- * Match bootscript/image with the good architecture ([ #255 ] ( https://github.com/scaleway/scaleway-cli/issues/255 ) )
1157+ * Support of ` scw rmi ` snapshot|volume ([ #258 ] ( https://github.com/scaleway/scaleway-cli/issues/258 ) )
1158+ * Match bootscript/image with the good architecture ([ #255 ] ( https://github.com/scaleway/scaleway-cli/issues/255 ) )
11561159* Support of region/owner/arch in the cache file ([ #255 ] ( https://github.com/scaleway/scaleway-cli/issues/255 ) )
11571160* Remove some ` fatal ` and ` Exit `
11581161* Use rfc4716 (openSSH) to generate the fingerprints ([ #151 ] ( https://github.com/scaleway/scaleway-cli/issues/151 ) )
You can’t perform that action at this time.
0 commit comments