Skip to content
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

Add --open flag to open browser after launching server #23

Closed
jsuarezatzendesk opened this issue Nov 15, 2017 · 0 comments
Closed

Add --open flag to open browser after launching server #23

jsuarezatzendesk opened this issue Nov 15, 2017 · 0 comments

Comments

@jsuarezatzendesk
Copy link

I'd like to be able to launch a dynamodb-admin instance and then open the browser with a single command. Since the server needs to stay running, dynamodb-admin && open http://localhost:8001 doesn't work, since the first process doesn't end, and dynamodb-admin & open http://localhost:8001 (to launch the processes in parallel) is not a good solution because the server isn't up by the time the browser makes the request, loading an empty or error page.

A good solution would be the opener package. I'm happy to prepare a PR with this, but wanted to open an issue and run the idea by the maintainers first.

Thanks!

aaronshaf added a commit that referenced this issue Jul 16, 2018
Add --open argument to open default browser with GUI on start (fix #23)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant