@tencentcloud/tmeet 1.0.2 → 1.0.3
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
CHANGED
|
@@ -54,7 +54,9 @@ npx skills add TencentCloud/tencentmeeting-cli -y -g
|
|
|
54
54
|
tmeet auth login
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
|
|
57
|
+
执行后会自动尝试打开系统默认浏览器跳转到授权 URL;若无默认浏览器,则输出授权 URL,手动在浏览器中打开完成扫码授权。CLI 自动轮询结果(超时 5 分钟),凭证加密保存到本地。
|
|
58
|
+
|
|
59
|
+
> 如需禁用自动打开浏览器,可使用 `--no-browser` 参数:`tmeet auth login --no-browser`
|
|
58
60
|
|
|
59
61
|
### 2. 创建会议
|
|
60
62
|
|
|
@@ -145,10 +147,14 @@ tmeet [--format json] [-V]
|
|
|
145
147
|
登录并完成 OAuth2 授权,将凭证加密保存到本地。
|
|
146
148
|
|
|
147
149
|
```bash
|
|
148
|
-
tmeet auth login
|
|
150
|
+
tmeet auth login [选项]
|
|
149
151
|
```
|
|
150
152
|
|
|
151
|
-
|
|
153
|
+
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|
|
154
|
+
|------|------|:----:|--------|------|
|
|
155
|
+
| `--no-browser` | bool | — | `false` | 禁用自动打开浏览器。`false`(默认)会尝试自动打开系统默认浏览器跳转到授权 URL;`true` 则仅输出授权 URL,需用户手动在浏览器中打开 |
|
|
156
|
+
|
|
157
|
+
执行后会输出授权 URL,CLI 自动轮询授权结果(超时 5 分钟),凭证加密保存到本地。
|
|
152
158
|
|
|
153
159
|
---
|
|
154
160
|
|
package/dist/tmeet-Linux-ARM64
CHANGED
|
Binary file
|
package/dist/tmeet-Linux-x86_64
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/tmeet-macOS-Intel
CHANGED
|
Binary file
|