v1.1.0
To install Scaleway CLI 1.1.0, run the following commands:
curl -L https://github.com/scaleway/scaleway-cli/releases/download/v1.1.0/scw-`uname -s`-`uname -m` > /usr/local/bin/scw
chmod +x /usr/local/bin/scwTo quick start
scw loginFeatures
- Support of
scw cpfrom {server-path,local-path,stdin} to {server-path,local-path,stdout} (#56) - Support of
scw logoutcommand - Support of
_patchexperimental command (#57) - Support of
_completioncommand (shell completion helper) (#45) - Returning more resource fields on
scw inspect(#50) - Show public ip address in PORTS field in
scw ps(#54) - Support of
inspect --formatoption - Support of
exec --timeoutoption (#31) - Support of volumes in
images -aandinspect(#49) - Tuned
~/.scwrcunix permissions + added a warning if the file is too open (#48)
Fixes
- The project is now
go get-able and splitted into packages - Added timeout when polling SSH TCP port for
scw start -wandscw exec -w(#46) - Improved resolver behavior for exact matching (#53, #55)
- Verbose error message when
scw execfails (#42) - Fixed
scw loginparameters parsing - Speed and stability improvements
View full changelog
View full commits list
gopkg.in/scaleway/scaleway-cli.v1
godoc.org/gopkg.in/scaleway/scaleway-cli.v1