Added
- Print warning about unknown resource state before exiting when execution is interrupted with SIGINT.
- Add
kubernetes nodegroup create
,kubernetes nodegroup scale
, andkubernetes nodegroup delete
commands (EXPERIMENTAL) - Added support for all shell completions provided by
cobra
. - Add
database properties <DB type>
command to list database properties for given database type anddatabase properties <DB type> show
command to show database property details.
Changed
- Remove custom bash completion logic and replace it with
completion
command provided bycobra
. To do this while supporting args with whitespace, whitespace in completions is replaced with non-breaking spaces.
Fixed
- In
database show
: parse database version from metadata instead of properties. This enables displaying redis version instead of<nil>
.