v1.2.0
curl -L https://github.com/scaleway/scaleway-cli/releases/download/v1.2.0/scw-`uname -s`-`uname -m` > /usr/local/bin/scw
chmod +x /usr/local/bin/scwFeatures
- Support of
_patch SERVER security_groupand_patch SERVER bootscript - Improved resolver behavior when matching multiple results, now displaying more info too help choosing candidates (#47)
scw exec SERVER [COMMAND] [ARGS...], COMMAND is now optional- Showing the server MOTD when calling
scw run <image> [COMMAND]without COMMAND - Support of
scw attach --no-stdinoption - Hiding sensitive data by default on
scw inspect(#64) - Support of
scw --sensitiveoption (#64) - Support of
scw run --attachoption (#65) scw {create,run}, prefixing root-volume with the server hostname (#63)scw {create,run} IMAGE, IMAGE can be a snapshot (#19)- Support of
scw stop -w, --waitoption - Identifiers can be prefixed with the type of the resource, i.e:
scw inspect my-server==scw inspect server:my-server
It may be useful if you have the same name in a server and a volume - Improved support of zsh completion
Fixes
scw inspect -fwas always exiting 0scw images -adoes not prefix snapshots, volumes and bootscripts (only images)scw run ...waits for 30 seconds before polling the APIscw stop server1 server2doesn't exit on first stopping failurescw run IMAGE [COMMAND], default COMMAND is nowif [ -x /bin/bash ]; then exec /bin/bash; else exec /bin/sh; fiscw run|create SNAPSHOT, raised an error if snapshot does not have base volumescw stop -tremoves server entry from cache
View full changelog
View full commits list