This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
add interactive options to start
to allow viewing and setting config
#1162
Labels
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.The text was updated successfully, but these errors were encountered: