Quickstart
uplink login
uplink serve 3000 --open
uplink status
uplink login prompts for an email and emailed code. uplink serve 3000 --open publishes localhost:3000 as a public HTTPS URL and keeps running until interrupted.
For private sharing:
uplink serve 3000 --name demo
uplink share demo teammate@example.com
uplink status
Private is the default. The same public URL exists, but the edge admits only the owner account and invited emails after identity login.
For several services or advanced rules, put them in uplink.yaml and run:
uplink up