Skip to content

Commit

Permalink
Merge pull request #260 from QuentinPerez/patch-1
Browse files Browse the repository at this point in the history
fix #258
  • Loading branch information
moul committed Jan 8, 2016
2 parents 6c5acf5 + f56037f commit 42dbc1a
Show file tree
Hide file tree
Showing 8 changed files with 264 additions and 85 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -657,9 +657,9 @@ Examples:
#### `scw rmi`

```console
Usage: scw rmi [OPTIONS] IMAGE [IMAGE...]
Usage: scw rmi [OPTIONS] IDENTIFIER [IDENTIFIER...]

Remove one or more images.
Remove one or more image(s)/volume(s)/snapshot(s)

Options:

Expand All @@ -668,6 +668,8 @@ Options:
Examples:

$ scw rmi myimage
$ scw rmi mysnapshot
$ scw rmi myvolume
$ scw rmi $(scw images -q)
```

Expand Down Expand Up @@ -1152,7 +1154,8 @@ $ scw inspect myserver | jq '.[0].public_ip.address'

### master (unreleased)

* Match bootscript/image with the good architecture ([#255](https://github.com/scaleway/scaleway-cli/issues/255))
* Support of `scw rmi` snapshot|volume ([#258](https://github.com/scaleway/scaleway-cli/issues/258))
* Match bootscript/image with the good architecture ([#255](https://github.com/scaleway/scaleway-cli/issues/255))
* Support of region/owner/arch in the cache file ([#255](https://github.com/scaleway/scaleway-cli/issues/255))
* Remove some `fatal` and `Exit`
* Use rfc4716 (openSSH) to generate the fingerprints ([#151](https://github.com/scaleway/scaleway-cli/issues/151))
Expand Down
Loading

0 comments on commit 42dbc1a

Please # to comment.