HTMLRun CLI
把本地 HTML 文件发布到 HTMLRun,生成可分享的在线链接。
安装
PyPI: https://pypi.org/project/htmlrun-cli/
pip install htmlrun-cli
使用
先在 https://html.run/web/tokens 创建 publish token:
htmlrun login --token h_xxxxxxxx
htmlrun publish report.html
login 会向服务端校验 token,无效时不写入本地配置并以非 0 退出码结束,所以脚本里可以
直接用它的退出码判断是否登录成功。
再次发布同一路径文件会追加新版本,并保持原链接不变。
命令
| 命令 | 说明 |
|---|---|
htmlrun login --token h_xxx [--base-url URL] |
校验 token 并保存 token 和服务地址 |
htmlrun logout |
清除本地 token |
htmlrun whoami [--remote] |
查看服务地址与 token 状态;--remote 联网查服务端 |
htmlrun publish FILE [-m 备注] [--new] [--no-inline] |
发布 HTML 文件 |
环境变量
| 变量 | 作用 |
|---|---|
HTMLRUN_TOKEN |
publish token |
HTMLRUN_BASE_URL |
服务地址,默认 https://html.run |
HTMLRUN_CONFIG_DIR |
配置目录,默认 ~/.htmlrun |
首次 login 会在配置文件里生成一个随机 client_id,用于在"已绑定设备"列表里区分机器。
它是随机 UUID,不采集硬件信息,也不参与鉴权。logout 不会清除它,这样同一台机器重新
登录仍算同一台设备。
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
htmlrun_cli-0.2.0.tar.gz
(10.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file htmlrun_cli-0.2.0.tar.gz.
File metadata
- Download URL: htmlrun_cli-0.2.0.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4cf4b16c632ccf0ef37a127bb94109f44d75aef94a525087d1ec8b7c841ce27
|
|
| MD5 |
1e936530b0f2bff256f31ce49e263425
|
|
| BLAKE2b-256 |
dca56737875bb36ca776fb269de9cf2e404f7cffb84e69b1a8e9be9804536d30
|
File details
Details for the file htmlrun_cli-0.2.0-py3-none-any.whl.
File metadata
- Download URL: htmlrun_cli-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ccd4b8417d783e9013244b4e9c94d2d0d5c83d4cdfeb70e5ece973124d66811
|
|
| MD5 |
fd8c8ffa01bef7a8adda408750b90254
|
|
| BLAKE2b-256 |
c9183d62b7a22c27fa461e2a401bf9e67ba1729db97abf5c749519be248dafee
|