You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2024. It is now read-only.
## Description
For #37
This was surprisingly easy. Following the same semantics as `kubectl`.
Docs will be added via c97f6ac in #36.
We can copy parts of `kubectl` docs
You can try it out with `source <(stackablectl completion bash)` (for bash)
/// If you don't have access to the Stackable GitHub repos or you want to maintain your own releases you can specify additional YAML files containing release information.
44
57
/// Have a look [here](https://github.com/stackabletech/stackablectl/main/releases.yaml) for the structure.
45
58
/// Can either be an URL or a path to a file e.g. `https://my.server/my-releases.yaml` or '/etc/my-releases.yaml' or `C:\Users\Sebastian\my-releases.yaml`.
/// If you don't have access to the Stackable GitHub repos or you want to maintain your own stacks you can specify additional YAML files containing stack information.
51
66
/// Have a look [here](https://github.com/stackabletech/stackablectl/main/stacks.yaml) for the structure.
52
67
/// Can either be an URL or a path to a file e.g. `https://my.server/my-stacks.yaml` or '/etc/my-stacks.yaml' or `C:\Users\Sebastian\my-stacks.yaml`.
0 commit comments