2025-03-14 21:59:59 -06:00
|
|
|
# expose
|
|
|
|
|
|
|
|
|
|
> An open source tunnel application for sharing websites.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <http://expose.dev/docs/introduction>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|