Closed
Description
Is your feature request related to a problem? Please describe.
If glasskube is not bootstrapped, any CLI command (except for serve
) shows an error message with the command that the user needs to execute manually.
Describe the solution you'd like
In such a case, it would be easier for the user when the CLI command asks the user whether glasskube should be bootstrapped, along with the information that it is not bootstrapped yet. Something like the message we currently have, and additionally the Yes/No promt (which already exists in cliutils
) to have the user input his decision.
This should be done for all commands that currently only show the error message, but e.g. not for the serve
command.