stackabletech / stackable-cockpit

Home of stackable-cockpit, stackablectl and stackable-cockpitd
https://docs.stackable.tech/management/stable/
Other
8 stars 3 forks source link

feat: Add option to hide help text at the end #308

Open NickLarsenNZ opened 4 months ago

NickLarsenNZ commented 4 months ago

It can be a little confusing when running stackablectl within scripts. The help text can look like a command didn't run correctly, when it did and the help text is suggesting what to do next:

Help text

We could either add an option to disable the help text, or just hide it if CI=true (which we can then export in the getting_started.sh scripts).

For reference, Terraform uses an env var TF_IN_AUTOMATION to control the help text output.