@lark-project/meegle 0.0.5 → 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/LICENSE ADDED
@@ -0,0 +1,11 @@
1
+ Copyright (c) 2023 Lark Technologies Pte. Ltd.
2
+
3
+ Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
4
+
5
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
6
+ IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
7
+ INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
8
+ EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
9
+ CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
10
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
11
+ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
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.
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-project/meegle",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "Agent-First CLI for Meegle (Lark Project)",
5
5
  "license": "ISC",
6
6
  "bin": {
@@ -20,7 +20,8 @@
20
20
  "files": [
21
21
  "bin/meegle.js",
22
22
  "bin/meegle-*",
23
- "README.md"
23
+ "README.md",
24
+ "LICENSE"
24
25
  ],
25
26
  "publishConfig": {
26
27
  "tag": "beta"