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
{{ message }}
This repository was archived by the owner on Aug 5, 2020. It is now read-only.
The idea here is that when you start with a certain option, e.g. gluestick start -i , you get an interactive prompt rather than an immediate execution. This should let you change config parameters if you want, but also see the parameter's current value and elect to use them or override them.
so that -^ with the option to change those values if needed.
The ENV stuff is somewhat straightforward (I hope?), but the config stuff might be more complicated.
Obviously there's no way for gluestick to know what all is necessary and what isn't, parsing process.env would be especially ridiculous. So that implies some manner of configuration for a project to specify what settings are interact-able.