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
Create a script that prompts the user for the required configurations for an instance, including:
Plugins used (sourcecred.json)
Tokens for each plugin (.env)
Grain distributions (grain.json)
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 (sourcecred/sourcecred#2764).
The text was updated successfully, but these errors were encountered:
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 (sourcecred/sourcecred#2764).
The text was updated successfully, but these errors were encountered: