You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cloud] Print message telling users how they can access their services (#761)
## Summary
Print message telling user how they can access their services on devbox
cloud. We could improve this in the future by trying to figure out what
port the user is using for this particular service. (we can reuse port
field that was already added for auto-port forwarding)
Ideally this is not part of the CLI since it's only important for cloud,
but this was quickest implementation.
## How was it tested?
```bash
(devbox) ➜ devbox git:(main) ✗ DEVBOX_REGION=lax devbox services restart
Service "nginx" stopped
Service "nginx" started
To access services on this vm use: Mike.local-<port>.svc.devbox.sh
```
0 commit comments