snippetbashTip
expose — An open source tunnel application for sharing websites. More information: <http://expose.dev/docs/in
Viewed 0 times
commandsourcetunnelcliopenexposeforapplication
Problem
How to use the
expose command: An open source tunnel application for sharing websites. More information: <http://expose.dev/docs/introduction>.Solution
expose — An open source tunnel application for sharing websites. More information: <http://expose.dev/docs/introduction>.Register your authentication token:
expose token {{token}}Share the current working directory:
exposeShare the current working directory with a specific subdomain:
expose --subdomain={{subdomain}}Share a local URL:
expose share {{url}}Run the Expose server:
expose serveRun the Expose server with a specific hostname:
expose serve {{hostname}}Code Snippets
Register your authentication token
expose token {{token}}Share the current working directory
exposeShare the current working directory with a specific subdomain
expose --subdomain={{subdomain}}Share a local URL
expose share {{url}}Run the Expose server
expose serveContext
tldr-pages: common/expose
Revisions (0)
No revisions yet.