Skip to content

Commit a32f676

Browse files
authored
docs: Clarify docs for operator install command (#389)
1 parent e645c5c commit a32f676

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

rust/stackablectl/src/cmds/operator.rs

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,15 @@ pub struct OperatorDescribeArgs {
8686
pub 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
10099
Use \"stackablectl operator list\" to list available versions for all operators
101100
Use \"stackablectl operator describe <OPERATOR>\" to get available versions for one operator")]

0 commit comments

Comments
 (0)