26 个版本
0.3.4 | 2024年5月2日 |
---|---|
0.3.3 | 2024年5月2日 |
0.2.9 | 2024年4月13日 |
0.2.2 | 2024年3月8日 |
0.0.1 | 2024年1月21日 |
#511 in 文件系统
24KB
384 行
名称
pub - 将任何内容发布到公开网络
概要
pub [res1 路径1]... [resN [路径N]]
描述
pub 命令接受一个可选的资源-路径对序列,其中资源可以是任何文件、目录、端口或 URL,路径指定资源的挂载点。
对于每一对,路径是必须的,除了最后一个资源(resN)。当省略路径时,它默认为 "/"。
在特殊情况下 N=1,pub
README.md /
可以简化为 pub README.md
。
示例
# Publish a directory at the default path:
$ pub .
# Publish a dir at subpath:
$ pub /tmp/ /temp/
# Publish a specified port:
$ pub :8080
# Publish a URL at the default path:
$ pub https://example.com
# Publish a URL at the default path while restricting the request method to GET:
$ pub https://example.com 'GET /'
# Publish at a port with a specified path, followed by a URL at the default path:
$ pub \
:9944 /rpc/ws \
https://polkadot.js.org/apps/
另见
依赖项
~15–33MB
~495K SLoC