twentythree-cli 1.3.1 → 1.3.4
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/auth/switch.cjs +45 -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/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 +1 -1
- package/docs/commands/app/delete.md +1 -1
- package/docs/commands/app/list.md +38 -0
- package/docs/commands/app/remove-thumbnail.md +32 -0
- package/docs/commands/app/set-thumbnail.md +35 -0
- package/docs/commands/app/update.md +1 -1
- package/docs/commands/app.md +93 -3
- 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 +23 -0
- package/docs/commands/auth.md +20 -2
- package/docs/commands/autocomplete.md +27 -0
- 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 +32 -0
- package/docs/commands/player/set-thumbnail.md +35 -0
- package/docs/commands/player/styles.md +1 -1
- package/docs/commands/player/update.md +1 -1
- package/docs/commands/player.md +63 -6
- 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 +35 -0
- package/docs/commands/thumbnail/update.md +1 -1
- package/docs/commands/thumbnail.md +40 -10
- 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 +33 -6
- package/docs/commands/video/subtitle.md +16 -21
- package/docs/commands/video/transcoding-progress.md +1 -1
- package/docs/commands/video/update.md +4 -2
- package/docs/commands/video/upload.md +1 -1
- package/docs/commands/video.md +61 -37
- 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 +1 -1
- 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 +1 -1
- package/docs/commands/webinar/room.md +4 -4
- package/docs/commands/webinar/section.md +4 -4
- package/docs/commands/webinar/series.md +16 -13
- package/docs/commands/webinar/speaker.md +14 -14
- package/docs/commands/webinar/transcription.md +4 -4
- package/docs/commands/webinar/update.md +4 -2
- package/docs/commands/webinar/upload-image.md +1 -1
- package/docs/commands/webinar.md +74 -69
- 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 +994 -688
- package/package.json +1 -1
package/docs/commands/video.md
CHANGED
|
@@ -12,6 +12,7 @@ Manage videos — upload, list, update, delete, and more
|
|
|
12
12
|
* [`twentythree video section`](#twentythree-video-section)
|
|
13
13
|
* [`twentythree video section create ID`](#twentythree-video-section-create-id)
|
|
14
14
|
* [`twentythree video section delete ID`](#twentythree-video-section-delete-id)
|
|
15
|
+
* [`twentythree video section generate ID`](#twentythree-video-section-generate-id)
|
|
15
16
|
* [`twentythree video section list ID`](#twentythree-video-section-list-id)
|
|
16
17
|
* [`twentythree video section set-thumbnail ID`](#twentythree-video-section-set-thumbnail-id)
|
|
17
18
|
* [`twentythree video section update ID`](#twentythree-video-section-update-id)
|
|
@@ -43,7 +44,7 @@ DESCRIPTION
|
|
|
43
44
|
Manage videos — upload, list, update, delete, and more
|
|
44
45
|
```
|
|
45
46
|
|
|
46
|
-
_See code: [src/commands/video/index.ts](https://github.com/23/twentythree-cli/blob/
|
|
47
|
+
_See code: [src/commands/video/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/index.ts)_
|
|
47
48
|
|
|
48
49
|
## `twentythree video delete ID`
|
|
49
50
|
|
|
@@ -69,7 +70,7 @@ EXAMPLES
|
|
|
69
70
|
$ twentythree video delete 12345 --json
|
|
70
71
|
```
|
|
71
72
|
|
|
72
|
-
_See code: [src/commands/video/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
73
|
+
_See code: [src/commands/video/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/delete.ts)_
|
|
73
74
|
|
|
74
75
|
## `twentythree video frame ID`
|
|
75
76
|
|
|
@@ -100,7 +101,7 @@ EXAMPLES
|
|
|
100
101
|
$ twentythree video frame 12345 --time 30 --json
|
|
101
102
|
```
|
|
102
103
|
|
|
103
|
-
_See code: [src/commands/video/frame.ts](https://github.com/23/twentythree-cli/blob/
|
|
104
|
+
_See code: [src/commands/video/frame.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/frame.ts)_
|
|
104
105
|
|
|
105
106
|
## `twentythree video get ID`
|
|
106
107
|
|
|
@@ -126,7 +127,7 @@ EXAMPLES
|
|
|
126
127
|
$ twentythree video get 12345 --json
|
|
127
128
|
```
|
|
128
129
|
|
|
129
|
-
_See code: [src/commands/video/get.ts](https://github.com/23/twentythree-cli/blob/
|
|
130
|
+
_See code: [src/commands/video/get.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/get.ts)_
|
|
130
131
|
|
|
131
132
|
## `twentythree video list`
|
|
132
133
|
|
|
@@ -153,7 +154,7 @@ EXAMPLES
|
|
|
153
154
|
$ twentythree video list --json
|
|
154
155
|
```
|
|
155
156
|
|
|
156
|
-
_See code: [src/commands/video/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
157
|
+
_See code: [src/commands/video/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/list.ts)_
|
|
157
158
|
|
|
158
159
|
## `twentythree video replace ID FILE`
|
|
159
160
|
|
|
@@ -184,7 +185,7 @@ EXAMPLES
|
|
|
184
185
|
$ twentythree video replace 12345 ./new-video.mp4 --chunk-size 52428800 --concurrency 3
|
|
185
186
|
```
|
|
186
187
|
|
|
187
|
-
_See code: [src/commands/video/replace.ts](https://github.com/23/twentythree-cli/blob/
|
|
188
|
+
_See code: [src/commands/video/replace.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/replace.ts)_
|
|
188
189
|
|
|
189
190
|
## `twentythree video section`
|
|
190
191
|
|
|
@@ -198,7 +199,7 @@ DESCRIPTION
|
|
|
198
199
|
Manage video sections (chapters)
|
|
199
200
|
```
|
|
200
201
|
|
|
201
|
-
_See code: [src/commands/video/section/index.ts](https://github.com/23/twentythree-cli/blob/
|
|
202
|
+
_See code: [src/commands/video/section/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/section/index.ts)_
|
|
202
203
|
|
|
203
204
|
## `twentythree video section create ID`
|
|
204
205
|
|
|
@@ -230,7 +231,7 @@ EXAMPLES
|
|
|
230
231
|
$ twentythree video section create 12345 --title "Chapter 1" --start-time 30 --description "First chapter"
|
|
231
232
|
```
|
|
232
233
|
|
|
233
|
-
_See code: [src/commands/video/section/create.ts](https://github.com/23/twentythree-cli/blob/
|
|
234
|
+
_See code: [src/commands/video/section/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/section/create.ts)_
|
|
234
235
|
|
|
235
236
|
## `twentythree video section delete ID`
|
|
236
237
|
|
|
@@ -259,7 +260,33 @@ EXAMPLES
|
|
|
259
260
|
$ twentythree video section delete 12345 --section-id 67 --json
|
|
260
261
|
```
|
|
261
262
|
|
|
262
|
-
_See code: [src/commands/video/section/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
263
|
+
_See code: [src/commands/video/section/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/section/delete.ts)_
|
|
264
|
+
|
|
265
|
+
## `twentythree video section generate ID`
|
|
266
|
+
|
|
267
|
+
Automatically generate sections for a video using AI (requires transcript)
|
|
268
|
+
|
|
269
|
+
```
|
|
270
|
+
USAGE
|
|
271
|
+
$ twentythree video section generate ID [--json] [-w <value>]
|
|
272
|
+
|
|
273
|
+
ARGUMENTS
|
|
274
|
+
ID Video ID
|
|
275
|
+
|
|
276
|
+
GLOBAL FLAGS
|
|
277
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
278
|
+
--json Format output as json.
|
|
279
|
+
|
|
280
|
+
DESCRIPTION
|
|
281
|
+
Automatically generate sections for a video using AI (requires transcript)
|
|
282
|
+
|
|
283
|
+
EXAMPLES
|
|
284
|
+
$ twentythree video section generate 12345
|
|
285
|
+
|
|
286
|
+
$ twentythree video section generate 12345 --json
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
_See code: [src/commands/video/section/generate.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/section/generate.ts)_
|
|
263
290
|
|
|
264
291
|
## `twentythree video section list ID`
|
|
265
292
|
|
|
@@ -285,7 +312,7 @@ EXAMPLES
|
|
|
285
312
|
$ twentythree video section list 12345 --json
|
|
286
313
|
```
|
|
287
314
|
|
|
288
|
-
_See code: [src/commands/video/section/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
315
|
+
_See code: [src/commands/video/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/section/list.ts)_
|
|
289
316
|
|
|
290
317
|
## `twentythree video section set-thumbnail ID`
|
|
291
318
|
|
|
@@ -317,7 +344,7 @@ EXAMPLES
|
|
|
317
344
|
$ twentythree video section set-thumbnail 12345 --section-id 67 --time 15 --json
|
|
318
345
|
```
|
|
319
346
|
|
|
320
|
-
_See code: [src/commands/video/section/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/
|
|
347
|
+
_See code: [src/commands/video/section/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/section/set-thumbnail.ts)_
|
|
321
348
|
|
|
322
349
|
## `twentythree video section update ID`
|
|
323
350
|
|
|
@@ -350,7 +377,7 @@ EXAMPLES
|
|
|
350
377
|
$ twentythree video section update 12345 --section-id 67 --start-time 45 --description "Updated"
|
|
351
378
|
```
|
|
352
379
|
|
|
353
|
-
_See code: [src/commands/video/section/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
380
|
+
_See code: [src/commands/video/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/section/update.ts)_
|
|
354
381
|
|
|
355
382
|
## `twentythree video subtitle`
|
|
356
383
|
|
|
@@ -364,35 +391,30 @@ DESCRIPTION
|
|
|
364
391
|
Manage video subtitles and captions
|
|
365
392
|
```
|
|
366
393
|
|
|
367
|
-
_See code: [src/commands/video/subtitle/index.ts](https://github.com/23/twentythree-cli/blob/
|
|
394
|
+
_See code: [src/commands/video/subtitle/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/subtitle/index.ts)_
|
|
368
395
|
|
|
369
396
|
## `twentythree video subtitle archive`
|
|
370
397
|
|
|
371
|
-
|
|
398
|
+
Check workspace subtitle archive transcription progress
|
|
372
399
|
|
|
373
400
|
```
|
|
374
401
|
USAGE
|
|
375
|
-
$ twentythree video subtitle archive [--json] [-w <value>]
|
|
376
|
-
|
|
377
|
-
FLAGS
|
|
378
|
-
--progress Check transcription progress instead of triggering transcription
|
|
402
|
+
$ twentythree video subtitle archive [--json] [-w <value>]
|
|
379
403
|
|
|
380
404
|
GLOBAL FLAGS
|
|
381
405
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
382
406
|
--json Format output as json.
|
|
383
407
|
|
|
384
408
|
DESCRIPTION
|
|
385
|
-
|
|
409
|
+
Check workspace subtitle archive transcription progress
|
|
386
410
|
|
|
387
411
|
EXAMPLES
|
|
388
412
|
$ twentythree video subtitle archive
|
|
389
413
|
|
|
390
|
-
$ twentythree video subtitle archive --
|
|
391
|
-
|
|
392
|
-
$ twentythree video subtitle archive --progress --json
|
|
414
|
+
$ twentythree video subtitle archive --json
|
|
393
415
|
```
|
|
394
416
|
|
|
395
|
-
_See code: [src/commands/video/subtitle/archive.ts](https://github.com/23/twentythree-cli/blob/
|
|
417
|
+
_See code: [src/commands/video/subtitle/archive.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/subtitle/archive.ts)_
|
|
396
418
|
|
|
397
419
|
## `twentythree video subtitle create ID`
|
|
398
420
|
|
|
@@ -425,7 +447,7 @@ EXAMPLES
|
|
|
425
447
|
$ twentythree video subtitle create 12345 --locale auto --draft
|
|
426
448
|
```
|
|
427
449
|
|
|
428
|
-
_See code: [src/commands/video/subtitle/create.ts](https://github.com/23/twentythree-cli/blob/
|
|
450
|
+
_See code: [src/commands/video/subtitle/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/subtitle/create.ts)_
|
|
429
451
|
|
|
430
452
|
## `twentythree video subtitle data ID`
|
|
431
453
|
|
|
@@ -458,7 +480,7 @@ EXAMPLES
|
|
|
458
480
|
$ twentythree video subtitle data 12345 --subtitle-id en_US --json
|
|
459
481
|
```
|
|
460
482
|
|
|
461
|
-
_See code: [src/commands/video/subtitle/data.ts](https://github.com/23/twentythree-cli/blob/
|
|
483
|
+
_See code: [src/commands/video/subtitle/data.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/subtitle/data.ts)_
|
|
462
484
|
|
|
463
485
|
## `twentythree video subtitle delete ID`
|
|
464
486
|
|
|
@@ -488,7 +510,7 @@ EXAMPLES
|
|
|
488
510
|
$ twentythree video subtitle delete 12345 --subtitle-id en_US --json
|
|
489
511
|
```
|
|
490
512
|
|
|
491
|
-
_See code: [src/commands/video/subtitle/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
513
|
+
_See code: [src/commands/video/subtitle/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/subtitle/delete.ts)_
|
|
492
514
|
|
|
493
515
|
## `twentythree video subtitle duplicate ID`
|
|
494
516
|
|
|
@@ -522,7 +544,7 @@ EXAMPLES
|
|
|
522
544
|
$ twentythree video subtitle duplicate 12345 --subtitle-id en_US --target-locale de_DE --json
|
|
523
545
|
```
|
|
524
546
|
|
|
525
|
-
_See code: [src/commands/video/subtitle/duplicate.ts](https://github.com/23/twentythree-cli/blob/
|
|
547
|
+
_See code: [src/commands/video/subtitle/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/subtitle/duplicate.ts)_
|
|
526
548
|
|
|
527
549
|
## `twentythree video subtitle list ID`
|
|
528
550
|
|
|
@@ -553,7 +575,7 @@ EXAMPLES
|
|
|
553
575
|
$ twentythree video subtitle list 12345 --include-drafts
|
|
554
576
|
```
|
|
555
577
|
|
|
556
|
-
_See code: [src/commands/video/subtitle/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
578
|
+
_See code: [src/commands/video/subtitle/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/subtitle/list.ts)_
|
|
557
579
|
|
|
558
580
|
## `twentythree video subtitle locales`
|
|
559
581
|
|
|
@@ -576,7 +598,7 @@ EXAMPLES
|
|
|
576
598
|
$ twentythree video subtitle locales --json
|
|
577
599
|
```
|
|
578
600
|
|
|
579
|
-
_See code: [src/commands/video/subtitle/locales.ts](https://github.com/23/twentythree-cli/blob/
|
|
601
|
+
_See code: [src/commands/video/subtitle/locales.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/subtitle/locales.ts)_
|
|
580
602
|
|
|
581
603
|
## `twentythree video subtitle set-primary ID`
|
|
582
604
|
|
|
@@ -605,7 +627,7 @@ EXAMPLES
|
|
|
605
627
|
$ twentythree video subtitle set-primary 12345 --subtitle-id fr_FR --json
|
|
606
628
|
```
|
|
607
629
|
|
|
608
|
-
_See code: [src/commands/video/subtitle/set-primary.ts](https://github.com/23/twentythree-cli/blob/
|
|
630
|
+
_See code: [src/commands/video/subtitle/set-primary.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/subtitle/set-primary.ts)_
|
|
609
631
|
|
|
610
632
|
## `twentythree video subtitle types`
|
|
611
633
|
|
|
@@ -628,7 +650,7 @@ EXAMPLES
|
|
|
628
650
|
$ twentythree video subtitle types --json
|
|
629
651
|
```
|
|
630
652
|
|
|
631
|
-
_See code: [src/commands/video/subtitle/types.ts](https://github.com/23/twentythree-cli/blob/
|
|
653
|
+
_See code: [src/commands/video/subtitle/types.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/subtitle/types.ts)_
|
|
632
654
|
|
|
633
655
|
## `twentythree video subtitle update ID`
|
|
634
656
|
|
|
@@ -661,7 +683,7 @@ EXAMPLES
|
|
|
661
683
|
$ twentythree video subtitle update 12345 --subtitle-id en_US --type closedcaptions
|
|
662
684
|
```
|
|
663
685
|
|
|
664
|
-
_See code: [src/commands/video/subtitle/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
686
|
+
_See code: [src/commands/video/subtitle/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/subtitle/update.ts)_
|
|
665
687
|
|
|
666
688
|
## `twentythree video subtitle upload ID FILE`
|
|
667
689
|
|
|
@@ -695,7 +717,7 @@ EXAMPLES
|
|
|
695
717
|
$ twentythree video subtitle upload 12345 ./subtitles.srt --locale en_US --draft
|
|
696
718
|
```
|
|
697
719
|
|
|
698
|
-
_See code: [src/commands/video/subtitle/upload.ts](https://github.com/23/twentythree-cli/blob/
|
|
720
|
+
_See code: [src/commands/video/subtitle/upload.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/subtitle/upload.ts)_
|
|
699
721
|
|
|
700
722
|
## `twentythree video transcoding-progress ID`
|
|
701
723
|
|
|
@@ -721,7 +743,7 @@ EXAMPLES
|
|
|
721
743
|
$ twentythree video transcoding-progress 12345 --json
|
|
722
744
|
```
|
|
723
745
|
|
|
724
|
-
_See code: [src/commands/video/transcoding-progress.ts](https://github.com/23/twentythree-cli/blob/
|
|
746
|
+
_See code: [src/commands/video/transcoding-progress.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/transcoding-progress.ts)_
|
|
725
747
|
|
|
726
748
|
## `twentythree video update ID`
|
|
727
749
|
|
|
@@ -730,7 +752,7 @@ Update metadata for a video
|
|
|
730
752
|
```
|
|
731
753
|
USAGE
|
|
732
754
|
$ twentythree video update ID [--360] [--json] [-w <value>] [--title <value>] [--description <value>] [--tags
|
|
733
|
-
<value>] [--category-id <value>] [--publish] [--promote] [--publish-date <value>]
|
|
755
|
+
<value>] [--category-id <value>] [--publish] [--promote] [--publish-date <value>] [--seo-policy |index|noindex]
|
|
734
756
|
|
|
735
757
|
ARGUMENTS
|
|
736
758
|
ID Video ID
|
|
@@ -742,6 +764,8 @@ FLAGS
|
|
|
742
764
|
--[no-]promote Promote or demote the video
|
|
743
765
|
--[no-]publish Publish or unpublish the video
|
|
744
766
|
--publish-date=<value> Scheduled publish date/time (ISO 8601)
|
|
767
|
+
--seo-policy=<option> SEO policy for the video: index, noindex, or empty string to reset
|
|
768
|
+
<options: |index|noindex>
|
|
745
769
|
--tags=<value> Space-separated tags (replaces existing tags)
|
|
746
770
|
--title=<value> New title for the video
|
|
747
771
|
|
|
@@ -760,7 +784,7 @@ EXAMPLES
|
|
|
760
784
|
$ twentythree video update 12345
|
|
761
785
|
```
|
|
762
786
|
|
|
763
|
-
_See code: [src/commands/video/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
787
|
+
_See code: [src/commands/video/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/video/update.ts)_
|
|
764
788
|
|
|
765
789
|
## `twentythree video upload FILE`
|
|
766
790
|
|
|
@@ -798,4 +822,4 @@ EXAMPLES
|
|
|
798
822
|
$ twentythree video upload ./video.mp4 --chunk-size 52428800 --concurrency 3
|
|
799
823
|
```
|
|
800
824
|
|
|
801
|
-
_See code: [src/commands/video/upload.ts](https://github.com/23/twentythree-cli/blob/
|
|
825
|
+
_See code: [src/commands/video/upload.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
34
|
+
_See code: [src/commands/webhook/events.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
29
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
32
|
+
_See code: [src/commands/webhook/sample.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
33
|
+
_See code: [src/commands/webhook/subscribe.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
35
|
+
_See code: [src/commands/webhook/unsubscribe.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
38
|
+
_See code: [src/commands/webhook/events.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
61
|
+
_See code: [src/commands/webhook/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
87
|
+
_See code: [src/commands/webhook/sample.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
114
|
+
_See code: [src/commands/webhook/subscribe.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
143
|
+
_See code: [src/commands/webhook/unsubscribe.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
38
|
+
_See code: [src/commands/webinar/attachment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
70
|
+
_See code: [src/commands/webinar/attachment/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
102
|
+
_See code: [src/commands/webinar/attachment/set-hidden.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
135
|
+
_See code: [src/commands/webinar/attachment/upload.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
32
|
+
_See code: [src/commands/webinar/clips.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/clips.ts)_
|
|
@@ -37,4 +37,4 @@ EXAMPLES
|
|
|
37
37
|
$ twentythree webinar create --title "My Webinar" --json
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
_See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/
|
|
40
|
+
_See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
32
|
+
_See code: [src/commands/webinar/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
37
|
+
_See code: [src/commands/webinar/highlights.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
29
|
+
_See code: [src/commands/webinar/list-formats.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/list-formats.ts)_
|
|
@@ -38,4 +38,4 @@ EXAMPLES
|
|
|
38
38
|
$ twentythree webinar list --status upcoming --json
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
_See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
41
|
+
_See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
32
|
+
_See code: [src/commands/webinar/log.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/log.ts)_
|
|
@@ -43,7 +43,7 @@ EXAMPLES
|
|
|
43
43
|
$ twentythree webinar mail add 12345 --subject "Reminder" --message "Join us!" --json
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
_See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/
|
|
46
|
+
_See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/mail/add.ts)_
|
|
47
47
|
|
|
48
48
|
## `twentythree webinar mail list [ID]`
|
|
49
49
|
|
|
@@ -74,7 +74,7 @@ EXAMPLES
|
|
|
74
74
|
$ twentythree webinar mail list 12345 --json
|
|
75
75
|
```
|
|
76
76
|
|
|
77
|
-
_See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
77
|
+
_See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/mail/list.ts)_
|
|
78
78
|
|
|
79
79
|
## `twentythree webinar mail preview ID`
|
|
80
80
|
|
|
@@ -106,7 +106,7 @@ EXAMPLES
|
|
|
106
106
|
$ twentythree webinar mail preview 555 --webinar-id 12345 --json
|
|
107
107
|
```
|
|
108
108
|
|
|
109
|
-
_See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/
|
|
109
|
+
_See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/mail/preview.ts)_
|
|
110
110
|
|
|
111
111
|
## `twentythree webinar mail remove ID`
|
|
112
112
|
|
|
@@ -136,7 +136,7 @@ EXAMPLES
|
|
|
136
136
|
$ twentythree webinar mail remove 555 --series-id 67890 --json
|
|
137
137
|
```
|
|
138
138
|
|
|
139
|
-
_See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/
|
|
139
|
+
_See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/mail/remove.ts)_
|
|
140
140
|
|
|
141
141
|
## `twentythree webinar mail send ID`
|
|
142
142
|
|
|
@@ -166,7 +166,7 @@ EXAMPLES
|
|
|
166
166
|
$ twentythree webinar mail send 555 --series-id 67890 --json
|
|
167
167
|
```
|
|
168
168
|
|
|
169
|
-
_See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/
|
|
169
|
+
_See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/mail/send.ts)_
|
|
170
170
|
|
|
171
171
|
## `twentythree webinar mail test ID`
|
|
172
172
|
|
|
@@ -200,7 +200,7 @@ EXAMPLES
|
|
|
200
200
|
$ twentythree webinar mail test 555 --webinar-id 12345 --email me@example.com --json
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
_See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/
|
|
203
|
+
_See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/mail/test.ts)_
|
|
204
204
|
|
|
205
205
|
## `twentythree webinar mail update ID`
|
|
206
206
|
|
|
@@ -235,4 +235,4 @@ EXAMPLES
|
|
|
235
235
|
$ twentythree webinar mail update 555 --webinar-id 12345 --subject "Updated" --json
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
238
|
+
_See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/mail/update.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree webinar metrics 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/webinar/metrics.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/webinar/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/metrics.ts)_
|
|
@@ -33,7 +33,7 @@ EXAMPLES
|
|
|
33
33
|
$ twentythree webinar queued-video add 12345 --video-id 67890 --json
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [src/commands/webinar/queued-video/add.ts](https://github.com/23/twentythree-cli/blob/
|
|
36
|
+
_See code: [src/commands/webinar/queued-video/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/queued-video/add.ts)_
|
|
37
37
|
|
|
38
38
|
## `twentythree webinar queued-video remove ID`
|
|
39
39
|
|
|
@@ -62,4 +62,4 @@ EXAMPLES
|
|
|
62
62
|
$ twentythree webinar queued-video remove 12345 --video-id 67890 --json
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
_See code: [src/commands/webinar/queued-video/remove.ts](https://github.com/23/twentythree-cli/blob/
|
|
65
|
+
_See code: [src/commands/webinar/queued-video/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/queued-video/remove.ts)_
|
|
@@ -32,7 +32,7 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree webinar recording split 12345 --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/webinar/recording/split.ts](https://github.com/23/twentythree-cli/blob/
|
|
35
|
+
_See code: [src/commands/webinar/recording/split.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/recording/split.ts)_
|
|
36
36
|
|
|
37
37
|
## `twentythree webinar recording start ID`
|
|
38
38
|
|
|
@@ -58,7 +58,7 @@ EXAMPLES
|
|
|
58
58
|
$ twentythree webinar recording start 12345 --json
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
_See code: [src/commands/webinar/recording/start.ts](https://github.com/23/twentythree-cli/blob/
|
|
61
|
+
_See code: [src/commands/webinar/recording/start.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/recording/start.ts)_
|
|
62
62
|
|
|
63
63
|
## `twentythree webinar recording status ID`
|
|
64
64
|
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
$ twentythree webinar recording status 12345 --json
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/webinar/recording/status.ts](https://github.com/23/twentythree-cli/blob/
|
|
87
|
+
_See code: [src/commands/webinar/recording/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/recording/status.ts)_
|
|
88
88
|
|
|
89
89
|
## `twentythree webinar recording stop ID`
|
|
90
90
|
|
|
@@ -110,4 +110,4 @@ EXAMPLES
|
|
|
110
110
|
$ twentythree webinar recording stop 12345 --json
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
_See code: [src/commands/webinar/recording/stop.ts](https://github.com/23/twentythree-cli/blob/
|
|
113
|
+
_See code: [src/commands/webinar/recording/stop.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/recording/stop.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree webinar repeat 12345 --date "2024-12-01T14:00:00Z" --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/webinar/repeat.ts](https://github.com/23/twentythree-cli/blob/
|
|
35
|
+
_See code: [src/commands/webinar/repeat.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/repeat.ts)_
|
|
@@ -32,7 +32,7 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree webinar room connect 12345 --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/webinar/room/connect.ts](https://github.com/23/twentythree-cli/blob/
|
|
35
|
+
_See code: [src/commands/webinar/room/connect.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/room/connect.ts)_
|
|
36
36
|
|
|
37
37
|
## `twentythree webinar room info ID`
|
|
38
38
|
|
|
@@ -58,7 +58,7 @@ EXAMPLES
|
|
|
58
58
|
$ twentythree webinar room info 12345 --json
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
_See code: [src/commands/webinar/room/info.ts](https://github.com/23/twentythree-cli/blob/
|
|
61
|
+
_See code: [src/commands/webinar/room/info.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/room/info.ts)_
|
|
62
62
|
|
|
63
63
|
## `twentythree webinar room send-recording ID`
|
|
64
64
|
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
$ twentythree webinar room send-recording 12345 --json
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/webinar/room/send-recording.ts](https://github.com/23/twentythree-cli/blob/
|
|
87
|
+
_See code: [src/commands/webinar/room/send-recording.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/room/send-recording.ts)_
|
|
88
88
|
|
|
89
89
|
## `twentythree webinar room themes`
|
|
90
90
|
|
|
@@ -107,4 +107,4 @@ EXAMPLES
|
|
|
107
107
|
$ twentythree webinar room themes --json
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [src/commands/webinar/room/themes.ts](https://github.com/23/twentythree-cli/blob/
|
|
110
|
+
_See code: [src/commands/webinar/room/themes.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/webinar/room/themes.ts)_
|