@openduo/channel-feishu 0.2.10 → 0.2.12
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 +8 -0
- package/dist/plugin.js +34 -34
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -109,6 +109,10 @@ duoduo channel feishu logs
|
|
|
109
109
|
duoduo channel feishu stop
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
+
In host mode, `duoduo channel feishu start` auto-loads `~/.config/duoduo/.env` before launching
|
|
113
|
+
the managed channel process. Put `FEISHU_APP_ID`, `FEISHU_APP_SECRET`, and optional
|
|
114
|
+
`ALADUO_DAEMON_URL` there if you want daemon and channel startup to behave consistently.
|
|
115
|
+
|
|
112
116
|
### Standalone
|
|
113
117
|
|
|
114
118
|
```bash
|
|
@@ -118,6 +122,10 @@ ALADUO_DAEMON_URL=http://127.0.0.1:20233 \
|
|
|
118
122
|
duoduo-feishu
|
|
119
123
|
```
|
|
120
124
|
|
|
125
|
+
When you launch `duoduo-feishu` directly in host mode, the process logs a warning that
|
|
126
|
+
`~/.config/duoduo/.env` is not auto-loaded. That warning is intentional: direct standalone
|
|
127
|
+
launch expects you to export the environment yourself.
|
|
128
|
+
|
|
121
129
|
## License
|
|
122
130
|
|
|
123
131
|
MIT
|