2020-08-28 09:12:44 +01:00
|
|
|
# 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}}`
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Share a local URL:
|
2020-08-28 09:12:44 +01:00
|
|
|
|
|
|
|
`expose share {{url}}`
|
|
|
|
|
|
|
|
- Run the Expose server:
|
|
|
|
|
|
|
|
`expose serve`
|
|
|
|
|
|
|
|
- Run the Expose server with a specific hostname:
|
|
|
|
|
|
|
|
`expose serve {{hostname}}`
|