Added
- Complete available types for
database plans
. - Suppress positional argument filename completion for commands without specific completions.
- In
database list
output: if database has no title, database name is displayed in the title cell instead of leaving the cell empty, similarly than in the hub. - Version information is parsed from
BuildInfo
whenupctl
binary was built without specifying-ldflags
to define value for.../config.Version
. - Use alpine as base image for
upcloud/upctl
container image. This adds sh and other OS tools to the image and thus makes it more suitable for usage in CI systems.
Fixed
- Remove debug leftover print from IP address completions.
- Added
/v2
postfix to module name ingo.mod
, this enables installing v2 versions of CLI withgo install
.