tsuru 0.16.0
tsuru 0.16.0 matches the 0.11.0 release of tsuru server.
Features
tsuru app-remove
now always requires a-a <appname>
parameter to avoid accidents removing applications (thanks Lucas Weiblen). tsuru/tsuru#1106- New commands
tsuru pool-list
andtsuru app-change-pool
. It's now possible to have multiple pools available for deploying applications. - Added
tsuru user-info
command to return information about current logged user. - Improved error handling in
tsuru app-shell
(thanks Wilson Júnior). - Improved command suggestion for user errors (thanks Pablo Aguiar).
- Add manpage (thanks Gustavo Pantuza). tsuru/tsuru#596
- Users are now able to define private environment variables with
tsuru env-set
(thanks Diogo Munaro).
Bug fixes
tsuru app-shell
command now works with tsuru api under TLS. tsuru/tsuru#1148tsuru app-deploy
now works properly on Windows. tsuru/tsuru#1168- Token and target management functions now work properly on Windows. tsuru/tsuru#1169