sourcecred / template-instance

A template repo for running a SourceCred instance
51 stars 78 forks source link

Create a CLI setup script #48

Open blueridger opened 3 years ago

blueridger commented 3 years ago

Create a script that prompts the user for the required configurations for an instance, including:

Additionally, it can call plugin-specific sub-scripts that build the plugin configs.

A bash script would be the obvious choice, though there are other options. It would be really nice to utilize the new Instance interface for read/write (https://github.com/sourcecred/sourcecred/pull/2764).

KuraFire commented 3 years ago

Can I be involved in this to help design the script flow & language?