-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve coordinator port config #520
Conversation
This way, the default address is shown as part of the `--help` output.
3ab0210
to
142d218
Compare
Now, we can do this.
|
What does it do when we use
Did I misunderstand anything? |
It seems like that |
In addition, we should replace
by
to capture cli error |
Thanks for testing!
The For now, it's probably best to remove the Edit: I just pushed 02b5c7d to remove the |
… up` The `dora up` command always starts a coordinator and daemon in local mode using the default config. For non-standard config and for remote setups, users need to use `dora coordinator` and `dora daemon` directly.
This would wait until the daemon exits, which we don't want to do here (we want to spawn it in the background). |
Copy that, i read it wrong, sorry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great thanks!
--help
outputFollow-up to #513