File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -85,3 +85,32 @@ stackablectl demo install <DEMO_NAME>
8585# --- IMPORTANT ---
8686# Run through the nightly demo instructions (refer to the list above).
8787```
88+
89+ ## List of Stacks
90+
91+ Some stacks are not used by demos, but still need testing in some way.
92+
93+ > [ !TIP]
94+ > Some of the stacks have a [ tutorial] ( https://docs.stackable.tech/home/nightly/tutorials/ ) to follow.
95+
96+ <!--
97+ The following list was generated by:
98+
99+ # Using the real `yq` that follows the same interface as `jq`
100+ yq -y --slurp '.[0] * .[1] | .allStacks - .usedStacks' \
101+ <(cat demos/demos-v2.yaml| yq '{usedStacks: [.demos[] | .stackableStack]}') \
102+ <(cat stacks/stacks-v2.yaml | yq '{allStacks: [.stacks | keys] | flatten}') \
103+ | sed -e 's/^- /- [ ] /g' \
104+ | sort
105+ -->
106+
107+ - [ ] monitoring
108+ - [ ] observability
109+ - [ ] openldap
110+ - [ ] tutorial-openldap
111+
112+ You can install the stack via:
113+
114+ ``` shell
115+ stackablectl stack install < STACK_NAME>
116+ ```
You can’t perform that action at this time.
0 commit comments