-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[cli] Implement a gp
command to get preview URLs
#246
Comments
Note: There are already similar commands like
To stay consistent, maybe my suggested |
Another idea if we add preview URLs to
|
Oh, wow, it actually exists already:
That was easy! |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some projects' development servers only accept requests with a pre-specified host (e.g.
localhost
, orexample.com
) and any request using a different host will get dropped (for example Gitpod preview URLs). Note: This is orthogonal to binding ports onlocalhost
or0.0.0.0
.@32leaves suggested we could have a
gp
command that returns preview URLs.I suggest the following new feature:
Should we also have a way to list currently running ports? Or maybe implement auto-complete for this? Comments/suggestions very welcome.
The text was updated successfully, but these errors were encountered: