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.1.tar.gz
(15.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.4.1.tar.gz.
File metadata
- Download URL: htmlrun_cli-0.4.1.tar.gz
- Upload date:
- Size: 15.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 |
874e462e3087aca347545365ae531465d14b8cd0efc5036d92660126f000adbe
|
|
| MD5 |
c40166b5206f99168e7579f663045cd9
|
|
| BLAKE2b-256 |
b3ae86d8e4b9ae22d7c7ff7a720be3911b7d766621d7522287d16d254163fc5f
|
File details
Details for the file htmlrun_cli-0.4.1-py3-none-any.whl.
File metadata
- Download URL: htmlrun_cli-0.4.1-py3-none-any.whl
- Upload date:
- Size: 15.9 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 |
7217eb9ed2f908750362f679b010fd3c48226b7f92db7650eed2acef38be6277
|
|
| MD5 |
1e1b502e2e2afd31e5c0023f0d55ad42
|
|
| BLAKE2b-256 |
d0bef64995684312a396b87d0c8898c61af49b88752a5a5714369b9b204b0ad7
|