Releases: scaleway/scaleway-cli
Releases · scaleway/scaleway-cli
v1.2.0-rc1
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
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
v1.1.0-rc1
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
v1.0.0
First Golang version.
For previous Node.js versions, see scaleway-cli-node.
To install Scaleway CLI 1.0.0, run the following commands:
curl -L https://github.com/scaleway/scaleway-cli/releases/download/v1.0.0/scw-`uname -s`-`uname -m` > /usr/local/bin/scw
chmod +x /usr/local/bin/scwTo quick start
scw login https://api.scaleway.com/Features
- Support of
attachcommand - Support of
commitcommand- Support of
commit -v, --volumeoption
- Support of
- Support of
cpcommand - Support of
createcommand- Support of
create --bootscriptoption - Support of
create -e, --envoption - Support of
create --nameoption - Support of
create -v, --volumeoption
- Support of
- Support of
eventscommand - Support of
execcommand- Support of
exec -w, --waitoption
- Support of
- Support of
helpcommand - Support of
historycommand- Support of
history --no-truncoption - Support of
history -q, --quietoption
- Support of
- Support of
imagescommand- Support of
images -a, --alloption - Support of
images --no-truncoption - Support of
images -q, --quietoption
- Support of
- Support of
infocommand - Support of
inspectcommand - Support of
killcommand - Support of
logincommand - Support of
logscommand - Support of
portcommand - Support of
pscommand- Support of
ps -a, --alloption - Support of
ps -noption - Support of
ps -l, --latestoption - Support of
ps --no-truncoption - Support of
ps -q, --quietoption
- Support of
- Support of
renamecommand - Support of
restartcommand - Support of
rmcommand - Support of
rmicommand - Support of
runcommand- Support of
run --bootscriptoption - Support of
run -e, --envoption - Support of
run --nameoption - Support of
run -v, --volumeoption
- Support of
- Support of
searchcommand- Support of
search --no-truncoption
- Support of
- Support of
startcommand- Support of
start -w, --waitoption - Support of
start -T, --timeoutoption
- Support of
- Support of
stopcommand- Support of
stop -t, --terminateoption
- Support of
- Support of
tagcommand - Support of
topcommand - Support of
versioncommand - Support of
waitcommand
View full changelog
gopkg.in/scaleway/scaleway-cli.v1
godoc.org/gopkg.in/scaleway/scaleway-cli.v1