Releases: scaleway/scaleway-cli
Releases · scaleway/scaleway-cli
v1.13
v1.12
- cmd: exec, add -A flag to forward ssh keys
- cmd: fix typo -p flag port instead of --p
- API: add new commercial type
- cmd: add new commercial type
View full commits list
v1.11.1
- API: try to connect trough the gateway when nc doesn't work
- API: hotfix region with user images
- API: fix filter on paginate page
View full commits list
v1.11
- new Compute URL
api.scaleway.com
->cp-par1.scaleway.com
- new TTY URL
tty.scaleway.com/v2
->https://tty-par1.scaleway.com/v2
- Region: add
ams1
, you can start a server at Amsterdam withscw --region="ams1" run yakkety
- API: Support multi-zone
- API: Add ZoneID field in server location
scw image -a -f type=volume
fix unmarshal error on size fieldscw ps
do not display empty server with --filter
View full commits list
v1.10.1
v1.10
- API rename
deleteServerSafe
->deleteServerForce
- API support paginate
- API more verbose with
-V
- Better handling of secondary volumes size (361)
- Add a global flag,
--region
to change the defaut region scw exec --gateway
remove hardcoded 30 seconds sleep (#254)ScalewayServer
add DNS fields (#157)scw [logs|exec|cp|port|run|top]
add--user
&&--port
(#396)scw ps
sort the servers by CreationDate (#391)- Fix regression on bootscript (#387)
scw [run|start]
Add--set-state
flagscw login
Add motd when you are already logged (#371)scw _ips
add --detach flag- API add DetachIP method (@nicolai86)
- Cache remove log dependency
- Fix error message with
--commercial-type=c2m
(#374) - Add Logger Interface to avoid multiples dependencies in the API, thank you @nicolai86 (#369)
scw run
handle--ipv6
flagscw create
handle--ipv6
flag- Fix panic when the commercial-type is lower than 2 characters (#365)
- gotty-client enable ProxyFromEnviromnent (#363) (@debovema)
scw inspect
fix panic (#353)- Clear cache between the releases (#329)
- Fix
scw _patch bootscript
nil dereference - Fix
scw images
bad error message (#336) - Fix sshExecCommand with Windows (#338)
- Fix
scw login
with Windows (#341) - Add
enable_ipv6
field (#334) scw _patch
handles ipv6=[true|false]- Add
ScalewayIPV6Definition
- Add marketplace alias in the cache to resolve image (#330)
scw _userdata
handles@~/path/to/file
(#321)- Update
scw _billing
for new instance types (#293)
View full commits list
v1.9.0
- Fix bug when using
SCW_COMMERCIAL_TYPE
variable - Switch to VC1S (new commercial type naming convention)
View full commits list
v1.8.1
- Fix
ScalewayBootscript
structure scw _userdata
fix bug when we have multiple '=' in the value (#320)- GetBootscriptID doesn't try to resolve when we pass an UUID
- Add location fields for VPS
scw ps
add commercial-type column- Use
SCW_SECURE_EXEC
instead ofexec_exec
- Remove
scaleway_api_endpoint
environment variable - brew remove cache after install
scw login
don't ask to upload ssh key when there is no keys
View full commits list
v1.8.0
- Use VC1 by default
scw exec
Add warning to try to clean the cache when an error occurred- Add
SCW_[COMPUTE|ACCOUNT|METADATA|MARKETPLACE]_API
environment variable - Remove --api-endpoint
- Fix uploading SSH key with
scw login
- Use markerplace API in GetImages()
- Add
_markerplace
scw rename
fix nil dereference (#289)- Support of
scw [run|create] --ip-address=[none|dynamic]
(#283) (@ElNounch) - Support of
scw ps -f server-type=COMMERCIALTYPE
(#280) - Support of
scw ps -f arch=XXX
(#278) scw info
Use json fingerprint field exposed by API- Allow to override Region and Architecture when using the helpers to create a new volume from a human size
- Do not check permissions on config file under Windows (#282) (@ElNounch)
- Update pricing (#294)
- create-image-from-http.sh: using VPS instead of C1 (#301)
View full commits list