Improve cli:cowait cluster
#305
Labels
cli
Command Line Tool
discussion
Looking for opinions
documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
Improve the
cowait cluster
cli so it's a bit more intuitive. Perhaps include some examples in the the--help
output.$ cowait cluster Usage: cowait cluster [OPTIONS] COMMAND [ARGS]... cluster management Options: --help Show this message and exit. Commands: add add new cluster default default cluster name get describe cluster ls list all clusters rm remove cluster set-default set default cluster
$ cowait cluster add --help Usage: cowait cluster add [OPTIONS] NAME add new cluster Options: --type TEXT cluster provider type -o, --option TEXT specify cluster provider option --help Show this message and exit.
Aha, maybe
type
is requiredWhat is this context option?
-o
? What should it be?The text was updated successfully, but these errors were encountered: