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