Skip to content

Commit 799e3bc

Browse files
committed
v1.0.0
1 parent 9bd62be commit 799e3bc

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

README.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,72 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
845845
```
846846

847847

848+
## Changelog
849+
850+
### 1.0.0 (2015-06-05)
851+
852+
First Golang version.
853+
For previous Node.js versions, see [scaleway-cli-node](https://github.com/moul/scaleway-cli-node).
854+
855+
* Support of `attach` command
856+
* Support of `commit` command
857+
* Support of `commit -v, --volume` option
858+
* Support of `cp` command
859+
* Support of `create` command
860+
* Support of `create --bootscript` option
861+
* Support of `create -e, --env` option
862+
* Support of `create --name` option
863+
* Support of `create -v, --volume` option
864+
* Support of `events` command
865+
* Support of `exec` command
866+
* Support of `exec -w, --wait` option
867+
* Support of `help` command
868+
* Support of `history` command
869+
* Support of `history --no-trunc` option
870+
* Support of `history -q, --quiet` option
871+
* Support of `images` command
872+
* Support of `images -a, --all` option
873+
* Support of `images --no-trunc` option
874+
* Support of `images -q, --quiet` option
875+
* Support of `info` command
876+
* Support of `inspect` command
877+
* Support of `kill` command
878+
* Support of `login` command
879+
* Support of `logs` command
880+
* Support of `port` command
881+
* Support of `ps` command
882+
* Support of `ps -a, --all` option
883+
* Support of `ps -n` option
884+
* Support of `ps -l, --latest` option
885+
* Support of `ps --no-trunc` option
886+
* Support of `ps -q, --quiet` option
887+
* Support of `rename` command
888+
* Support of `restart` command
889+
* Support of `rm` command
890+
* Support of `rmi` command
891+
* Support of `run` command
892+
* Support of `run --bootscript` option
893+
* Support of `run -e, --env` option
894+
* Support of `run --name` option
895+
* Support of `run -v, --volume` option
896+
* Support of `search` command
897+
* Support of `search --no-trunc` option
898+
* Support of `start` command
899+
* Support of `start -w, --wait` option
900+
* Support of `start -T, --timeout` option
901+
* Support of `stop` command
902+
* Support of `stop -t, --terminate` option
903+
* Support of `tag` command
904+
* Support of `top` command
905+
* Support of `version` command
906+
* Support of `wait` command
907+
908+
909+
### POC (2015-03-20)
910+
911+
First [Node.js version](https://github.com/moul/scaleway-cli-node)
912+
913+
848914
## Workflows
849915

850916

0 commit comments

Comments
 (0)