nikou-cli 0.1.29 → 0.1.31
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 +13 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -451,6 +451,19 @@ nikou-cli hook master-password --set
|
|
|
451
451
|
nikou-cli hook master
|
|
452
452
|
```
|
|
453
453
|
|
|
454
|
+
主节点完成启动并建立飞书长连接后,会向私有配置 `hook.master_notify_user_id` 指定的
|
|
455
|
+
固定飞书用户发送单聊通知,不会从绑定白名单推断接收人。通知包含主节点 IP;如果能从
|
|
456
|
+
本机 `~/ops/ops_global.properties` 读取到 `ops_user`,还会同时展示主节点名称。未配置
|
|
457
|
+
固定接收人时跳过通知。
|
|
458
|
+
|
|
459
|
+
```json
|
|
460
|
+
{
|
|
461
|
+
"hook": {
|
|
462
|
+
"master_notify_user_id": "YOUR_FEISHU_USER_ID"
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
```
|
|
466
|
+
|
|
454
467
|
覆盖监听参数:
|
|
455
468
|
|
|
456
469
|
```bash
|