polyv-live-cli 1.2.7 → 1.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.
|
@@ -110,14 +110,4 @@ outputTemplate: |
|
|
|
110
110
|
- ID: {coupon.couponId}
|
|
111
111
|
|
|
112
112
|
## 下一步操作
|
|
113
|
-
|
|
114
|
-
2. 查看商品: polyv-live-cli product list --channelId {channel.channelId}
|
|
115
|
-
3. 查看优惠券: polyv-live-cli coupon list
|
|
116
|
-
|
|
117
|
-
nextSteps:
|
|
118
|
-
- command: "polyv-live-cli stream start --channelId {channel.channelId}"
|
|
119
|
-
description: "开始直播"
|
|
120
|
-
- command: "polyv-live-cli product list --channelId {channel.channelId}"
|
|
121
|
-
description: "查看商品列表"
|
|
122
|
-
- command: "polyv-live-cli coupon list"
|
|
123
|
-
description: "查看优惠券"
|
|
113
|
+
访问 [直播控制台](https://console.polyv.net/live/index.html#/channel/{channel.channelId}/base-info/channel-info) 开始直播。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polyv-live-cli",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.12",
|
|
4
4
|
"description": "CLI tool for managing PolyV live streaming services.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"node": ">=18.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"polyv-live-api-sdk": "^1.0.0",
|
|
37
36
|
"blessed": "^0.1.81",
|
|
38
37
|
"blessed-contrib": "^4.11.0",
|
|
39
38
|
"cli-table3": "^0.6.3",
|
|
40
39
|
"commander": "^11.1.0",
|
|
41
40
|
"dotenv": "^16.3.1",
|
|
42
|
-
"js-yaml": "^4.1.1"
|
|
41
|
+
"js-yaml": "^4.1.1",
|
|
42
|
+
"polyv-live-api-sdk": "1.0.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/blessed": "^0.1.19",
|