v1.4.0
Features
-D,--debugmode shows ready to copy-pastecurlcommands when using the API (must be used with--sensitiveto unhide private token)- Support of
_patch SERVER tags="tag1 tag2=value2 tag3" scw -D logindisplays a fake password- Support --skip-ssh-key
scw login(#129) - Now
scw loginask your login/password, you can also pass token and organization with -o and -t (#59) - Support of
scw images --filteroption (type, organization, name, public) (#134) - Support of
scw {ps,images} --filteroption (images: type,organization,name,public; ps:state,ip,tags,image) (#134) - Syncing cache to disk after server creation when running
scw runin a non-detached mode - Bump to Golang 1.5
- Support --tmp-ssh-key
scw {run,create}option (#99) - Support of
scw run --rmoption (#117) - Support of
--gateway=login@host(#110) - Upload local ssh key to scaleway account on
scw login(#100) - Add a 'running indicator' for
scw run, can be disabled with the new flag--quiet - Support of
scw -V/--verboseoption (#83) - Support of
scw inspect --browseroption - Support of
scw _flush-cacheinternal command scw run --gateway ...orSCW_GATEWAY="..." scw run ...now creates a server without public ip address (#74)scw inspect TYPE:xxx TYPE:yyywill only refresh cache forTYPE- Sorting cache search by Levenshtein distance (#87)
- Allow set up api endpoint using the environment variable $scaleway_api_endpoint
- Use TLS and verify can now be disabled using
SCALEWAY_TLSVERIFY=0env var (#115) - Switched to
goxcfor releases
Fixes
- Moved ssh command generation code to dedicated package
- Global refactor to improve Golang library usage, allow chaining of commands and ease the writing of unit tests (#80)
scw search TERMwas not restricting results based onTERM- Bumped dependencies
- Hiding more sensitive data (#77)
- Fixed "Run in Docker" usage (#90)
- Improved
-D/--debugoutputs
View full commits list