mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 01:57:03 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
33
tldr/expose
Normal file
33
tldr/expose
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user