Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Allow launching standalone backended services #161

Open
theindexer opened this issue Jun 20, 2018 · 0 comments
Open

Allow launching standalone backended services #161

theindexer opened this issue Jun 20, 2018 · 0 comments

Comments

@theindexer
Copy link

theindexer commented Jun 20, 2018

I'm trying to launch a service in dev mode or in prod mode. They are sufficiently different modes as to have two different build steps.

I could have two named targets, but personally I'd like to do -b service:dev or service:prod.

If there's another existing or proposed solution for this, I'd be down for that too.

Desired behavior:

$ edward start -b myservice:local myotherservice:local
$ <OK_MESSAGE>

Current behavior:

$edward start -b myservice:local myotherservice:local
$ Error: At least one service or group must be specified

Workaround:

$edward start -b myservice:local myservice
$ <OK_MESSAGE>
$edward start -b myotherservice:local myotherservice
$ <OK_MESSAGE>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant