@lark-project/meegle 0.0.6 → 0.0.7
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 +0 -18
- package/bin/meegle-darwin-arm64 +0 -0
- package/bin/meegle-darwin-x64 +0 -0
- package/bin/meegle-linux-arm64 +0 -0
- package/bin/meegle-linux-x64 +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -376,15 +376,6 @@ meegle mywork todo --action this_week --page-num 1 --profile staging
|
|
|
376
376
|
meegle config profile delete staging
|
|
377
377
|
```
|
|
378
378
|
|
|
379
|
-
### 环境变量
|
|
380
|
-
|
|
381
|
-
环境变量优先级高于配置文件:
|
|
382
|
-
|
|
383
|
-
| 变量 | 说明 |
|
|
384
|
-
|------|------|
|
|
385
|
-
| `MEEGLE_HOST` | 站点域名 |
|
|
386
|
-
| `MEEGLE_USER_ACCESS_TOKEN` | 直接传入 token(CI 场景) |
|
|
387
|
-
|
|
388
379
|
## 常见问题
|
|
389
380
|
|
|
390
381
|
### 命令列表为空
|
|
@@ -397,15 +388,6 @@ meegle auth login
|
|
|
397
388
|
|
|
398
389
|
命令列表会自动缓存,过期后在后台静默刷新,不影响使用。
|
|
399
390
|
|
|
400
|
-
### CI/CD 环境使用
|
|
401
|
-
|
|
402
|
-
通过环境变量传入 token,跳过交互式登录:
|
|
403
|
-
|
|
404
|
-
```bash
|
|
405
|
-
export MEEGLE_USER_ACCESS_TOKEN="your-token"
|
|
406
|
-
meegle mywork todo --action this_week --page-num 1
|
|
407
|
-
```
|
|
408
|
-
|
|
409
391
|
## License
|
|
410
392
|
|
|
411
393
|
[ISC](LICENSE) © Lark Technologies Pte. Ltd.
|
package/bin/meegle-darwin-arm64
CHANGED
|
Binary file
|
package/bin/meegle-darwin-x64
CHANGED
|
Binary file
|
package/bin/meegle-linux-arm64
CHANGED
|
Binary file
|
package/bin/meegle-linux-x64
CHANGED
|
Binary file
|