Files
tldr/pages/common/expose.md
bl-ue 8ebd171d6f *: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

29 lines
508 B
Markdown

# expose
> An open source tunnel application for sharing websites.
> More information: <https://beyondco.de/docs/expose>.
- Register your authentication token:
`expose token {{token}}`
- Share the current working directory:
`expose`
- Share the current working directory with a specific subdomain:
`expose --subdomain={{subdomain}}`
- Share a local URL:
`expose share {{url}}`
- Run the Expose server:
`expose serve`
- Run the Expose server with a specific hostname:
`expose serve {{hostname}}`