Skip to content

Commit ec6de2f

Browse files
committed
update docs
1 parent 8dd56cd commit ec6de2f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/modules/stackablectl/pages/commands/release.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,15 @@ Upgraded to release '25.3'
158158
159159
Use "stackablectl operator installed" to list installed operators.
160160
----
161+
162+
The above command only upgrades the currently installed operators.
163+
To include additional operators in the installation step, use the `--include`/`-i` subcommands and specify the desired operators.
164+
165+
For example
166+
[source,console]
167+
----
168+
$ stackablectl release upgrade 25.3 -i druid -i nifi
169+
----
170+
would upgrade the existing operators as well as install the Stackable operators for Apache Druid and Apache NiFi.
171+
172+
Likewise, operators can be exluded from the upgrade using the `--exclude`/`-e` subcommands.

0 commit comments

Comments
 (0)