twentythree-cli 1.3.8 → 1.5.0
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/agentic/session/list.cjs +79 -0
- package/dist/commands/agentic/session/metrics.cjs +50 -0
- package/dist/commands/agentic/session/status.cjs +86 -0
- package/dist/commands/auth/credentials.cjs +101 -14
- package/dist/commands/seo/metrics.cjs +56 -0
- package/dist/commands/webinar/create.cjs +57 -5
- package/dist/commands/webinar/mail/add.cjs +44 -5
- package/dist/commands/webinar/mail/update.cjs +44 -0
- package/dist/commands/webinar/speaker/add.cjs +32 -2
- package/dist/commands/webinar/speaker/update.cjs +32 -2
- package/dist/commands/webinar/update.cjs +60 -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/agentic/session.md +104 -0
- package/docs/commands/agentic.md +94 -0
- 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 +1 -1
- 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 +25 -4
- 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 +1 -1
- package/docs/commands/seo/metrics.md +35 -0
- package/docs/commands/seo/status.md +1 -1
- package/docs/commands/seo/update.md +1 -1
- package/docs/commands/seo.md +30 -3
- 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 +8 -8
- 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 +30 -12
- 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 +35 -18
- 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 +1 -1
- 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 +41 -26
- package/docs/commands/webinar/transcription.md +4 -4
- package/docs/commands/webinar/update.md +25 -10
- package/docs/commands/webinar/upload-image.md +1 -1
- package/docs/commands/webinar.md +185 -109
- package/docs/commands/workspace/list.md +1 -1
- package/docs/commands/workspace/use.md +1 -1
- package/docs/commands/workspace.md +2 -2
- package/docs/guides/ai-agents.md +169 -0
- package/oclif.manifest.json +2022 -1308
- package/package.json +1 -1
|
@@ -28,7 +28,7 @@ DESCRIPTION
|
|
|
28
28
|
Manage video subtitles and captions
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
_See code: [src/commands/video/subtitle/index.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
31
|
+
_See code: [src/commands/video/subtitle/index.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/index.ts)_
|
|
32
32
|
|
|
33
33
|
## `twentythree video subtitle archive`
|
|
34
34
|
|
|
@@ -51,7 +51,7 @@ EXAMPLES
|
|
|
51
51
|
$ twentythree video subtitle archive --json
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
-
_See code: [src/commands/video/subtitle/archive.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
54
|
+
_See code: [src/commands/video/subtitle/archive.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/archive.ts)_
|
|
55
55
|
|
|
56
56
|
## `twentythree video subtitle create ID`
|
|
57
57
|
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
$ twentythree video subtitle create 12345 --locale auto --draft
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/video/subtitle/create.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
87
|
+
_See code: [src/commands/video/subtitle/create.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/create.ts)_
|
|
88
88
|
|
|
89
89
|
## `twentythree video subtitle data ID`
|
|
90
90
|
|
|
@@ -117,7 +117,7 @@ EXAMPLES
|
|
|
117
117
|
$ twentythree video subtitle data 12345 --subtitle-id en_US --json
|
|
118
118
|
```
|
|
119
119
|
|
|
120
|
-
_See code: [src/commands/video/subtitle/data.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
120
|
+
_See code: [src/commands/video/subtitle/data.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/data.ts)_
|
|
121
121
|
|
|
122
122
|
## `twentythree video subtitle delete ID`
|
|
123
123
|
|
|
@@ -147,7 +147,7 @@ EXAMPLES
|
|
|
147
147
|
$ twentythree video subtitle delete 12345 --subtitle-id en_US --json
|
|
148
148
|
```
|
|
149
149
|
|
|
150
|
-
_See code: [src/commands/video/subtitle/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
150
|
+
_See code: [src/commands/video/subtitle/delete.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/delete.ts)_
|
|
151
151
|
|
|
152
152
|
## `twentythree video subtitle duplicate ID`
|
|
153
153
|
|
|
@@ -181,7 +181,7 @@ EXAMPLES
|
|
|
181
181
|
$ twentythree video subtitle duplicate 12345 --subtitle-id en_US --target-locale de_DE --json
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
_See code: [src/commands/video/subtitle/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
184
|
+
_See code: [src/commands/video/subtitle/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/duplicate.ts)_
|
|
185
185
|
|
|
186
186
|
## `twentythree video subtitle list ID`
|
|
187
187
|
|
|
@@ -223,7 +223,7 @@ EXAMPLES
|
|
|
223
223
|
$ twentythree video subtitle list 12345 --type closedcaptions --subtitle-format webvtt --json
|
|
224
224
|
```
|
|
225
225
|
|
|
226
|
-
_See code: [src/commands/video/subtitle/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
226
|
+
_See code: [src/commands/video/subtitle/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/list.ts)_
|
|
227
227
|
|
|
228
228
|
## `twentythree video subtitle locales`
|
|
229
229
|
|
|
@@ -246,7 +246,7 @@ EXAMPLES
|
|
|
246
246
|
$ twentythree video subtitle locales --json
|
|
247
247
|
```
|
|
248
248
|
|
|
249
|
-
_See code: [src/commands/video/subtitle/locales.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
249
|
+
_See code: [src/commands/video/subtitle/locales.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/locales.ts)_
|
|
250
250
|
|
|
251
251
|
## `twentythree video subtitle set-primary ID`
|
|
252
252
|
|
|
@@ -275,7 +275,7 @@ EXAMPLES
|
|
|
275
275
|
$ twentythree video subtitle set-primary 12345 --subtitle-id fr_FR --json
|
|
276
276
|
```
|
|
277
277
|
|
|
278
|
-
_See code: [src/commands/video/subtitle/set-primary.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
278
|
+
_See code: [src/commands/video/subtitle/set-primary.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/set-primary.ts)_
|
|
279
279
|
|
|
280
280
|
## `twentythree video subtitle types`
|
|
281
281
|
|
|
@@ -298,7 +298,7 @@ EXAMPLES
|
|
|
298
298
|
$ twentythree video subtitle types --json
|
|
299
299
|
```
|
|
300
300
|
|
|
301
|
-
_See code: [src/commands/video/subtitle/types.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
301
|
+
_See code: [src/commands/video/subtitle/types.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/types.ts)_
|
|
302
302
|
|
|
303
303
|
## `twentythree video subtitle update ID`
|
|
304
304
|
|
|
@@ -331,7 +331,7 @@ EXAMPLES
|
|
|
331
331
|
$ twentythree video subtitle update 12345 --subtitle-id en_US --type closedcaptions
|
|
332
332
|
```
|
|
333
333
|
|
|
334
|
-
_See code: [src/commands/video/subtitle/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
334
|
+
_See code: [src/commands/video/subtitle/update.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/update.ts)_
|
|
335
335
|
|
|
336
336
|
## `twentythree video subtitle upload ID FILE`
|
|
337
337
|
|
|
@@ -365,4 +365,4 @@ EXAMPLES
|
|
|
365
365
|
$ twentythree video subtitle upload 12345 ./subtitles.srt --locale en_US --draft
|
|
366
366
|
```
|
|
367
367
|
|
|
368
|
-
_See code: [src/commands/video/subtitle/upload.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
368
|
+
_See code: [src/commands/video/subtitle/upload.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/upload.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree video transcoding-progress 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/video/transcoding-progress.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
32
|
+
_See code: [src/commands/video/transcoding-progress.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/transcoding-progress.ts)_
|
|
@@ -44,4 +44,4 @@ EXAMPLES
|
|
|
44
44
|
$ twentythree video update 12345
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
_See code: [src/commands/video/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
47
|
+
_See code: [src/commands/video/update.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/update.ts)_
|
|
@@ -41,4 +41,4 @@ EXAMPLES
|
|
|
41
41
|
$ twentythree video upload ./video.mp4 --chunk-size 52428800 --concurrency 3
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
_See code: [src/commands/video/upload.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
44
|
+
_See code: [src/commands/video/upload.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/upload.ts)_
|
package/docs/commands/video.md
CHANGED
|
@@ -44,7 +44,7 @@ DESCRIPTION
|
|
|
44
44
|
Manage videos — upload, list, update, delete, and more
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
_See code: [src/commands/video/index.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
47
|
+
_See code: [src/commands/video/index.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/index.ts)_
|
|
48
48
|
|
|
49
49
|
## `twentythree video delete ID`
|
|
50
50
|
|
|
@@ -70,7 +70,7 @@ EXAMPLES
|
|
|
70
70
|
$ twentythree video delete 12345 --json
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
_See code: [src/commands/video/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
73
|
+
_See code: [src/commands/video/delete.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/delete.ts)_
|
|
74
74
|
|
|
75
75
|
## `twentythree video frame ID`
|
|
76
76
|
|
|
@@ -101,7 +101,7 @@ EXAMPLES
|
|
|
101
101
|
$ twentythree video frame 12345 --time 30 --json
|
|
102
102
|
```
|
|
103
103
|
|
|
104
|
-
_See code: [src/commands/video/frame.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
104
|
+
_See code: [src/commands/video/frame.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/frame.ts)_
|
|
105
105
|
|
|
106
106
|
## `twentythree video get ID`
|
|
107
107
|
|
|
@@ -127,7 +127,7 @@ EXAMPLES
|
|
|
127
127
|
$ twentythree video get 12345 --json
|
|
128
128
|
```
|
|
129
129
|
|
|
130
|
-
_See code: [src/commands/video/get.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
130
|
+
_See code: [src/commands/video/get.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/get.ts)_
|
|
131
131
|
|
|
132
132
|
## `twentythree video list`
|
|
133
133
|
|
|
@@ -154,7 +154,7 @@ EXAMPLES
|
|
|
154
154
|
$ twentythree video list --json
|
|
155
155
|
```
|
|
156
156
|
|
|
157
|
-
_See code: [src/commands/video/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
157
|
+
_See code: [src/commands/video/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/list.ts)_
|
|
158
158
|
|
|
159
159
|
## `twentythree video replace ID FILE`
|
|
160
160
|
|
|
@@ -185,7 +185,7 @@ EXAMPLES
|
|
|
185
185
|
$ twentythree video replace 12345 ./new-video.mp4 --chunk-size 52428800 --concurrency 3
|
|
186
186
|
```
|
|
187
187
|
|
|
188
|
-
_See code: [src/commands/video/replace.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
188
|
+
_See code: [src/commands/video/replace.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/replace.ts)_
|
|
189
189
|
|
|
190
190
|
## `twentythree video section`
|
|
191
191
|
|
|
@@ -199,7 +199,7 @@ DESCRIPTION
|
|
|
199
199
|
Manage video sections (chapters)
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_See code: [src/commands/video/section/index.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
202
|
+
_See code: [src/commands/video/section/index.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/section/index.ts)_
|
|
203
203
|
|
|
204
204
|
## `twentythree video section create ID`
|
|
205
205
|
|
|
@@ -231,7 +231,7 @@ EXAMPLES
|
|
|
231
231
|
$ twentythree video section create 12345 --title "Chapter 1" --start-time 30 --description "First chapter"
|
|
232
232
|
```
|
|
233
233
|
|
|
234
|
-
_See code: [src/commands/video/section/create.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
234
|
+
_See code: [src/commands/video/section/create.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/section/create.ts)_
|
|
235
235
|
|
|
236
236
|
## `twentythree video section delete ID`
|
|
237
237
|
|
|
@@ -260,7 +260,7 @@ EXAMPLES
|
|
|
260
260
|
$ twentythree video section delete 12345 --section-id 67 --json
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
_See code: [src/commands/video/section/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
263
|
+
_See code: [src/commands/video/section/delete.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/section/delete.ts)_
|
|
264
264
|
|
|
265
265
|
## `twentythree video section generate ID`
|
|
266
266
|
|
|
@@ -286,7 +286,7 @@ EXAMPLES
|
|
|
286
286
|
$ twentythree video section generate 12345 --json
|
|
287
287
|
```
|
|
288
288
|
|
|
289
|
-
_See code: [src/commands/video/section/generate.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
289
|
+
_See code: [src/commands/video/section/generate.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/section/generate.ts)_
|
|
290
290
|
|
|
291
291
|
## `twentythree video section list ID`
|
|
292
292
|
|
|
@@ -312,7 +312,7 @@ EXAMPLES
|
|
|
312
312
|
$ twentythree video section list 12345 --json
|
|
313
313
|
```
|
|
314
314
|
|
|
315
|
-
_See code: [src/commands/video/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
315
|
+
_See code: [src/commands/video/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/section/list.ts)_
|
|
316
316
|
|
|
317
317
|
## `twentythree video section set-thumbnail ID`
|
|
318
318
|
|
|
@@ -344,7 +344,7 @@ EXAMPLES
|
|
|
344
344
|
$ twentythree video section set-thumbnail 12345 --section-id 67 --time 15 --json
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [src/commands/video/section/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
347
|
+
_See code: [src/commands/video/section/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/section/set-thumbnail.ts)_
|
|
348
348
|
|
|
349
349
|
## `twentythree video section update ID`
|
|
350
350
|
|
|
@@ -377,7 +377,7 @@ EXAMPLES
|
|
|
377
377
|
$ twentythree video section update 12345 --section-id 67 --start-time 45 --description "Updated"
|
|
378
378
|
```
|
|
379
379
|
|
|
380
|
-
_See code: [src/commands/video/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
380
|
+
_See code: [src/commands/video/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/section/update.ts)_
|
|
381
381
|
|
|
382
382
|
## `twentythree video subtitle`
|
|
383
383
|
|
|
@@ -391,7 +391,7 @@ DESCRIPTION
|
|
|
391
391
|
Manage video subtitles and captions
|
|
392
392
|
```
|
|
393
393
|
|
|
394
|
-
_See code: [src/commands/video/subtitle/index.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
394
|
+
_See code: [src/commands/video/subtitle/index.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/index.ts)_
|
|
395
395
|
|
|
396
396
|
## `twentythree video subtitle archive`
|
|
397
397
|
|
|
@@ -414,7 +414,7 @@ EXAMPLES
|
|
|
414
414
|
$ twentythree video subtitle archive --json
|
|
415
415
|
```
|
|
416
416
|
|
|
417
|
-
_See code: [src/commands/video/subtitle/archive.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
417
|
+
_See code: [src/commands/video/subtitle/archive.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/archive.ts)_
|
|
418
418
|
|
|
419
419
|
## `twentythree video subtitle create ID`
|
|
420
420
|
|
|
@@ -447,7 +447,7 @@ EXAMPLES
|
|
|
447
447
|
$ twentythree video subtitle create 12345 --locale auto --draft
|
|
448
448
|
```
|
|
449
449
|
|
|
450
|
-
_See code: [src/commands/video/subtitle/create.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
450
|
+
_See code: [src/commands/video/subtitle/create.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/create.ts)_
|
|
451
451
|
|
|
452
452
|
## `twentythree video subtitle data ID`
|
|
453
453
|
|
|
@@ -480,7 +480,7 @@ EXAMPLES
|
|
|
480
480
|
$ twentythree video subtitle data 12345 --subtitle-id en_US --json
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [src/commands/video/subtitle/data.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
483
|
+
_See code: [src/commands/video/subtitle/data.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/data.ts)_
|
|
484
484
|
|
|
485
485
|
## `twentythree video subtitle delete ID`
|
|
486
486
|
|
|
@@ -510,7 +510,7 @@ EXAMPLES
|
|
|
510
510
|
$ twentythree video subtitle delete 12345 --subtitle-id en_US --json
|
|
511
511
|
```
|
|
512
512
|
|
|
513
|
-
_See code: [src/commands/video/subtitle/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
513
|
+
_See code: [src/commands/video/subtitle/delete.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/delete.ts)_
|
|
514
514
|
|
|
515
515
|
## `twentythree video subtitle duplicate ID`
|
|
516
516
|
|
|
@@ -544,7 +544,7 @@ EXAMPLES
|
|
|
544
544
|
$ twentythree video subtitle duplicate 12345 --subtitle-id en_US --target-locale de_DE --json
|
|
545
545
|
```
|
|
546
546
|
|
|
547
|
-
_See code: [src/commands/video/subtitle/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
547
|
+
_See code: [src/commands/video/subtitle/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/duplicate.ts)_
|
|
548
548
|
|
|
549
549
|
## `twentythree video subtitle list ID`
|
|
550
550
|
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
$ twentythree video subtitle list 12345 --include-drafts
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/video/subtitle/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
578
|
+
_See code: [src/commands/video/subtitle/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/list.ts)_
|
|
579
579
|
|
|
580
580
|
## `twentythree video subtitle locales`
|
|
581
581
|
|
|
@@ -598,7 +598,7 @@ EXAMPLES
|
|
|
598
598
|
$ twentythree video subtitle locales --json
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/video/subtitle/locales.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
601
|
+
_See code: [src/commands/video/subtitle/locales.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/locales.ts)_
|
|
602
602
|
|
|
603
603
|
## `twentythree video subtitle set-primary ID`
|
|
604
604
|
|
|
@@ -627,7 +627,7 @@ EXAMPLES
|
|
|
627
627
|
$ twentythree video subtitle set-primary 12345 --subtitle-id fr_FR --json
|
|
628
628
|
```
|
|
629
629
|
|
|
630
|
-
_See code: [src/commands/video/subtitle/set-primary.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
630
|
+
_See code: [src/commands/video/subtitle/set-primary.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/set-primary.ts)_
|
|
631
631
|
|
|
632
632
|
## `twentythree video subtitle types`
|
|
633
633
|
|
|
@@ -650,7 +650,7 @@ EXAMPLES
|
|
|
650
650
|
$ twentythree video subtitle types --json
|
|
651
651
|
```
|
|
652
652
|
|
|
653
|
-
_See code: [src/commands/video/subtitle/types.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
653
|
+
_See code: [src/commands/video/subtitle/types.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/types.ts)_
|
|
654
654
|
|
|
655
655
|
## `twentythree video subtitle update ID`
|
|
656
656
|
|
|
@@ -683,7 +683,7 @@ EXAMPLES
|
|
|
683
683
|
$ twentythree video subtitle update 12345 --subtitle-id en_US --type closedcaptions
|
|
684
684
|
```
|
|
685
685
|
|
|
686
|
-
_See code: [src/commands/video/subtitle/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
686
|
+
_See code: [src/commands/video/subtitle/update.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/update.ts)_
|
|
687
687
|
|
|
688
688
|
## `twentythree video subtitle upload ID FILE`
|
|
689
689
|
|
|
@@ -717,7 +717,7 @@ EXAMPLES
|
|
|
717
717
|
$ twentythree video subtitle upload 12345 ./subtitles.srt --locale en_US --draft
|
|
718
718
|
```
|
|
719
719
|
|
|
720
|
-
_See code: [src/commands/video/subtitle/upload.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
720
|
+
_See code: [src/commands/video/subtitle/upload.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/subtitle/upload.ts)_
|
|
721
721
|
|
|
722
722
|
## `twentythree video transcoding-progress ID`
|
|
723
723
|
|
|
@@ -743,7 +743,7 @@ EXAMPLES
|
|
|
743
743
|
$ twentythree video transcoding-progress 12345 --json
|
|
744
744
|
```
|
|
745
745
|
|
|
746
|
-
_See code: [src/commands/video/transcoding-progress.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
746
|
+
_See code: [src/commands/video/transcoding-progress.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/transcoding-progress.ts)_
|
|
747
747
|
|
|
748
748
|
## `twentythree video update ID`
|
|
749
749
|
|
|
@@ -784,7 +784,7 @@ EXAMPLES
|
|
|
784
784
|
$ twentythree video update 12345
|
|
785
785
|
```
|
|
786
786
|
|
|
787
|
-
_See code: [src/commands/video/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
787
|
+
_See code: [src/commands/video/update.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/update.ts)_
|
|
788
788
|
|
|
789
789
|
## `twentythree video upload FILE`
|
|
790
790
|
|
|
@@ -822,4 +822,4 @@ EXAMPLES
|
|
|
822
822
|
$ twentythree video upload ./video.mp4 --chunk-size 52428800 --concurrency 3
|
|
823
823
|
```
|
|
824
824
|
|
|
825
|
-
_See code: [src/commands/video/upload.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
825
|
+
_See code: [src/commands/video/upload.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/video/upload.ts)_
|
|
@@ -31,4 +31,4 @@ EXAMPLES
|
|
|
31
31
|
$ twentythree webhook events --json
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
_See code: [src/commands/webhook/events.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
34
|
+
_See code: [src/commands/webhook/events.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webhook/events.ts)_
|
|
@@ -26,4 +26,4 @@ EXAMPLES
|
|
|
26
26
|
$ twentythree webhook list --json
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
29
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webhook/list.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree webhook sample video.uploaded --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/webhook/sample.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
32
|
+
_See code: [src/commands/webhook/sample.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webhook/sample.ts)_
|
|
@@ -30,4 +30,4 @@ EXAMPLES
|
|
|
30
30
|
$ twentythree webhook subscribe --target-url https://example.com/hook --event video.uploaded --json
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
_See code: [src/commands/webhook/subscribe.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
33
|
+
_See code: [src/commands/webhook/subscribe.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webhook/subscribe.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree webhook unsubscribe --webhook-id 12345 --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/webhook/unsubscribe.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
35
|
+
_See code: [src/commands/webhook/unsubscribe.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webhook/unsubscribe.ts)_
|
package/docs/commands/webhook.md
CHANGED
|
@@ -35,7 +35,7 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree webhook events --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/webhook/events.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
38
|
+
_See code: [src/commands/webhook/events.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webhook/events.ts)_
|
|
39
39
|
|
|
40
40
|
## `twentythree webhook list`
|
|
41
41
|
|
|
@@ -58,7 +58,7 @@ EXAMPLES
|
|
|
58
58
|
$ twentythree webhook list --json
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
_See code: [src/commands/webhook/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
61
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webhook/list.ts)_
|
|
62
62
|
|
|
63
63
|
## `twentythree webhook sample EVENT`
|
|
64
64
|
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
$ twentythree webhook sample video.uploaded --json
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/webhook/sample.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
87
|
+
_See code: [src/commands/webhook/sample.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webhook/sample.ts)_
|
|
88
88
|
|
|
89
89
|
## `twentythree webhook subscribe`
|
|
90
90
|
|
|
@@ -111,7 +111,7 @@ EXAMPLES
|
|
|
111
111
|
$ twentythree webhook subscribe --target-url https://example.com/hook --event video.uploaded --json
|
|
112
112
|
```
|
|
113
113
|
|
|
114
|
-
_See code: [src/commands/webhook/subscribe.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
114
|
+
_See code: [src/commands/webhook/subscribe.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webhook/subscribe.ts)_
|
|
115
115
|
|
|
116
116
|
## `twentythree webhook unsubscribe`
|
|
117
117
|
|
|
@@ -140,4 +140,4 @@ EXAMPLES
|
|
|
140
140
|
$ twentythree webhook unsubscribe --webhook-id 12345 --json
|
|
141
141
|
```
|
|
142
142
|
|
|
143
|
-
_See code: [src/commands/webhook/unsubscribe.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
143
|
+
_See code: [src/commands/webhook/unsubscribe.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webhook/unsubscribe.ts)_
|
|
@@ -35,7 +35,7 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree webinar attachment delete 12345 --filename handout.pdf --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/webinar/attachment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
38
|
+
_See code: [src/commands/webinar/attachment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/attachment/delete.ts)_
|
|
39
39
|
|
|
40
40
|
## `twentythree webinar attachment list ID`
|
|
41
41
|
|
|
@@ -67,7 +67,7 @@ EXAMPLES
|
|
|
67
67
|
$ twentythree webinar attachment list 12345 --include-hidden
|
|
68
68
|
```
|
|
69
69
|
|
|
70
|
-
_See code: [src/commands/webinar/attachment/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
70
|
+
_See code: [src/commands/webinar/attachment/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/attachment/list.ts)_
|
|
71
71
|
|
|
72
72
|
## `twentythree webinar attachment set-hidden ID`
|
|
73
73
|
|
|
@@ -99,7 +99,7 @@ EXAMPLES
|
|
|
99
99
|
$ twentythree webinar attachment set-hidden 12345 --filename slides.pdf --hidden --json
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
_See code: [src/commands/webinar/attachment/set-hidden.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
102
|
+
_See code: [src/commands/webinar/attachment/set-hidden.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/attachment/set-hidden.ts)_
|
|
103
103
|
|
|
104
104
|
## `twentythree webinar attachment upload ID FILE`
|
|
105
105
|
|
|
@@ -132,4 +132,4 @@ EXAMPLES
|
|
|
132
132
|
$ twentythree webinar attachment upload 12345 ./handout.pdf --hidden
|
|
133
133
|
```
|
|
134
134
|
|
|
135
|
-
_See code: [src/commands/webinar/attachment/upload.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
135
|
+
_See code: [src/commands/webinar/attachment/upload.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/attachment/upload.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree webinar clips 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/webinar/clips.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
32
|
+
_See code: [src/commands/webinar/clips.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/clips.ts)_
|
|
@@ -12,30 +12,48 @@ Create a new webinar
|
|
|
12
12
|
```
|
|
13
13
|
USAGE
|
|
14
14
|
$ twentythree webinar create --title <value> [--json] [-w <value>] [--description <value>] [--status <value>]
|
|
15
|
-
[--live-date <value>] [--draft] [--publish] [--webinar-design-id <value>]
|
|
15
|
+
[--live-date <value>] [--draft] [--publish] [--webinar-design-id <value>] [--format event|webinar]
|
|
16
|
+
[--registration-mode |all|none] [--private] [--category-id <value>] [--locale <value>] [--publish-recordings]
|
|
17
|
+
[--series-id <value>] [--timezone <value>]
|
|
16
18
|
|
|
17
19
|
FLAGS
|
|
18
|
-
--
|
|
19
|
-
--
|
|
20
|
-
--
|
|
21
|
-
--
|
|
22
|
-
|
|
23
|
-
--
|
|
24
|
-
--
|
|
20
|
+
--category-id=<value> Assign the webinar to a category by ID (API album_id)
|
|
21
|
+
--description=<value> Description for the webinar
|
|
22
|
+
--[no-]draft Set as draft
|
|
23
|
+
--format=<option> Webinar format: "webinar" (registration, hub) or "event" (freeform live stream)
|
|
24
|
+
<options: event|webinar>
|
|
25
|
+
--live-date=<value> Schedule date/time (ISO 8601)
|
|
26
|
+
--locale=<value> Webinar language/locale (e.g. en_US, da_DK)
|
|
27
|
+
--[no-]private Make the webinar private (use --no-private to make it public and appear on the hub)
|
|
28
|
+
--[no-]publish Publish the webinar
|
|
29
|
+
--[no-]publish-recordings Publish the webinar recordings
|
|
30
|
+
--registration-mode=<option> [default: all] Registration mode. Defaults to "all" (registration enabled); pass
|
|
31
|
+
"none" to disable.
|
|
32
|
+
<options: |all|none>
|
|
33
|
+
--series-id=<value> Attach the webinar to a webinar series by ID
|
|
34
|
+
--status=<value> Webinar status: upcoming, live, or previous
|
|
35
|
+
--timezone=<value> Timezone for the webinar schedule (e.g. Europe/Copenhagen)
|
|
36
|
+
--title=<value> (required) Title for the new webinar
|
|
37
|
+
--webinar-design-id=<value> Assign a webinar design by ID to this webinar
|
|
25
38
|
|
|
26
39
|
GLOBAL FLAGS
|
|
27
40
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
28
41
|
--json Format output as json.
|
|
29
42
|
|
|
30
43
|
DESCRIPTION
|
|
31
|
-
Create a new webinar
|
|
44
|
+
Create a new webinar. By default the webinar is created as a draft with registration enabled
|
|
45
|
+
(registration-mode=all); pass --no-draft/--publish or --registration-mode none to change this.
|
|
32
46
|
|
|
33
47
|
EXAMPLES
|
|
34
48
|
$ twentythree webinar create --title "My Webinar"
|
|
35
49
|
|
|
36
|
-
$ twentythree webinar create --title "My Webinar" --live-date "2024-12-01T14:00:00Z"
|
|
50
|
+
$ twentythree webinar create --title "My Webinar" --live-date "2024-12-01T14:00:00Z" --timezone Europe/Copenhagen
|
|
37
51
|
|
|
38
|
-
$ twentythree webinar create --title "My Webinar" --
|
|
52
|
+
$ twentythree webinar create --title "My Webinar" --format webinar --locale da_DK --category-id 127972488
|
|
53
|
+
|
|
54
|
+
$ twentythree webinar create --title "My Webinar" --no-draft --no-private --publish-recordings
|
|
55
|
+
|
|
56
|
+
$ twentythree webinar create --title "Episode 3" --series-id 67890 --json
|
|
39
57
|
```
|
|
40
58
|
|
|
41
|
-
_See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
59
|
+
_See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/create.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree webinar delete 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/webinar/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
32
|
+
_See code: [src/commands/webinar/delete.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/delete.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree webinar highlights 12345 --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/webinar/highlights.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
37
|
+
_See code: [src/commands/webinar/highlights.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/highlights.ts)_
|
|
@@ -26,4 +26,4 @@ EXAMPLES
|
|
|
26
26
|
$ twentythree webinar list-formats --json
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
_See code: [src/commands/webinar/list-formats.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
29
|
+
_See code: [src/commands/webinar/list-formats.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/list-formats.ts)_
|
|
@@ -68,4 +68,4 @@ EXAMPLES
|
|
|
68
68
|
$ twentythree webinar list --live-series-id 42 --all --json
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
_See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
71
|
+
_See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/list.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree webinar log 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/webinar/log.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
32
|
+
_See code: [src/commands/webinar/log.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/log.ts)_
|