v1.2.0-rc1
Pre-release
Pre-release
curl -L https://github.com/scaleway/scaleway-cli/releases/download/v1.2.0-rc1/scw-`uname -s`-`uname -m` > /usr/local/bin/scw
chmod +x /usr/local/bin/scwFeatures
- 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
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; fi
View full commits list