mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

Add --start flag to deploy|dev command #126

Closed krhubert closed 4 years ago

krhubert commented 5 years ago

It's annoying to deploy & start service with two commands. It would be nice to have: ./dev-cli service deploy --start ./service

ilgooz commented 5 years ago

i think we can deprecate both deploy and start commands and introduce a new command "create". like in the Docker Services. there is no need for two commands, create command can just download the service and receive env variables in flags to start service with desired configs.

krhubert commented 5 years ago

@mesg-foundation/core todo: close or move to cli issues