HTMLRun CLI
把本地 HTML 文件发布到 HTMLRun,生成可分享的在线链接。
安装
PyPI: https://pypi.org/project/htmlrun-cli/
pip install htmlrun-cli
使用
先在 https://html.run 创建 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.4.0.tar.gz
(15.5 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.4.0.tar.gz.
File metadata
- Download URL: htmlrun_cli-0.4.0.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52848bf3ab4e69060ca562ca9a287784afa8d0ba464385aea2ed1a0efec42a72
|
|
| MD5 |
d547e0a30d6cc434243485fb75fa2239
|
|
| BLAKE2b-256 |
7fc9177c1052140bdaf76717cd5b1d74b4bf069466fe3ceb30b1b6568ff0c6da
|
File details
Details for the file htmlrun_cli-0.4.0-py3-none-any.whl.
File metadata
- Download URL: htmlrun_cli-0.4.0-py3-none-any.whl
- Upload date:
- Size: 16.2 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 |
8445260fb714e2062ffd9508d897304b1590de8a9b0793483c025368b89f9f87
|
|
| MD5 |
340453d4d77743234dd897979dafd74e
|
|
| BLAKE2b-256 |
34ff0bd57990e260a6cc0d8b6cd054a4eb7595f55e126a1c4842c4b4be9f4c11
|