kurtosis-tech / zz-deprecated-kurtosis-module-starter-pack

Deprecated in favor of https://docs.kurtosis.com/reference/packages/
The Unlicense
2 stars 2 forks source link

Refactor module-building logic into something that can be upgraded independently of the module code #23

Open mieubrisse opened 2 years ago

mieubrisse commented 2 years ago

E.g. somethign that packages all the Dockerfile, script, etc. stuff. This is along the lines of Module Factory

Inspiration: https://github.com/kurtosis-tech/kurtosis-testsuite-starter-pack/issues/155

mieubrisse commented 2 years ago

This might look like a kurtosis-dev CLI that can take the essential components of a module and render it into a fully-working, compiling directory thingy

mieubrisse commented 2 years ago

thought: this would probably get much easier if modules were just commands to be executed rather than gRPC servers