Skip to content

Commit 42dbc1a

Browse files
committed
Merge pull request #260 from QuentinPerez/patch-1
fix #258
2 parents 6c5acf5 + f56037f commit 42dbc1a

File tree

8 files changed

+264
-85
lines changed

8 files changed

+264
-85
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

664664
Options:
665665

@@ -668,6 +668,8 @@ Options:
668668
Examples:
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))

0 commit comments

Comments
 (0)