Files
tldr/pages.zh/common/expose.md

28 lines
485 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# expose
> 一个用于共享网站的开源隧道应用程序。
> 更多信息:<https://beyondco.de/docs/expose>。
- 注册您的身份验证令牌:
`expose token {{token}}`
- 共享当前工作目录:
`expose`
- 使用特定子域名共享当前工作目录:
`expose --subdomain={{subdomain}}`
- 共享本地 URL
`expose share {{url}}`
- 运行 Expose 服务器:
`expose serve`
- 使用特定主机名运行 Expose 服务器:
`expose serve {{hostname}}`