Often I just need a single instance of our tools for testing.
e.g. "I need a HDFS"
Currently all of us either
- run a (e.g. smoke) test
- look at the getting-started steps and copy & paste them
- install a demo
This is a request for a command to make such an installation super trivial. This is unlike a demo in that it only focuses on a single tool (and its requirements).
One suggestion was stackablectl yeet nifi :)
Could we add stacks for each of our products and then basically treat stackable yeet nifi as an alias to stackablectl stack install nifi-example?