|
| 1 | +// Autogenerated by cargo xtask gen-docs. DO NOT CHANGE MANUALLY! |
| 2 | +[source,console] |
| 3 | +---- |
| 4 | +EXPERIMENTAL: Launch a debug container for a Pod. |
| 5 | +
|
| 6 | +This container will have access to the same data volumes as the primary container. |
| 7 | +
|
| 8 | +Usage: stackablectl experimental-debug [OPTIONS] --container <CONTAINER> <POD> [-- <CMD>...] |
| 9 | +
|
| 10 | +Arguments: |
| 11 | + <POD> |
| 12 | + The Pod to debug |
| 13 | +
|
| 14 | + [CMD]... |
| 15 | + The command to run in the debug container |
| 16 | +
|
| 17 | +Options: |
| 18 | + -l, --log-level <LOG_LEVEL> |
| 19 | + Log level this application uses |
| 20 | +
|
| 21 | + -n, --namespace <NAMESPACE> |
| 22 | + The namespace of the Pod being debugged |
| 23 | +
|
| 24 | + -c, --container <CONTAINER> |
| 25 | + The target container to debug |
| 26 | +
|
| 27 | + Volumes and environment variables will be copied from this container. |
| 28 | +
|
| 29 | + --no-cache |
| 30 | + Do not cache the remote (default) demo, stack and release files |
| 31 | +
|
| 32 | + Cached files are saved at '$XDG_CACHE_HOME/stackablectl', which is usually |
| 33 | + '$HOME/.cache/stackablectl' when not explicitly set. |
| 34 | +
|
| 35 | + --image <IMAGE> |
| 36 | + The debug container image |
| 37 | +
|
| 38 | + Defaults to the image of the target container if not specified. |
| 39 | +
|
| 40 | + --offline |
| 41 | + Do not request any remote files via the network |
| 42 | +
|
| 43 | + -h, --help |
| 44 | + Print help (see a summary with '-h') |
| 45 | +
|
| 46 | + -V, --version |
| 47 | + Print version |
| 48 | +
|
| 49 | +File options: |
| 50 | + -d, --demo-file <DEMO_FILE> |
| 51 | + Provide one or more additional (custom) demo file(s) |
| 52 | +
|
| 53 | + Demos are loaded in the following order: Remote (default) demo file, custom |
| 54 | + demo files provided via the 'STACKABLE_DEMO_FILES' environment variable, and |
| 55 | + lastly demo files provided via the '-d/--demo-file' argument(s). If there are |
| 56 | + demos with the same name, the last demo definition will be used. |
| 57 | +
|
| 58 | + Use "stackablectl [OPTIONS] <COMMAND> -d path/to/demos1.yaml -d path/to/demos2.yaml" |
| 59 | + to provide multiple additional demo files. |
| 60 | +
|
| 61 | + -s, --stack-file <STACK_FILE> |
| 62 | + Provide one or more additional (custom) stack file(s) |
| 63 | +
|
| 64 | + Stacks are loaded in the following order: Remote (default) stack file, custom |
| 65 | + stack files provided via the 'STACKABLE_STACK_FILES' environment variable, and |
| 66 | + lastly demo files provided via the '-s/--stack-file' argument(s). If there are |
| 67 | + stacks with the same name, the last stack definition will be used. |
| 68 | +
|
| 69 | + Use "stackablectl [OPTIONS] <COMMAND> -s path/to/stacks1.yaml -s path/to/stacks2.yaml" |
| 70 | + to provide multiple additional stack files. |
| 71 | +
|
| 72 | + -r, --release-file <RELEASE_FILE> |
| 73 | + Provide one or more additional (custom) release file(s) |
| 74 | +
|
| 75 | + Releases are loaded in the following order: Remote (default) release file, |
| 76 | + custom release files provided via the 'STACKABLE_RELEASE_FILES' environment |
| 77 | + variable, and lastly release files provided via the '-r/--release-file' |
| 78 | + argument(s). If there are releases with the same name, the last release |
| 79 | + definition will be used. |
| 80 | +
|
| 81 | + Use "stackablectl [OPTIONS] <COMMAND> -r path/to/releases1.yaml -r path/to/releases2.yaml" |
| 82 | + to provide multiple additional release files. |
| 83 | +
|
| 84 | +Helm repository options: |
| 85 | + --helm-repo-stable <URL> |
| 86 | + Provide a custom Helm stable repository URL |
| 87 | +
|
| 88 | + [default: https://repo.stackable.tech/repository/helm-stable/] |
| 89 | +
|
| 90 | + --helm-repo-test <URL> |
| 91 | + Provide a custom Helm test repository URL |
| 92 | +
|
| 93 | + [default: https://repo.stackable.tech/repository/helm-test/] |
| 94 | +
|
| 95 | + --helm-repo-dev <URL> |
| 96 | + Provide a custom Helm dev repository URL |
| 97 | +
|
| 98 | + [default: https://repo.stackable.tech/repository/helm-dev/] |
| 99 | +---- |
0 commit comments