File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
rust/stackablectl/src/cmds Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -86,16 +86,15 @@ pub struct OperatorDescribeArgs {
8686pub struct OperatorInstallArgs {
8787 /// Operator(s) to install
8888 #[ arg( name = "OPERATORS" , required = true ) ]
89- #[ arg( long_help = "Operator(s) to install
89+ #[ arg( long_help = "Operator(s) to install (space separated)
9090
91- Must have the form 'name[=version]'. If no version is specified the latest
92- nightly version - build from the main branch - will be used. Possible valid
93- values are:
91+ Each must have the form 'name[=version]'.
92+ If no version is specified the latest nightly version - built from the main branch - will be used.
93+ Possible valid values are:
9494
95- - superset
96- - superset=0.3.0
97- - superset=0.3.0-nightly
98- - superset=0.3.0-pr123
95+ - superset (equivalent to superset=0.0.0-dev)
96+ - superset=25.3.0
97+ - superset=0.0.0-pr123 (Pull Request build)
9998
10099Use \" stackablectl operator list\" to list available versions for all operators
101100Use \" stackablectl operator describe <OPERATOR>\" to get available versions for one operator" ) ]
You can’t perform that action at this time.
0 commit comments