✨ — Config file option on almost all server commands
I tried to package argos and install it in a virtualenv. I noticed that most of server commands needs the config file path. As you can specify it for server start
, I found useful to be able to do it for the other commands.
NB:
- we can use the env var to populate the
config
option. I used that feature. - because of that, the env var takes the precedence over the
config
option. I updated the help messages.