twentythree-cli 1.3.3 → 1.3.5
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/dist/commands/app/add.cjs +5 -0
- package/dist/commands/seo/get.cjs +58 -0
- package/dist/commands/seo/status.cjs +59 -0
- package/dist/commands/seo/update.cjs +91 -0
- package/dist/commands/video/section/check-generate-available.cjs +67 -0
- package/dist/commands/webinar/create.cjs +5 -0
- package/dist/commands/webinar/repeat.cjs +5 -0
- package/dist/commands/webinar/update.cjs +7 -1
- package/docs/commands/action/add.md +1 -1
- package/docs/commands/action/delete.md +1 -1
- package/docs/commands/action/exclude.md +1 -1
- package/docs/commands/action/get.md +1 -1
- package/docs/commands/action/include.md +1 -1
- package/docs/commands/action/list.md +1 -1
- package/docs/commands/action/types.md +1 -1
- package/docs/commands/action/update.md +1 -1
- package/docs/commands/action/upload.md +1 -1
- package/docs/commands/action.md +9 -9
- package/docs/commands/analytics/conversions.md +3 -3
- package/docs/commands/analytics/live.md +9 -9
- package/docs/commands/analytics/usage.md +18 -18
- package/docs/commands/analytics/video.md +12 -12
- package/docs/commands/analytics.md +42 -42
- package/docs/commands/app/add.md +3 -2
- package/docs/commands/app/delete.md +1 -1
- package/docs/commands/app/list.md +1 -1
- package/docs/commands/app/remove-thumbnail.md +1 -1
- package/docs/commands/app/set-thumbnail.md +1 -1
- package/docs/commands/app/update.md +1 -1
- package/docs/commands/app.md +6 -6
- package/docs/commands/audience/companies.md +1 -1
- package/docs/commands/audience/field.md +4 -4
- package/docs/commands/audience/funnel.md +1 -1
- package/docs/commands/audience/identity-sources.md +1 -1
- package/docs/commands/audience/list-collectors.md +1 -1
- package/docs/commands/audience/list.md +1 -1
- package/docs/commands/audience/metrics.md +1 -1
- package/docs/commands/audience/register.md +1 -1
- package/docs/commands/audience/remove.md +1 -1
- package/docs/commands/audience/search.md +1 -1
- package/docs/commands/audience/timelines.md +1 -1
- package/docs/commands/audience/unregister.md +1 -1
- package/docs/commands/audience.md +15 -15
- package/docs/commands/auth/credentials.md +1 -1
- package/docs/commands/auth/status.md +1 -1
- package/docs/commands/auth/switch.md +1 -1
- package/docs/commands/auth.md +3 -3
- package/docs/commands/autocomplete.md +1 -1
- package/docs/commands/category/create.md +1 -1
- package/docs/commands/category/delete.md +1 -1
- package/docs/commands/category/list.md +1 -1
- package/docs/commands/category/update.md +1 -1
- package/docs/commands/category.md +5 -5
- package/docs/commands/collector/exclude.md +1 -1
- package/docs/commands/collector/include.md +1 -1
- package/docs/commands/collector/list.md +1 -1
- package/docs/commands/collector.md +3 -3
- package/docs/commands/comment/add.md +1 -1
- package/docs/commands/comment/clone.md +1 -1
- package/docs/commands/comment/delete.md +1 -1
- package/docs/commands/comment/list.md +1 -1
- package/docs/commands/comment/promote.md +1 -1
- package/docs/commands/comment/reaction.md +3 -3
- package/docs/commands/comment/set-order.md +1 -1
- package/docs/commands/comment/update.md +1 -1
- package/docs/commands/comment.md +10 -10
- package/docs/commands/doctor.md +1 -1
- package/docs/commands/openupload/list.md +1 -1
- package/docs/commands/openupload/update-file.md +1 -1
- package/docs/commands/openupload/upload-file.md +1 -1
- package/docs/commands/openupload.md +3 -3
- package/docs/commands/player/delete.md +1 -1
- package/docs/commands/player/embed-versions.md +1 -1
- package/docs/commands/player/embed.md +1 -1
- package/docs/commands/player/list.md +1 -1
- package/docs/commands/player/remove-thumbnail.md +1 -1
- package/docs/commands/player/set-thumbnail.md +1 -1
- package/docs/commands/player/styles.md +1 -1
- package/docs/commands/player/update.md +1 -1
- package/docs/commands/player.md +8 -8
- package/docs/commands/poll/add.md +1 -1
- package/docs/commands/poll/answer.md +1 -1
- package/docs/commands/poll/list.md +1 -1
- package/docs/commands/poll/remove.md +1 -1
- package/docs/commands/poll/set-options.md +1 -1
- package/docs/commands/poll/update.md +1 -1
- package/docs/commands/poll.md +6 -6
- package/docs/commands/presentation/page.md +1 -1
- package/docs/commands/presentation/setting.md +2 -2
- package/docs/commands/presentation.md +3 -3
- package/docs/commands/protection/protect.md +1 -1
- package/docs/commands/protection/unprotect.md +1 -1
- package/docs/commands/protection/verify.md +1 -1
- package/docs/commands/protection.md +3 -3
- package/docs/commands/seo/get.md +33 -0
- package/docs/commands/seo/status.md +33 -0
- package/docs/commands/seo/update.md +42 -0
- package/docs/commands/seo.md +98 -0
- package/docs/commands/session/get-token.md +1 -1
- package/docs/commands/session/redeem-token.md +1 -1
- package/docs/commands/session.md +2 -2
- package/docs/commands/setting/update.md +1 -1
- package/docs/commands/setting.md +1 -1
- package/docs/commands/site/get.md +1 -1
- package/docs/commands/site/search.md +1 -1
- package/docs/commands/site.md +2 -2
- package/docs/commands/spot/check.md +1 -1
- package/docs/commands/spot/create.md +1 -1
- package/docs/commands/spot/delete.md +1 -1
- package/docs/commands/spot/list.md +1 -1
- package/docs/commands/spot/reset-version.md +1 -1
- package/docs/commands/spot/set-videos.md +1 -1
- package/docs/commands/spot/update.md +1 -1
- package/docs/commands/spot.md +7 -7
- package/docs/commands/tag/list.md +1 -1
- package/docs/commands/tag/related.md +1 -1
- package/docs/commands/tag.md +2 -2
- package/docs/commands/thumbnail/add.md +1 -1
- package/docs/commands/thumbnail/data.md +1 -1
- package/docs/commands/thumbnail/delete.md +1 -1
- package/docs/commands/thumbnail/duplicate.md +1 -1
- package/docs/commands/thumbnail/file.md +3 -3
- package/docs/commands/thumbnail/list.md +1 -1
- package/docs/commands/thumbnail/preview-scss.md +1 -1
- package/docs/commands/thumbnail/update.md +1 -1
- package/docs/commands/thumbnail.md +11 -11
- package/docs/commands/user/create.md +1 -1
- package/docs/commands/user/get-login-token.md +1 -1
- package/docs/commands/user/get.md +1 -1
- package/docs/commands/user/list.md +1 -1
- package/docs/commands/user/redeem-login-token.md +1 -1
- package/docs/commands/user/send-invitation.md +1 -1
- package/docs/commands/user/tokens.md +1 -1
- package/docs/commands/user/update.md +1 -1
- package/docs/commands/user.md +8 -8
- package/docs/commands/video/delete.md +1 -1
- package/docs/commands/video/frame.md +1 -1
- package/docs/commands/video/get.md +1 -1
- package/docs/commands/video/list.md +1 -1
- package/docs/commands/video/replace.md +1 -1
- package/docs/commands/video/section.md +40 -7
- package/docs/commands/video/subtitle.md +12 -12
- package/docs/commands/video/transcoding-progress.md +1 -1
- package/docs/commands/video/update.md +1 -1
- package/docs/commands/video/upload.md +1 -1
- package/docs/commands/video.md +28 -28
- package/docs/commands/webhook/events.md +1 -1
- package/docs/commands/webhook/list.md +1 -1
- package/docs/commands/webhook/sample.md +1 -1
- package/docs/commands/webhook/subscribe.md +1 -1
- package/docs/commands/webhook/unsubscribe.md +1 -1
- package/docs/commands/webhook.md +5 -5
- package/docs/commands/webinar/attachment.md +4 -4
- package/docs/commands/webinar/clips.md +1 -1
- package/docs/commands/webinar/create.md +9 -8
- package/docs/commands/webinar/delete.md +1 -1
- package/docs/commands/webinar/highlights.md +1 -1
- package/docs/commands/webinar/list-formats.md +1 -1
- package/docs/commands/webinar/list.md +1 -1
- package/docs/commands/webinar/log.md +1 -1
- package/docs/commands/webinar/mail.md +7 -7
- package/docs/commands/webinar/metrics.md +1 -1
- package/docs/commands/webinar/queued-video.md +2 -2
- package/docs/commands/webinar/recording.md +4 -4
- package/docs/commands/webinar/repeat.md +4 -3
- package/docs/commands/webinar/room.md +4 -4
- package/docs/commands/webinar/section.md +4 -4
- package/docs/commands/webinar/series.md +12 -12
- package/docs/commands/webinar/speaker.md +14 -14
- package/docs/commands/webinar/transcription.md +4 -4
- package/docs/commands/webinar/update.md +11 -10
- package/docs/commands/webinar/upload-image.md +1 -1
- package/docs/commands/webinar.md +67 -67
- package/docs/commands/workspace/list.md +1 -1
- package/docs/commands/workspace/use.md +1 -1
- package/docs/commands/workspace.md +2 -2
- package/oclif.manifest.json +1119 -740
- package/package.json +1 -1
package/docs/commands/comment.md
CHANGED
|
@@ -49,7 +49,7 @@ EXAMPLES
|
|
|
49
49
|
$ twentythree comment add --object-id 456 --object-type live --content "Question?" --comment-type question
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
_See code: [src/commands/comment/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
52
|
+
_See code: [src/commands/comment/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/add.ts)_
|
|
53
53
|
|
|
54
54
|
## `twentythree comment clone [ID]`
|
|
55
55
|
|
|
@@ -78,7 +78,7 @@ EXAMPLES
|
|
|
78
78
|
$ twentythree comment clone 789 --clone-type question
|
|
79
79
|
```
|
|
80
80
|
|
|
81
|
-
_See code: [src/commands/comment/clone.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
81
|
+
_See code: [src/commands/comment/clone.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/clone.ts)_
|
|
82
82
|
|
|
83
83
|
## `twentythree comment delete ID`
|
|
84
84
|
|
|
@@ -104,7 +104,7 @@ EXAMPLES
|
|
|
104
104
|
$ twentythree comment delete 789 --json
|
|
105
105
|
```
|
|
106
106
|
|
|
107
|
-
_See code: [src/commands/comment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
107
|
+
_See code: [src/commands/comment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/delete.ts)_
|
|
108
108
|
|
|
109
109
|
## `twentythree comment list`
|
|
110
110
|
|
|
@@ -140,7 +140,7 @@ EXAMPLES
|
|
|
140
140
|
$ twentythree comment list --json
|
|
141
141
|
```
|
|
142
142
|
|
|
143
|
-
_See code: [src/commands/comment/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
143
|
+
_See code: [src/commands/comment/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/list.ts)_
|
|
144
144
|
|
|
145
145
|
## `twentythree comment promote ID`
|
|
146
146
|
|
|
@@ -171,7 +171,7 @@ EXAMPLES
|
|
|
171
171
|
$ twentythree comment promote 789 --no-promoted
|
|
172
172
|
```
|
|
173
173
|
|
|
174
|
-
_See code: [src/commands/comment/promote.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
174
|
+
_See code: [src/commands/comment/promote.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/promote.ts)_
|
|
175
175
|
|
|
176
176
|
## `twentythree comment reaction add ID`
|
|
177
177
|
|
|
@@ -205,7 +205,7 @@ EXAMPLES
|
|
|
205
205
|
$ twentythree comment reaction add 789 --object-id 123 --object-token abc --reaction "❤️" --object-type photo
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [src/commands/comment/reaction/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
208
|
+
_See code: [src/commands/comment/reaction/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/reaction/add.ts)_
|
|
209
209
|
|
|
210
210
|
## `twentythree comment reaction list`
|
|
211
211
|
|
|
@@ -235,7 +235,7 @@ EXAMPLES
|
|
|
235
235
|
$ twentythree comment reaction list --object-id 123 --object-token abc --object-type photo
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/comment/reaction/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
238
|
+
_See code: [src/commands/comment/reaction/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/reaction/list.ts)_
|
|
239
239
|
|
|
240
240
|
## `twentythree comment reaction remove ID`
|
|
241
241
|
|
|
@@ -269,7 +269,7 @@ EXAMPLES
|
|
|
269
269
|
$ twentythree comment reaction remove 789 --object-id 123 --object-token abc --reaction "❤️" --object-type photo
|
|
270
270
|
```
|
|
271
271
|
|
|
272
|
-
_See code: [src/commands/comment/reaction/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
272
|
+
_See code: [src/commands/comment/reaction/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/reaction/remove.ts)_
|
|
273
273
|
|
|
274
274
|
## `twentythree comment set-order`
|
|
275
275
|
|
|
@@ -297,7 +297,7 @@ EXAMPLES
|
|
|
297
297
|
$ twentythree comment set-order --object-id 123 --order "789,456" --comment-type question
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
_See code: [src/commands/comment/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
300
|
+
_See code: [src/commands/comment/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/set-order.ts)_
|
|
301
301
|
|
|
302
302
|
## `twentythree comment update ID`
|
|
303
303
|
|
|
@@ -327,4 +327,4 @@ EXAMPLES
|
|
|
327
327
|
$ twentythree comment update 789 --object-id 123 --status dismissed
|
|
328
328
|
```
|
|
329
329
|
|
|
330
|
-
_See code: [src/commands/comment/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
330
|
+
_See code: [src/commands/comment/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/update.ts)_
|
package/docs/commands/doctor.md
CHANGED
|
@@ -25,4 +25,4 @@ EXAMPLES
|
|
|
25
25
|
$ twentythree doctor --json
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
_See code: [src/commands/doctor.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
28
|
+
_See code: [src/commands/doctor.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/doctor.ts)_
|
|
@@ -33,4 +33,4 @@ EXAMPLES
|
|
|
33
33
|
$ twentythree openupload list --json
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [src/commands/openupload/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
36
|
+
_See code: [src/commands/openupload/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/openupload/list.ts)_
|
|
@@ -37,4 +37,4 @@ EXAMPLES
|
|
|
37
37
|
$ twentythree openupload update-file --token-upload-id 123 --token abc123 --upload-key key456 --json
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
_See code: [src/commands/openupload/update-file.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
40
|
+
_See code: [src/commands/openupload/update-file.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/openupload/update-file.ts)_
|
|
@@ -36,4 +36,4 @@ EXAMPLES
|
|
|
36
36
|
$ twentythree openupload upload-file --file-path ./video.mp4 --token-upload-id 123 --token abc123 --json
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
_See code: [src/commands/openupload/upload-file.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
39
|
+
_See code: [src/commands/openupload/upload-file.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/openupload/upload-file.ts)_
|
|
@@ -35,7 +35,7 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree openupload list --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/openupload/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
38
|
+
_See code: [src/commands/openupload/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/openupload/list.ts)_
|
|
39
39
|
|
|
40
40
|
## `twentythree openupload update-file`
|
|
41
41
|
|
|
@@ -69,7 +69,7 @@ EXAMPLES
|
|
|
69
69
|
$ twentythree openupload update-file --token-upload-id 123 --token abc123 --upload-key key456 --json
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
_See code: [src/commands/openupload/update-file.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
72
|
+
_See code: [src/commands/openupload/update-file.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/openupload/update-file.ts)_
|
|
73
73
|
|
|
74
74
|
## `twentythree openupload upload-file`
|
|
75
75
|
|
|
@@ -102,4 +102,4 @@ EXAMPLES
|
|
|
102
102
|
$ twentythree openupload upload-file --file-path ./video.mp4 --token-upload-id 123 --token abc123 --json
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
_See code: [src/commands/openupload/upload-file.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
105
|
+
_See code: [src/commands/openupload/upload-file.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/openupload/upload-file.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree player delete 42 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/player/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
32
|
+
_See code: [src/commands/player/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/delete.ts)_
|
|
@@ -31,4 +31,4 @@ EXAMPLES
|
|
|
31
31
|
$ twentythree player embed-versions --object-type live --object-id 456 --json
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
_See code: [src/commands/player/embed-versions.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
34
|
+
_See code: [src/commands/player/embed-versions.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/embed-versions.ts)_
|
|
@@ -48,4 +48,4 @@ EXAMPLES
|
|
|
48
48
|
$ twentythree player embed --video-id 123 --json
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
-
_See code: [src/commands/player/embed.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
51
|
+
_See code: [src/commands/player/embed.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/embed.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree player list --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/player/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
32
|
+
_See code: [src/commands/player/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/list.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree player remove-thumbnail 42 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/player/remove-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
32
|
+
_See code: [src/commands/player/remove-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/remove-thumbnail.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree player set-thumbnail ./thumbnail.jpg --player-id 42 --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/player/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
35
|
+
_See code: [src/commands/player/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/set-thumbnail.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree player styles --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/player/styles.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
32
|
+
_See code: [src/commands/player/styles.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/styles.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree player update 42 --description "New description"
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/player/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
37
|
+
_See code: [src/commands/player/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/update.ts)_
|
package/docs/commands/player.md
CHANGED
|
@@ -36,7 +36,7 @@ EXAMPLES
|
|
|
36
36
|
$ twentythree player delete 42 --json
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
_See code: [src/commands/player/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
39
|
+
_See code: [src/commands/player/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/delete.ts)_
|
|
40
40
|
|
|
41
41
|
## `twentythree player embed`
|
|
42
42
|
|
|
@@ -81,7 +81,7 @@ EXAMPLES
|
|
|
81
81
|
$ twentythree player embed --video-id 123 --json
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
_See code: [src/commands/player/embed.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
84
|
+
_See code: [src/commands/player/embed.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/embed.ts)_
|
|
85
85
|
|
|
86
86
|
## `twentythree player embed-versions`
|
|
87
87
|
|
|
@@ -109,7 +109,7 @@ EXAMPLES
|
|
|
109
109
|
$ twentythree player embed-versions --object-type live --object-id 456 --json
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
_See code: [src/commands/player/embed-versions.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
112
|
+
_See code: [src/commands/player/embed-versions.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/embed-versions.ts)_
|
|
113
113
|
|
|
114
114
|
## `twentythree player list`
|
|
115
115
|
|
|
@@ -135,7 +135,7 @@ EXAMPLES
|
|
|
135
135
|
$ twentythree player list --json
|
|
136
136
|
```
|
|
137
137
|
|
|
138
|
-
_See code: [src/commands/player/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
138
|
+
_See code: [src/commands/player/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/list.ts)_
|
|
139
139
|
|
|
140
140
|
## `twentythree player remove-thumbnail ID`
|
|
141
141
|
|
|
@@ -161,7 +161,7 @@ EXAMPLES
|
|
|
161
161
|
$ twentythree player remove-thumbnail 42 --json
|
|
162
162
|
```
|
|
163
163
|
|
|
164
|
-
_See code: [src/commands/player/remove-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
164
|
+
_See code: [src/commands/player/remove-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/remove-thumbnail.ts)_
|
|
165
165
|
|
|
166
166
|
## `twentythree player set-thumbnail FILE`
|
|
167
167
|
|
|
@@ -190,7 +190,7 @@ EXAMPLES
|
|
|
190
190
|
$ twentythree player set-thumbnail ./thumbnail.jpg --player-id 42 --json
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
_See code: [src/commands/player/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
193
|
+
_See code: [src/commands/player/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/set-thumbnail.ts)_
|
|
194
194
|
|
|
195
195
|
## `twentythree player styles`
|
|
196
196
|
|
|
@@ -216,7 +216,7 @@ EXAMPLES
|
|
|
216
216
|
$ twentythree player styles --json
|
|
217
217
|
```
|
|
218
218
|
|
|
219
|
-
_See code: [src/commands/player/styles.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
219
|
+
_See code: [src/commands/player/styles.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/styles.ts)_
|
|
220
220
|
|
|
221
221
|
## `twentythree player update ID`
|
|
222
222
|
|
|
@@ -247,4 +247,4 @@ EXAMPLES
|
|
|
247
247
|
$ twentythree player update 42 --description "New description"
|
|
248
248
|
```
|
|
249
249
|
|
|
250
|
-
_See code: [src/commands/player/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
250
|
+
_See code: [src/commands/player/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/player/update.ts)_
|
|
@@ -30,4 +30,4 @@ EXAMPLES
|
|
|
30
30
|
$ twentythree poll add --object-id 12345 --question "How are you?" --json
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
_See code: [src/commands/poll/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
33
|
+
_See code: [src/commands/poll/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/poll/add.ts)_
|
|
@@ -35,4 +35,4 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree poll answer 99 --object-id 12345 --option-id 3 --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/poll/answer.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
38
|
+
_See code: [src/commands/poll/answer.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/poll/answer.ts)_
|
|
@@ -30,4 +30,4 @@ EXAMPLES
|
|
|
30
30
|
$ twentythree poll list --object-id 12345 --json
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
_See code: [src/commands/poll/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
33
|
+
_See code: [src/commands/poll/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/poll/list.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree poll remove 99 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/poll/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
32
|
+
_See code: [src/commands/poll/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/poll/remove.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree poll set-options 99 --option "Option A" --option "Option B" --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/poll/set-options.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
35
|
+
_See code: [src/commands/poll/set-options.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/poll/set-options.ts)_
|
|
@@ -38,4 +38,4 @@ EXAMPLES
|
|
|
38
38
|
$ twentythree poll update 99 --question "New?" --open --json
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
_See code: [src/commands/poll/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
41
|
+
_See code: [src/commands/poll/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/poll/update.ts)_
|
package/docs/commands/poll.md
CHANGED
|
@@ -35,7 +35,7 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree poll add --object-id 12345 --question "How are you?" --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/poll/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
38
|
+
_See code: [src/commands/poll/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/poll/add.ts)_
|
|
39
39
|
|
|
40
40
|
## `twentythree poll answer ID`
|
|
41
41
|
|
|
@@ -67,7 +67,7 @@ EXAMPLES
|
|
|
67
67
|
$ twentythree poll answer 99 --object-id 12345 --option-id 3 --json
|
|
68
68
|
```
|
|
69
69
|
|
|
70
|
-
_See code: [src/commands/poll/answer.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
70
|
+
_See code: [src/commands/poll/answer.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/poll/answer.ts)_
|
|
71
71
|
|
|
72
72
|
## `twentythree poll list`
|
|
73
73
|
|
|
@@ -94,7 +94,7 @@ EXAMPLES
|
|
|
94
94
|
$ twentythree poll list --object-id 12345 --json
|
|
95
95
|
```
|
|
96
96
|
|
|
97
|
-
_See code: [src/commands/poll/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
97
|
+
_See code: [src/commands/poll/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/poll/list.ts)_
|
|
98
98
|
|
|
99
99
|
## `twentythree poll remove ID`
|
|
100
100
|
|
|
@@ -120,7 +120,7 @@ EXAMPLES
|
|
|
120
120
|
$ twentythree poll remove 99 --json
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
_See code: [src/commands/poll/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
123
|
+
_See code: [src/commands/poll/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/poll/remove.ts)_
|
|
124
124
|
|
|
125
125
|
## `twentythree poll set-options ID`
|
|
126
126
|
|
|
@@ -149,7 +149,7 @@ EXAMPLES
|
|
|
149
149
|
$ twentythree poll set-options 99 --option "Option A" --option "Option B" --json
|
|
150
150
|
```
|
|
151
151
|
|
|
152
|
-
_See code: [src/commands/poll/set-options.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
152
|
+
_See code: [src/commands/poll/set-options.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/poll/set-options.ts)_
|
|
153
153
|
|
|
154
154
|
## `twentythree poll update ID`
|
|
155
155
|
|
|
@@ -184,4 +184,4 @@ EXAMPLES
|
|
|
184
184
|
$ twentythree poll update 99 --question "New?" --open --json
|
|
185
185
|
```
|
|
186
186
|
|
|
187
|
-
_See code: [src/commands/poll/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
187
|
+
_See code: [src/commands/poll/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/poll/update.ts)_
|
|
@@ -26,4 +26,4 @@ EXAMPLES
|
|
|
26
26
|
$ twentythree presentation page link-locations --json
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
_See code: [src/commands/presentation/page/link-locations.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
29
|
+
_See code: [src/commands/presentation/page/link-locations.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/presentation/page/link-locations.ts)_
|
|
@@ -27,7 +27,7 @@ EXAMPLES
|
|
|
27
27
|
$ twentythree presentation setting list --json
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
_See code: [src/commands/presentation/setting/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
30
|
+
_See code: [src/commands/presentation/setting/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/presentation/setting/list.ts)_
|
|
31
31
|
|
|
32
32
|
## `twentythree presentation setting update`
|
|
33
33
|
|
|
@@ -55,4 +55,4 @@ EXAMPLES
|
|
|
55
55
|
$ twentythree presentation setting update --set site_name="My Site" --json
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
-
_See code: [src/commands/presentation/setting/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
58
|
+
_See code: [src/commands/presentation/setting/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/presentation/setting/update.ts)_
|
|
@@ -28,7 +28,7 @@ EXAMPLES
|
|
|
28
28
|
$ twentythree presentation page link-locations --json
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
_See code: [src/commands/presentation/page/link-locations.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
31
|
+
_See code: [src/commands/presentation/page/link-locations.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/presentation/page/link-locations.ts)_
|
|
32
32
|
|
|
33
33
|
## `twentythree presentation setting list`
|
|
34
34
|
|
|
@@ -51,7 +51,7 @@ EXAMPLES
|
|
|
51
51
|
$ twentythree presentation setting list --json
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
-
_See code: [src/commands/presentation/setting/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
54
|
+
_See code: [src/commands/presentation/setting/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/presentation/setting/list.ts)_
|
|
55
55
|
|
|
56
56
|
## `twentythree presentation setting update`
|
|
57
57
|
|
|
@@ -79,4 +79,4 @@ EXAMPLES
|
|
|
79
79
|
$ twentythree presentation setting update --set site_name="My Site" --json
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
_See code: [src/commands/presentation/setting/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
82
|
+
_See code: [src/commands/presentation/setting/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/presentation/setting/update.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree protection protect --protection-method token --grace-minutes 30 --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/protection/protect.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
37
|
+
_See code: [src/commands/protection/protect.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/protection/protect.ts)_
|
|
@@ -31,4 +31,4 @@ EXAMPLES
|
|
|
31
31
|
$ twentythree protection unprotect --object-id 12345 --json
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
_See code: [src/commands/protection/unprotect.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
34
|
+
_See code: [src/commands/protection/unprotect.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/protection/unprotect.ts)_
|
|
@@ -36,4 +36,4 @@ EXAMPLES
|
|
|
36
36
|
$ twentythree protection verify --protection-method token --verification-data mytoken --json
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
_See code: [src/commands/protection/verify.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
39
|
+
_See code: [src/commands/protection/verify.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/protection/verify.ts)_
|
|
@@ -36,7 +36,7 @@ EXAMPLES
|
|
|
36
36
|
$ twentythree protection protect --protection-method token --grace-minutes 30 --json
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
_See code: [src/commands/protection/protect.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
39
|
+
_See code: [src/commands/protection/protect.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/protection/protect.ts)_
|
|
40
40
|
|
|
41
41
|
## `twentythree protection unprotect`
|
|
42
42
|
|
|
@@ -64,7 +64,7 @@ EXAMPLES
|
|
|
64
64
|
$ twentythree protection unprotect --object-id 12345 --json
|
|
65
65
|
```
|
|
66
66
|
|
|
67
|
-
_See code: [src/commands/protection/unprotect.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
67
|
+
_See code: [src/commands/protection/unprotect.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/protection/unprotect.ts)_
|
|
68
68
|
|
|
69
69
|
## `twentythree protection verify`
|
|
70
70
|
|
|
@@ -97,4 +97,4 @@ EXAMPLES
|
|
|
97
97
|
$ twentythree protection verify --protection-method token --verification-data mytoken --json
|
|
98
98
|
```
|
|
99
99
|
|
|
100
|
-
_See code: [src/commands/protection/verify.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
100
|
+
_See code: [src/commands/protection/verify.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/protection/verify.ts)_
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
`twentythree seo:get`
|
|
2
|
+
=====================
|
|
3
|
+
|
|
4
|
+
Get SEO metadata for a video, webinar, or webinar series
|
|
5
|
+
|
|
6
|
+
* [`twentythree seo get`](#twentythree-seo-get)
|
|
7
|
+
|
|
8
|
+
## `twentythree seo get`
|
|
9
|
+
|
|
10
|
+
Get SEO metadata for a video, webinar, or webinar series
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
USAGE
|
|
14
|
+
$ twentythree seo get --object-id <value> [--json] [-w <value>] [--fields <value>]
|
|
15
|
+
|
|
16
|
+
FLAGS
|
|
17
|
+
--fields=<value> Comma-separated fields to return
|
|
18
|
+
--object-id=<value> (required) Object ID (video, webinar, or webinar series)
|
|
19
|
+
|
|
20
|
+
GLOBAL FLAGS
|
|
21
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
22
|
+
--json Format output as json.
|
|
23
|
+
|
|
24
|
+
DESCRIPTION
|
|
25
|
+
Get SEO metadata for a video, webinar, or webinar series
|
|
26
|
+
|
|
27
|
+
EXAMPLES
|
|
28
|
+
$ twentythree seo get --object-id 12345
|
|
29
|
+
|
|
30
|
+
$ twentythree seo get --object-id 12345 --json
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
_See code: [src/commands/seo/get.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/seo/get.ts)_
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
`twentythree seo:status`
|
|
2
|
+
========================
|
|
3
|
+
|
|
4
|
+
Get SEO readiness status for a video, webinar, or webinar series
|
|
5
|
+
|
|
6
|
+
* [`twentythree seo status`](#twentythree-seo-status)
|
|
7
|
+
|
|
8
|
+
## `twentythree seo status`
|
|
9
|
+
|
|
10
|
+
Get SEO readiness status for a video, webinar, or webinar series
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
USAGE
|
|
14
|
+
$ twentythree seo status --object-id <value> [--json] [-w <value>] [--fields <value>]
|
|
15
|
+
|
|
16
|
+
FLAGS
|
|
17
|
+
--fields=<value> Comma-separated fields to return
|
|
18
|
+
--object-id=<value> (required) Object ID (video, webinar, or webinar series)
|
|
19
|
+
|
|
20
|
+
GLOBAL FLAGS
|
|
21
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
22
|
+
--json Format output as json.
|
|
23
|
+
|
|
24
|
+
DESCRIPTION
|
|
25
|
+
Get SEO readiness status for a video, webinar, or webinar series
|
|
26
|
+
|
|
27
|
+
EXAMPLES
|
|
28
|
+
$ twentythree seo status --object-id 12345
|
|
29
|
+
|
|
30
|
+
$ twentythree seo status --object-id 12345 --json
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
_See code: [src/commands/seo/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/seo/status.ts)_
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
`twentythree seo:update`
|
|
2
|
+
========================
|
|
3
|
+
|
|
4
|
+
Update SEO metadata for a video, webinar, or webinar series
|
|
5
|
+
|
|
6
|
+
* [`twentythree seo update`](#twentythree-seo-update)
|
|
7
|
+
|
|
8
|
+
## `twentythree seo update`
|
|
9
|
+
|
|
10
|
+
Update SEO metadata for a video, webinar, or webinar series
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
USAGE
|
|
14
|
+
$ twentythree seo update --object-id <value> [--json] [-w <value>] [--seo-name <value>] [--seo-description
|
|
15
|
+
<value>] [--seo-keywords <value>] [--canonical-url <value>] [--seo-policy |index|noindex] [--enrich-immediately]
|
|
16
|
+
[--fields <value>]
|
|
17
|
+
|
|
18
|
+
FLAGS
|
|
19
|
+
--canonical-url=<value> Canonical URL for the object
|
|
20
|
+
--enrich-immediately Enrich SEO metadata immediately
|
|
21
|
+
--fields=<value> Comma-separated fields to return
|
|
22
|
+
--object-id=<value> (required) Object ID (video, webinar, or webinar series)
|
|
23
|
+
--seo-description=<value> SEO description for the object
|
|
24
|
+
--seo-keywords=<value> SEO keywords for the object
|
|
25
|
+
--seo-name=<value> SEO title for the object
|
|
26
|
+
--seo-policy=<option> SEO indexing policy ("", "index", or "noindex")
|
|
27
|
+
<options: |index|noindex>
|
|
28
|
+
|
|
29
|
+
GLOBAL FLAGS
|
|
30
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
31
|
+
--json Format output as json.
|
|
32
|
+
|
|
33
|
+
DESCRIPTION
|
|
34
|
+
Update SEO metadata for a video, webinar, or webinar series
|
|
35
|
+
|
|
36
|
+
EXAMPLES
|
|
37
|
+
$ twentythree seo update --object-id 12345 --seo-name "My Video"
|
|
38
|
+
|
|
39
|
+
$ twentythree seo update --object-id 12345 --seo-policy index --json
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
_See code: [src/commands/seo/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/seo/update.ts)_
|