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 {
86
86
pub struct OperatorInstallArgs {
87
87
/// Operator(s) to install
88
88
#[ arg( name = "OPERATORS" , required = true ) ]
89
- #[ arg( long_help = "Operator(s) to install
89
+ #[ arg( long_help = "Operator(s) to install (space separated)
90
90
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:
94
94
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)
99
98
100
99
Use \" stackablectl operator list\" to list available versions for all operators
101
100
Use \" stackablectl operator describe <OPERATOR>\" to get available versions for one operator" ) ]
You can’t perform that action at this time.
0 commit comments