apipost-cli 3.0.0 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -43,6 +43,7 @@ Options:
43
43
  --ssl-client-passphrase <passphrase> 指定客户端证书密码 (for protected key)
44
44
  --ssl-extra-ca-certs <path> 指定额外受信任的 CA 证书 (PEM)
45
45
  --web-hook <url> Web-hook用于在任务完成后向指定URL发送JSON报告数据 (POST)
46
+ --api-token <token> Web-hook 的 api-token
46
47
  -h, --help display help for command
47
48
  ```
48
49