Releases: Scalingo/cli
Releases · Scalingo/cli
1.0.0-rc1
Changelog
v1.0.0-rc1 - 15/04/2015
- [Feature] Modify size of containers with
scalingo scale
- #102 - [Bugfix] Fix ssh-agent error when no private key is available - Fixed #100
- [Bugfix] Fix domain-add issue. (error about domain.crt file) - Fixed #98
- [Bugfix] Fix addon plans description, no more HTML in them - #96
- [Bugfix] Correctly handle db-tunnel when alias is given as argument - Fixed #93
Version 1.0.0-beta1
Changelog
v1.0.0-beta1 - March the 8th 2015
- Windows, password: don't display password in clear
- Windows, db-tunnel: Correctly handle SSH key path with -i flag
- Send OS to one-off containers (for prompt handling, useful for Windows)
- Fix EOF error when writing the password
- Fix authentication request to fit the API
- Correctly handle 402 errors (payment method required) #90
- Project is go gettable
go get github.com/Scalingo/cli
- Fix GIT remote detection #89
- Correctly handle 404 Error, display clearer messages #91
- More documentation for the
run
command - Fixed #79 - Rewrite API client package, remove unsafe code - Fixed #80
- Allow environment variable name or value for
db-tunnel
as argument - Extended help for
db-tunnel
- Fixed #85 - Ctrl^C doesn't kill an
run
command anymore - Fixed #83 - --app flag can be written everywhere in the command line - Fixed #10
- Use SSH agent if possible to get SSH credentials
- Correcty handle encrypted SSH keys (AES-CBC and DES-ECE2) - Fixed #76, #77
Encrypted SSH key, API compatibility
- Rename
Processes
toContainers
to fit the API new-command
:login
commandlogout
: Clean credentials deletion for multiple APIs (dev feature)logs
: Do not encode HTML entities (logs server don't escape html entities anymore)addons-*
: Adapt to new addons API endpointsdomains-*
: Adapt to new domains API endpointsdb-tunnel
: Handle encrypted SSH key (AES-128-CBC)
1.0.0-alpha3
2nd alpha: addons commands focus
Addons related commands are now located at the toplevel of the app, not as subcommands
Release of 1.0.0-alpha1
First draft of the v1.