- Fixed a bug that caused commands to always use the access token from the ``current_context`` setting to be used, even though a context / environment had been passed via ``--env``.
0.14.0
===================
- Added ``clusters upgrade`` command to update an existing cluster to a later version.
0.13.2
===================
- Made the ``config set`` command print out a help when no attributes are set.
- Removed unneeded ``--project-id`` argument from ``clusters scale`` command.
- Fixed an issue that caused empty query results to print "Success" to the console instead of an empty table.
0.13.1
===================
- Updated ``clusters delete`` documentation.
0.13.0
===================
- Added ``clusters delete`` command to delete existing clusters.
- Added ``clusters scale`` command to scale existing clusters.
- Added ``consumers delete`` command to delete existing consumers.
- Added ``croud products list`` command to list all available products in the current region.
0.12.3
===================
- Fixed region support in ``consumers edit`` command.