-
Add the option for users to customize the behaviour of
stackablectlthrough a user config located at$HOME/.config/stackablectl/config.toml. The first supported option isversion.check_enabledwhich can be set totrueorfalse. See stackable-cockpit#422. -
Add a new release check which is used in two different ways:
-
A new
stackablectl version checkcommand can be used to check if the current installation is up-to-date -
A check automatically runs for all other commands (in parallel to not block the commands) and the status is reported as part of the final command output.
-