mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
29 lines
537 B
Markdown
29 lines
537 B
Markdown
# expose
|
|
|
|
> 웹 사이트 공유를 위한 오픈 소스 터널 애플리케이션.
|
|
> 더 많은 정보: <https://beyondco.de/docs/expose>.
|
|
|
|
- 인증 토큰을 등록:
|
|
|
|
`expose token {{토큰}}`
|
|
|
|
- 현재 작업 디렉터리를 공유:
|
|
|
|
`expose`
|
|
|
|
- 현재 작업 디렉터리를 특정 하위 도메인과 공유:
|
|
|
|
`expose --subdomain={{하위도메인}}`
|
|
|
|
- 로컬 URL 공유:
|
|
|
|
`expose share {{url}}`
|
|
|
|
- Expose 서버를 실행:
|
|
|
|
`expose serve`
|
|
|
|
- 특정 호스트 이름으로 Expose 서버를 실행:
|
|
|
|
`expose serve {{호스트명}}`
|