deploy-notice-bot
v1.0.18
Published
## 项目描述
Readme
deploy-notice-bot
项目描述
用于jenkins发版部署后进行消息通知
使用说明
安装
npm i -g deploy-notice-bot@latest使用
Usage: wwn [options] [command]
打包部署企微通知机器人
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
notice [options] 发送通知
image [options] 发送图片通知
help [command] display help for command
Usage: wwn notice [options]
发送通知
Options:
-n, --num <number> 最大日志数量 (default: "20")
-b, --branch 当前分支,用于消息使用,非必须
-p, --project 项目名,用于消息使用,非必须
-u, --url <char> 通知hook链接
-h, --help display help for command
Usage: wwn image [options]
发送图片通知
Options:
-p, --path <char> 图片路径
-u, --url <char> 通知hook链接
-h, --help display help for command