Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

110 changes: 108 additions & 2 deletions Cargo.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ clap = { version = "4.5", features = ["derive", "env"] }
clap_complete = "4.5"
clap_complete_nushell = "4.5"
comfy-table = { version = "7.1", features = ["custom_styling"] }
dialoguer = "0.12.0"
directories = "6.0"
dotenvy = "0.15"
either = "1.15.0"
futures = "0.3"
indexmap = { version = "2.2", features = ["serde"] }
indicatif = "0.18"
Expand Down
9 changes: 5 additions & 4 deletions docs/modules/stackablectl/partials/commands/demo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ Interact with demos, which are end-to-end usage demonstrations of the Stackable
Usage: stackablectl demo [OPTIONS] <COMMAND>

Commands:
list List available demos
describe Print out detailed demo information
install Install a specific demo
help Print this message or the help of the given subcommand(s)
list List available demos
describe Print out detailed demo information
install Install a specific demo
uninstall Uninstall a specific stack. Caution: This will delete the provided stack namespace, the operators and provided operator namespace, and all Stackable CRDs
help Print this message or the help of the given subcommand(s)

Options:
-l, --log-level <LOG_LEVEL>
Expand Down
9 changes: 5 additions & 4 deletions docs/modules/stackablectl/partials/commands/stack.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ Interact with stacks, which are ready-to-use product combinations
Usage: stackablectl stack [OPTIONS] <COMMAND>

Commands:
list List available stacks
describe Describe a specific stack
install Install a specific stack
help Print this message or the help of the given subcommand(s)
list List available stacks
describe Describe a specific stack
install Install a specific stack
uninstall Uninstall a specific stack. Caution: This will delete the provided stack namespace, the operators and provided operator namespace, and all Stackable CRDs
help Print this message or the help of the given subcommand(s)

Options:
-l, --log-level <LOG_LEVEL>
Expand Down
Loading
Loading