Skip to content

Commit f80624a

Browse files
committed
pre-commit fix
1 parent d6dc693 commit f80624a

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

docs/modules/stackablectl/partials/commands/demo.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Interact with demos, which are end-to-end usage demonstrations of the Stackable
66
Usage: stackablectl demo [OPTIONS] <COMMAND>
77
88
Commands:
9-
list List available demos
10-
describe Print out detailed demo information
11-
install Install a specific demo
12-
help Print this message or the help of the given subcommand(s)
9+
list List available demos
10+
describe Print out detailed demo information
11+
install Install a specific demo
12+
uninstall Uninstall a specific stack. Caution: This will delete the provided stack namespace, the operators and provided operator namespace, and all Stackable CRDs
13+
help Print this message or the help of the given subcommand(s)
1314
1415
Options:
1516
-l, --log-level <LOG_LEVEL>

docs/modules/stackablectl/partials/commands/stack.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Interact with stacks, which are ready-to-use product combinations
66
Usage: stackablectl stack [OPTIONS] <COMMAND>
77
88
Commands:
9-
list List available stacks
10-
describe Describe a specific stack
11-
install Install a specific stack
12-
help Print this message or the help of the given subcommand(s)
9+
list List available stacks
10+
describe Describe a specific stack
11+
install Install a specific stack
12+
uninstall Uninstall a specific stack. Caution: This will delete the provided stack namespace, the operators and provided operator namespace, and all Stackable CRDs
13+
help Print this message or the help of the given subcommand(s)
1314
1415
Options:
1516
-l, --log-level <LOG_LEVEL>

0 commit comments

Comments
 (0)