LinuxCommandLibrary

expose

An open source tunnel application for sharing websites.

TLDR

Register your authentication token

$ expose token [token]
copy


Share the current working directory
$ expose
copy


Share the current working directory with a specific subdomain
$ expose --subdomain=[subdomain]
copy


Share a local URL
$ expose share [url]
copy


Run the Expose server
$ expose serve
copy


Run the Expose server with a specific hostname
$ expose serve [hostname]
copy

Copied to clipboard