twentythree-cli 1.3.0 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/auth/switch.cjs +45 -0
- package/dist/commands/video/replace.cjs +4 -1
- package/dist/commands/video/upload.cjs +15 -7
- package/dist/commands/webinar/create.cjs +4 -1
- package/dist/commands/webinar/repeat.cjs +4 -1
- package/dist/commands/webinar/series/create.cjs +4 -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 +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/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 +1092 -1060
- package/package.json +1 -1
package/docs/commands/webinar.md
CHANGED
|
@@ -83,7 +83,7 @@ DESCRIPTION
|
|
|
83
83
|
Manage webinars — create, list, update, delete, and more
|
|
84
84
|
```
|
|
85
85
|
|
|
86
|
-
_See code: [src/commands/webinar/index.ts](https://github.com/23/twentythree-cli/blob/
|
|
86
|
+
_See code: [src/commands/webinar/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/index.ts)_
|
|
87
87
|
|
|
88
88
|
## `twentythree webinar attachment delete ID`
|
|
89
89
|
|
|
@@ -112,7 +112,7 @@ EXAMPLES
|
|
|
112
112
|
$ twentythree webinar attachment delete 12345 --filename handout.pdf --json
|
|
113
113
|
```
|
|
114
114
|
|
|
115
|
-
_See code: [src/commands/webinar/attachment/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
115
|
+
_See code: [src/commands/webinar/attachment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/attachment/delete.ts)_
|
|
116
116
|
|
|
117
117
|
## `twentythree webinar attachment list ID`
|
|
118
118
|
|
|
@@ -144,7 +144,7 @@ EXAMPLES
|
|
|
144
144
|
$ twentythree webinar attachment list 12345 --include-hidden
|
|
145
145
|
```
|
|
146
146
|
|
|
147
|
-
_See code: [src/commands/webinar/attachment/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
147
|
+
_See code: [src/commands/webinar/attachment/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/attachment/list.ts)_
|
|
148
148
|
|
|
149
149
|
## `twentythree webinar attachment set-hidden ID`
|
|
150
150
|
|
|
@@ -176,7 +176,7 @@ EXAMPLES
|
|
|
176
176
|
$ twentythree webinar attachment set-hidden 12345 --filename slides.pdf --hidden --json
|
|
177
177
|
```
|
|
178
178
|
|
|
179
|
-
_See code: [src/commands/webinar/attachment/set-hidden.ts](https://github.com/23/twentythree-cli/blob/
|
|
179
|
+
_See code: [src/commands/webinar/attachment/set-hidden.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/attachment/set-hidden.ts)_
|
|
180
180
|
|
|
181
181
|
## `twentythree webinar attachment upload ID FILE`
|
|
182
182
|
|
|
@@ -209,7 +209,7 @@ EXAMPLES
|
|
|
209
209
|
$ twentythree webinar attachment upload 12345 ./handout.pdf --hidden
|
|
210
210
|
```
|
|
211
211
|
|
|
212
|
-
_See code: [src/commands/webinar/attachment/upload.ts](https://github.com/23/twentythree-cli/blob/
|
|
212
|
+
_See code: [src/commands/webinar/attachment/upload.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/attachment/upload.ts)_
|
|
213
213
|
|
|
214
214
|
## `twentythree webinar clips ID`
|
|
215
215
|
|
|
@@ -235,7 +235,7 @@ EXAMPLES
|
|
|
235
235
|
$ twentythree webinar clips 12345 --json
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/webinar/clips.ts](https://github.com/23/twentythree-cli/blob/
|
|
238
|
+
_See code: [src/commands/webinar/clips.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/clips.ts)_
|
|
239
239
|
|
|
240
240
|
## `twentythree webinar create`
|
|
241
241
|
|
|
@@ -269,7 +269,7 @@ EXAMPLES
|
|
|
269
269
|
$ twentythree webinar create --title "My Webinar" --json
|
|
270
270
|
```
|
|
271
271
|
|
|
272
|
-
_See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/
|
|
272
|
+
_See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/create.ts)_
|
|
273
273
|
|
|
274
274
|
## `twentythree webinar delete ID`
|
|
275
275
|
|
|
@@ -295,7 +295,7 @@ EXAMPLES
|
|
|
295
295
|
$ twentythree webinar delete 12345 --json
|
|
296
296
|
```
|
|
297
297
|
|
|
298
|
-
_See code: [src/commands/webinar/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
298
|
+
_See code: [src/commands/webinar/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/delete.ts)_
|
|
299
299
|
|
|
300
300
|
## `twentythree webinar highlights ID`
|
|
301
301
|
|
|
@@ -326,7 +326,7 @@ EXAMPLES
|
|
|
326
326
|
$ twentythree webinar highlights 12345 --json
|
|
327
327
|
```
|
|
328
328
|
|
|
329
|
-
_See code: [src/commands/webinar/highlights.ts](https://github.com/23/twentythree-cli/blob/
|
|
329
|
+
_See code: [src/commands/webinar/highlights.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/highlights.ts)_
|
|
330
330
|
|
|
331
331
|
## `twentythree webinar list`
|
|
332
332
|
|
|
@@ -361,7 +361,7 @@ EXAMPLES
|
|
|
361
361
|
$ twentythree webinar list --status upcoming --json
|
|
362
362
|
```
|
|
363
363
|
|
|
364
|
-
_See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
364
|
+
_See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/list.ts)_
|
|
365
365
|
|
|
366
366
|
## `twentythree webinar list-formats`
|
|
367
367
|
|
|
@@ -384,7 +384,7 @@ EXAMPLES
|
|
|
384
384
|
$ twentythree webinar list-formats --json
|
|
385
385
|
```
|
|
386
386
|
|
|
387
|
-
_See code: [src/commands/webinar/list-formats.ts](https://github.com/23/twentythree-cli/blob/
|
|
387
|
+
_See code: [src/commands/webinar/list-formats.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/list-formats.ts)_
|
|
388
388
|
|
|
389
389
|
## `twentythree webinar log ID`
|
|
390
390
|
|
|
@@ -410,7 +410,7 @@ EXAMPLES
|
|
|
410
410
|
$ twentythree webinar log 12345 --json
|
|
411
411
|
```
|
|
412
412
|
|
|
413
|
-
_See code: [src/commands/webinar/log.ts](https://github.com/23/twentythree-cli/blob/
|
|
413
|
+
_See code: [src/commands/webinar/log.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/log.ts)_
|
|
414
414
|
|
|
415
415
|
## `twentythree webinar mail add [ID]`
|
|
416
416
|
|
|
@@ -444,7 +444,7 @@ EXAMPLES
|
|
|
444
444
|
$ twentythree webinar mail add 12345 --subject "Reminder" --message "Join us!" --json
|
|
445
445
|
```
|
|
446
446
|
|
|
447
|
-
_See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/
|
|
447
|
+
_See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/mail/add.ts)_
|
|
448
448
|
|
|
449
449
|
## `twentythree webinar mail list [ID]`
|
|
450
450
|
|
|
@@ -475,7 +475,7 @@ EXAMPLES
|
|
|
475
475
|
$ twentythree webinar mail list 12345 --json
|
|
476
476
|
```
|
|
477
477
|
|
|
478
|
-
_See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
478
|
+
_See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/mail/list.ts)_
|
|
479
479
|
|
|
480
480
|
## `twentythree webinar mail preview ID`
|
|
481
481
|
|
|
@@ -507,7 +507,7 @@ EXAMPLES
|
|
|
507
507
|
$ twentythree webinar mail preview 555 --webinar-id 12345 --json
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/
|
|
510
|
+
_See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/mail/preview.ts)_
|
|
511
511
|
|
|
512
512
|
## `twentythree webinar mail remove ID`
|
|
513
513
|
|
|
@@ -537,7 +537,7 @@ EXAMPLES
|
|
|
537
537
|
$ twentythree webinar mail remove 555 --series-id 67890 --json
|
|
538
538
|
```
|
|
539
539
|
|
|
540
|
-
_See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/
|
|
540
|
+
_See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/mail/remove.ts)_
|
|
541
541
|
|
|
542
542
|
## `twentythree webinar mail send ID`
|
|
543
543
|
|
|
@@ -567,7 +567,7 @@ EXAMPLES
|
|
|
567
567
|
$ twentythree webinar mail send 555 --series-id 67890 --json
|
|
568
568
|
```
|
|
569
569
|
|
|
570
|
-
_See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/
|
|
570
|
+
_See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/mail/send.ts)_
|
|
571
571
|
|
|
572
572
|
## `twentythree webinar mail test ID`
|
|
573
573
|
|
|
@@ -601,7 +601,7 @@ EXAMPLES
|
|
|
601
601
|
$ twentythree webinar mail test 555 --webinar-id 12345 --email me@example.com --json
|
|
602
602
|
```
|
|
603
603
|
|
|
604
|
-
_See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/
|
|
604
|
+
_See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/mail/test.ts)_
|
|
605
605
|
|
|
606
606
|
## `twentythree webinar mail update ID`
|
|
607
607
|
|
|
@@ -636,7 +636,7 @@ EXAMPLES
|
|
|
636
636
|
$ twentythree webinar mail update 555 --webinar-id 12345 --subject "Updated" --json
|
|
637
637
|
```
|
|
638
638
|
|
|
639
|
-
_See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
639
|
+
_See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/mail/update.ts)_
|
|
640
640
|
|
|
641
641
|
## `twentythree webinar metrics ID`
|
|
642
642
|
|
|
@@ -662,7 +662,7 @@ EXAMPLES
|
|
|
662
662
|
$ twentythree webinar metrics 12345 --json
|
|
663
663
|
```
|
|
664
664
|
|
|
665
|
-
_See code: [src/commands/webinar/metrics.ts](https://github.com/23/twentythree-cli/blob/
|
|
665
|
+
_See code: [src/commands/webinar/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/metrics.ts)_
|
|
666
666
|
|
|
667
667
|
## `twentythree webinar queued-video add ID`
|
|
668
668
|
|
|
@@ -691,7 +691,7 @@ EXAMPLES
|
|
|
691
691
|
$ twentythree webinar queued-video add 12345 --video-id 67890 --json
|
|
692
692
|
```
|
|
693
693
|
|
|
694
|
-
_See code: [src/commands/webinar/queued-video/add.ts](https://github.com/23/twentythree-cli/blob/
|
|
694
|
+
_See code: [src/commands/webinar/queued-video/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/queued-video/add.ts)_
|
|
695
695
|
|
|
696
696
|
## `twentythree webinar queued-video remove ID`
|
|
697
697
|
|
|
@@ -720,7 +720,7 @@ EXAMPLES
|
|
|
720
720
|
$ twentythree webinar queued-video remove 12345 --video-id 67890 --json
|
|
721
721
|
```
|
|
722
722
|
|
|
723
|
-
_See code: [src/commands/webinar/queued-video/remove.ts](https://github.com/23/twentythree-cli/blob/
|
|
723
|
+
_See code: [src/commands/webinar/queued-video/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/queued-video/remove.ts)_
|
|
724
724
|
|
|
725
725
|
## `twentythree webinar recording split ID`
|
|
726
726
|
|
|
@@ -746,7 +746,7 @@ EXAMPLES
|
|
|
746
746
|
$ twentythree webinar recording split 12345 --json
|
|
747
747
|
```
|
|
748
748
|
|
|
749
|
-
_See code: [src/commands/webinar/recording/split.ts](https://github.com/23/twentythree-cli/blob/
|
|
749
|
+
_See code: [src/commands/webinar/recording/split.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/recording/split.ts)_
|
|
750
750
|
|
|
751
751
|
## `twentythree webinar recording start ID`
|
|
752
752
|
|
|
@@ -772,7 +772,7 @@ EXAMPLES
|
|
|
772
772
|
$ twentythree webinar recording start 12345 --json
|
|
773
773
|
```
|
|
774
774
|
|
|
775
|
-
_See code: [src/commands/webinar/recording/start.ts](https://github.com/23/twentythree-cli/blob/
|
|
775
|
+
_See code: [src/commands/webinar/recording/start.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/recording/start.ts)_
|
|
776
776
|
|
|
777
777
|
## `twentythree webinar recording status ID`
|
|
778
778
|
|
|
@@ -798,7 +798,7 @@ EXAMPLES
|
|
|
798
798
|
$ twentythree webinar recording status 12345 --json
|
|
799
799
|
```
|
|
800
800
|
|
|
801
|
-
_See code: [src/commands/webinar/recording/status.ts](https://github.com/23/twentythree-cli/blob/
|
|
801
|
+
_See code: [src/commands/webinar/recording/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/recording/status.ts)_
|
|
802
802
|
|
|
803
803
|
## `twentythree webinar recording stop ID`
|
|
804
804
|
|
|
@@ -824,7 +824,7 @@ EXAMPLES
|
|
|
824
824
|
$ twentythree webinar recording stop 12345 --json
|
|
825
825
|
```
|
|
826
826
|
|
|
827
|
-
_See code: [src/commands/webinar/recording/stop.ts](https://github.com/23/twentythree-cli/blob/
|
|
827
|
+
_See code: [src/commands/webinar/recording/stop.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/recording/stop.ts)_
|
|
828
828
|
|
|
829
829
|
## `twentythree webinar repeat ID`
|
|
830
830
|
|
|
@@ -853,7 +853,7 @@ EXAMPLES
|
|
|
853
853
|
$ twentythree webinar repeat 12345 --date "2024-12-01T14:00:00Z" --json
|
|
854
854
|
```
|
|
855
855
|
|
|
856
|
-
_See code: [src/commands/webinar/repeat.ts](https://github.com/23/twentythree-cli/blob/
|
|
856
|
+
_See code: [src/commands/webinar/repeat.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/repeat.ts)_
|
|
857
857
|
|
|
858
858
|
## `twentythree webinar room connect ID`
|
|
859
859
|
|
|
@@ -879,7 +879,7 @@ EXAMPLES
|
|
|
879
879
|
$ twentythree webinar room connect 12345 --json
|
|
880
880
|
```
|
|
881
881
|
|
|
882
|
-
_See code: [src/commands/webinar/room/connect.ts](https://github.com/23/twentythree-cli/blob/
|
|
882
|
+
_See code: [src/commands/webinar/room/connect.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/room/connect.ts)_
|
|
883
883
|
|
|
884
884
|
## `twentythree webinar room info ID`
|
|
885
885
|
|
|
@@ -905,7 +905,7 @@ EXAMPLES
|
|
|
905
905
|
$ twentythree webinar room info 12345 --json
|
|
906
906
|
```
|
|
907
907
|
|
|
908
|
-
_See code: [src/commands/webinar/room/info.ts](https://github.com/23/twentythree-cli/blob/
|
|
908
|
+
_See code: [src/commands/webinar/room/info.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/room/info.ts)_
|
|
909
909
|
|
|
910
910
|
## `twentythree webinar room send-recording ID`
|
|
911
911
|
|
|
@@ -931,7 +931,7 @@ EXAMPLES
|
|
|
931
931
|
$ twentythree webinar room send-recording 12345 --json
|
|
932
932
|
```
|
|
933
933
|
|
|
934
|
-
_See code: [src/commands/webinar/room/send-recording.ts](https://github.com/23/twentythree-cli/blob/
|
|
934
|
+
_See code: [src/commands/webinar/room/send-recording.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/room/send-recording.ts)_
|
|
935
935
|
|
|
936
936
|
## `twentythree webinar room themes`
|
|
937
937
|
|
|
@@ -954,7 +954,7 @@ EXAMPLES
|
|
|
954
954
|
$ twentythree webinar room themes --json
|
|
955
955
|
```
|
|
956
956
|
|
|
957
|
-
_See code: [src/commands/webinar/room/themes.ts](https://github.com/23/twentythree-cli/blob/
|
|
957
|
+
_See code: [src/commands/webinar/room/themes.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/room/themes.ts)_
|
|
958
958
|
|
|
959
959
|
## `twentythree webinar section add ID`
|
|
960
960
|
|
|
@@ -988,7 +988,7 @@ EXAMPLES
|
|
|
988
988
|
$ twentythree webinar section add 12345 --title "Welcome" --description "Opening remarks" --json
|
|
989
989
|
```
|
|
990
990
|
|
|
991
|
-
_See code: [src/commands/webinar/section/add.ts](https://github.com/23/twentythree-cli/blob/
|
|
991
|
+
_See code: [src/commands/webinar/section/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/section/add.ts)_
|
|
992
992
|
|
|
993
993
|
## `twentythree webinar section list ID`
|
|
994
994
|
|
|
@@ -1017,7 +1017,7 @@ EXAMPLES
|
|
|
1017
1017
|
$ twentythree webinar section list 12345 --json
|
|
1018
1018
|
```
|
|
1019
1019
|
|
|
1020
|
-
_See code: [src/commands/webinar/section/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
1020
|
+
_See code: [src/commands/webinar/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/section/list.ts)_
|
|
1021
1021
|
|
|
1022
1022
|
## `twentythree webinar section remove WEBINARID ID`
|
|
1023
1023
|
|
|
@@ -1044,7 +1044,7 @@ EXAMPLES
|
|
|
1044
1044
|
$ twentythree webinar section remove 12345 99 --json
|
|
1045
1045
|
```
|
|
1046
1046
|
|
|
1047
|
-
_See code: [src/commands/webinar/section/remove.ts](https://github.com/23/twentythree-cli/blob/
|
|
1047
|
+
_See code: [src/commands/webinar/section/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/section/remove.ts)_
|
|
1048
1048
|
|
|
1049
1049
|
## `twentythree webinar section update WEBINARID ID`
|
|
1050
1050
|
|
|
@@ -1079,7 +1079,7 @@ EXAMPLES
|
|
|
1079
1079
|
$ twentythree webinar section update 12345 99 --title "Q&A" --description "Audience questions" --json
|
|
1080
1080
|
```
|
|
1081
1081
|
|
|
1082
|
-
_See code: [src/commands/webinar/section/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
1082
|
+
_See code: [src/commands/webinar/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/section/update.ts)_
|
|
1083
1083
|
|
|
1084
1084
|
## `twentythree webinar series apply-recurrence ID`
|
|
1085
1085
|
|
|
@@ -1108,7 +1108,7 @@ EXAMPLES
|
|
|
1108
1108
|
$ twentythree webinar series apply-recurrence 42 --recurrence-id 7 --json
|
|
1109
1109
|
```
|
|
1110
1110
|
|
|
1111
|
-
_See code: [src/commands/webinar/series/apply-recurrence.ts](https://github.com/23/twentythree-cli/blob/
|
|
1111
|
+
_See code: [src/commands/webinar/series/apply-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/series/apply-recurrence.ts)_
|
|
1112
1112
|
|
|
1113
1113
|
## `twentythree webinar series cancel ID`
|
|
1114
1114
|
|
|
@@ -1139,7 +1139,7 @@ EXAMPLES
|
|
|
1139
1139
|
$ twentythree webinar series cancel 42 --json
|
|
1140
1140
|
```
|
|
1141
1141
|
|
|
1142
|
-
_See code: [src/commands/webinar/series/cancel.ts](https://github.com/23/twentythree-cli/blob/
|
|
1142
|
+
_See code: [src/commands/webinar/series/cancel.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/series/cancel.ts)_
|
|
1143
1143
|
|
|
1144
1144
|
## `twentythree webinar series create`
|
|
1145
1145
|
|
|
@@ -1168,7 +1168,7 @@ EXAMPLES
|
|
|
1168
1168
|
$ twentythree webinar series create --name "My Series" --json
|
|
1169
1169
|
```
|
|
1170
1170
|
|
|
1171
|
-
_See code: [src/commands/webinar/series/create.ts](https://github.com/23/twentythree-cli/blob/
|
|
1171
|
+
_See code: [src/commands/webinar/series/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/series/create.ts)_
|
|
1172
1172
|
|
|
1173
1173
|
## `twentythree webinar series delete ID`
|
|
1174
1174
|
|
|
@@ -1199,7 +1199,7 @@ EXAMPLES
|
|
|
1199
1199
|
$ twentythree webinar series delete 42 --json
|
|
1200
1200
|
```
|
|
1201
1201
|
|
|
1202
|
-
_See code: [src/commands/webinar/series/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
1202
|
+
_See code: [src/commands/webinar/series/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/series/delete.ts)_
|
|
1203
1203
|
|
|
1204
1204
|
## `twentythree webinar series list`
|
|
1205
1205
|
|
|
@@ -1222,7 +1222,7 @@ EXAMPLES
|
|
|
1222
1222
|
$ twentythree webinar series list --json
|
|
1223
1223
|
```
|
|
1224
1224
|
|
|
1225
|
-
_See code: [src/commands/webinar/series/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
1225
|
+
_See code: [src/commands/webinar/series/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/series/list.ts)_
|
|
1226
1226
|
|
|
1227
1227
|
## `twentythree webinar series mapped-objects ID`
|
|
1228
1228
|
|
|
@@ -1248,7 +1248,7 @@ EXAMPLES
|
|
|
1248
1248
|
$ twentythree webinar series mapped-objects 42 --json
|
|
1249
1249
|
```
|
|
1250
1250
|
|
|
1251
|
-
_See code: [src/commands/webinar/series/mapped-objects.ts](https://github.com/23/twentythree-cli/blob/
|
|
1251
|
+
_See code: [src/commands/webinar/series/mapped-objects.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/series/mapped-objects.ts)_
|
|
1252
1252
|
|
|
1253
1253
|
## `twentythree webinar series metrics ID`
|
|
1254
1254
|
|
|
@@ -1274,7 +1274,7 @@ EXAMPLES
|
|
|
1274
1274
|
$ twentythree webinar series metrics 42 --json
|
|
1275
1275
|
```
|
|
1276
1276
|
|
|
1277
|
-
_See code: [src/commands/webinar/series/metrics.ts](https://github.com/23/twentythree-cli/blob/
|
|
1277
|
+
_See code: [src/commands/webinar/series/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/series/metrics.ts)_
|
|
1278
1278
|
|
|
1279
1279
|
## `twentythree webinar series recurrences ID`
|
|
1280
1280
|
|
|
@@ -1300,7 +1300,7 @@ EXAMPLES
|
|
|
1300
1300
|
$ twentythree webinar series recurrences 42 --json
|
|
1301
1301
|
```
|
|
1302
1302
|
|
|
1303
|
-
_See code: [src/commands/webinar/series/recurrences.ts](https://github.com/23/twentythree-cli/blob/
|
|
1303
|
+
_See code: [src/commands/webinar/series/recurrences.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/series/recurrences.ts)_
|
|
1304
1304
|
|
|
1305
1305
|
## `twentythree webinar series set-ondemand ID`
|
|
1306
1306
|
|
|
@@ -1331,7 +1331,7 @@ EXAMPLES
|
|
|
1331
1331
|
$ twentythree webinar series set-ondemand 42 --json
|
|
1332
1332
|
```
|
|
1333
1333
|
|
|
1334
|
-
_See code: [src/commands/webinar/series/set-ondemand.ts](https://github.com/23/twentythree-cli/blob/
|
|
1334
|
+
_See code: [src/commands/webinar/series/set-ondemand.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/series/set-ondemand.ts)_
|
|
1335
1335
|
|
|
1336
1336
|
## `twentythree webinar series skip-recurrence ID`
|
|
1337
1337
|
|
|
@@ -1363,7 +1363,7 @@ EXAMPLES
|
|
|
1363
1363
|
$ twentythree webinar series skip-recurrence 42 --recurrence-id 7 --skipped --json
|
|
1364
1364
|
```
|
|
1365
1365
|
|
|
1366
|
-
_See code: [src/commands/webinar/series/skip-recurrence.ts](https://github.com/23/twentythree-cli/blob/
|
|
1366
|
+
_See code: [src/commands/webinar/series/skip-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/series/skip-recurrence.ts)_
|
|
1367
1367
|
|
|
1368
1368
|
## `twentythree webinar series update ID`
|
|
1369
1369
|
|
|
@@ -1371,7 +1371,8 @@ Update a webinar series
|
|
|
1371
1371
|
|
|
1372
1372
|
```
|
|
1373
1373
|
USAGE
|
|
1374
|
-
$ twentythree webinar series update ID [--json] [-w <value>] [--name <value>] [--description <value>]
|
|
1374
|
+
$ twentythree webinar series update ID [--json] [-w <value>] [--name <value>] [--description <value>] [--seo-policy
|
|
1375
|
+
|index|noindex]
|
|
1375
1376
|
|
|
1376
1377
|
ARGUMENTS
|
|
1377
1378
|
ID Series ID
|
|
@@ -1379,6 +1380,8 @@ ARGUMENTS
|
|
|
1379
1380
|
FLAGS
|
|
1380
1381
|
--description=<value> Series description
|
|
1381
1382
|
--name=<value> Series name
|
|
1383
|
+
--seo-policy=<option> SEO policy for the series: index, noindex, or empty string to reset
|
|
1384
|
+
<options: |index|noindex>
|
|
1382
1385
|
|
|
1383
1386
|
GLOBAL FLAGS
|
|
1384
1387
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
@@ -1395,7 +1398,7 @@ EXAMPLES
|
|
|
1395
1398
|
$ twentythree webinar series update 42 --name "Updated" --json
|
|
1396
1399
|
```
|
|
1397
1400
|
|
|
1398
|
-
_See code: [src/commands/webinar/series/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
1401
|
+
_See code: [src/commands/webinar/series/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/series/update.ts)_
|
|
1399
1402
|
|
|
1400
1403
|
## `twentythree webinar series upload-thumbnail ID FILE`
|
|
1401
1404
|
|
|
@@ -1427,7 +1430,7 @@ EXAMPLES
|
|
|
1427
1430
|
$ twentythree webinar series upload-thumbnail 42 ./thumbnail.png --json
|
|
1428
1431
|
```
|
|
1429
1432
|
|
|
1430
|
-
_See code: [src/commands/webinar/series/upload-thumbnail.ts](https://github.com/23/twentythree-cli/blob/
|
|
1433
|
+
_See code: [src/commands/webinar/series/upload-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/series/upload-thumbnail.ts)_
|
|
1431
1434
|
|
|
1432
1435
|
## `twentythree webinar speaker add ID`
|
|
1433
1436
|
|
|
@@ -1462,7 +1465,7 @@ EXAMPLES
|
|
|
1462
1465
|
$ twentythree webinar speaker add 12345 --name "Jane Doe" --email jane@example.com --json
|
|
1463
1466
|
```
|
|
1464
1467
|
|
|
1465
|
-
_See code: [src/commands/webinar/speaker/add.ts](https://github.com/23/twentythree-cli/blob/
|
|
1468
|
+
_See code: [src/commands/webinar/speaker/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/add.ts)_
|
|
1466
1469
|
|
|
1467
1470
|
## `twentythree webinar speaker add-from-speaker ID`
|
|
1468
1471
|
|
|
@@ -1493,7 +1496,7 @@ EXAMPLES
|
|
|
1493
1496
|
$ twentythree webinar speaker add-from-speaker 12345 --speaker-id 99 --json
|
|
1494
1497
|
```
|
|
1495
1498
|
|
|
1496
|
-
_See code: [src/commands/webinar/speaker/add-from-speaker.ts](https://github.com/23/twentythree-cli/blob/
|
|
1499
|
+
_See code: [src/commands/webinar/speaker/add-from-speaker.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/add-from-speaker.ts)_
|
|
1497
1500
|
|
|
1498
1501
|
## `twentythree webinar speaker add-from-user ID`
|
|
1499
1502
|
|
|
@@ -1524,7 +1527,7 @@ EXAMPLES
|
|
|
1524
1527
|
$ twentythree webinar speaker add-from-user 12345 --user-id 42 --json
|
|
1525
1528
|
```
|
|
1526
1529
|
|
|
1527
|
-
_See code: [src/commands/webinar/speaker/add-from-user.ts](https://github.com/23/twentythree-cli/blob/
|
|
1530
|
+
_See code: [src/commands/webinar/speaker/add-from-user.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/add-from-user.ts)_
|
|
1528
1531
|
|
|
1529
1532
|
## `twentythree webinar speaker cancel-guest-request WEBINARID ID`
|
|
1530
1533
|
|
|
@@ -1551,7 +1554,7 @@ EXAMPLES
|
|
|
1551
1554
|
$ twentythree webinar speaker cancel-guest-request 12345 9900 --json
|
|
1552
1555
|
```
|
|
1553
1556
|
|
|
1554
|
-
_See code: [src/commands/webinar/speaker/cancel-guest-request.ts](https://github.com/23/twentythree-cli/blob/
|
|
1557
|
+
_See code: [src/commands/webinar/speaker/cancel-guest-request.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/cancel-guest-request.ts)_
|
|
1555
1558
|
|
|
1556
1559
|
## `twentythree webinar speaker connection-types ID`
|
|
1557
1560
|
|
|
@@ -1577,7 +1580,7 @@ EXAMPLES
|
|
|
1577
1580
|
$ twentythree webinar speaker connection-types 12345 --json
|
|
1578
1581
|
```
|
|
1579
1582
|
|
|
1580
|
-
_See code: [src/commands/webinar/speaker/connection-types.ts](https://github.com/23/twentythree-cli/blob/
|
|
1583
|
+
_See code: [src/commands/webinar/speaker/connection-types.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/connection-types.ts)_
|
|
1581
1584
|
|
|
1582
1585
|
## `twentythree webinar speaker library`
|
|
1583
1586
|
|
|
@@ -1600,7 +1603,7 @@ EXAMPLES
|
|
|
1600
1603
|
$ twentythree webinar speaker library --json
|
|
1601
1604
|
```
|
|
1602
1605
|
|
|
1603
|
-
_See code: [src/commands/webinar/speaker/library.ts](https://github.com/23/twentythree-cli/blob/
|
|
1606
|
+
_See code: [src/commands/webinar/speaker/library.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/library.ts)_
|
|
1604
1607
|
|
|
1605
1608
|
## `twentythree webinar speaker list ID`
|
|
1606
1609
|
|
|
@@ -1629,7 +1632,7 @@ EXAMPLES
|
|
|
1629
1632
|
$ twentythree webinar speaker list 12345 --json
|
|
1630
1633
|
```
|
|
1631
1634
|
|
|
1632
|
-
_See code: [src/commands/webinar/speaker/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
1635
|
+
_See code: [src/commands/webinar/speaker/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/list.ts)_
|
|
1633
1636
|
|
|
1634
1637
|
## `twentythree webinar speaker remove WEBINARID ID`
|
|
1635
1638
|
|
|
@@ -1656,7 +1659,7 @@ EXAMPLES
|
|
|
1656
1659
|
$ twentythree webinar speaker remove 12345 9900 --json
|
|
1657
1660
|
```
|
|
1658
1661
|
|
|
1659
|
-
_See code: [src/commands/webinar/speaker/remove.ts](https://github.com/23/twentythree-cli/blob/
|
|
1662
|
+
_See code: [src/commands/webinar/speaker/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/remove.ts)_
|
|
1660
1663
|
|
|
1661
1664
|
## `twentythree webinar speaker remove-avatar WEBINARID ID`
|
|
1662
1665
|
|
|
@@ -1683,7 +1686,7 @@ EXAMPLES
|
|
|
1683
1686
|
$ twentythree webinar speaker remove-avatar 12345 9900 --json
|
|
1684
1687
|
```
|
|
1685
1688
|
|
|
1686
|
-
_See code: [src/commands/webinar/speaker/remove-avatar.ts](https://github.com/23/twentythree-cli/blob/
|
|
1689
|
+
_See code: [src/commands/webinar/speaker/remove-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/remove-avatar.ts)_
|
|
1687
1690
|
|
|
1688
1691
|
## `twentythree webinar speaker request-guest WEBINARID ID`
|
|
1689
1692
|
|
|
@@ -1710,7 +1713,7 @@ EXAMPLES
|
|
|
1710
1713
|
$ twentythree webinar speaker request-guest 12345 9900 --json
|
|
1711
1714
|
```
|
|
1712
1715
|
|
|
1713
|
-
_See code: [src/commands/webinar/speaker/request-guest.ts](https://github.com/23/twentythree-cli/blob/
|
|
1716
|
+
_See code: [src/commands/webinar/speaker/request-guest.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/request-guest.ts)_
|
|
1714
1717
|
|
|
1715
1718
|
## `twentythree webinar speaker send-invitation WEBINARID ID`
|
|
1716
1719
|
|
|
@@ -1737,7 +1740,7 @@ EXAMPLES
|
|
|
1737
1740
|
$ twentythree webinar speaker send-invitation 12345 9900 --json
|
|
1738
1741
|
```
|
|
1739
1742
|
|
|
1740
|
-
_See code: [src/commands/webinar/speaker/send-invitation.ts](https://github.com/23/twentythree-cli/blob/
|
|
1743
|
+
_See code: [src/commands/webinar/speaker/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/send-invitation.ts)_
|
|
1741
1744
|
|
|
1742
1745
|
## `twentythree webinar speaker set-avatar WEBINARID ID FILE`
|
|
1743
1746
|
|
|
@@ -1770,7 +1773,7 @@ EXAMPLES
|
|
|
1770
1773
|
$ twentythree webinar speaker set-avatar 12345 9900 ./avatar.png --chunk-size 524288
|
|
1771
1774
|
```
|
|
1772
1775
|
|
|
1773
|
-
_See code: [src/commands/webinar/speaker/set-avatar.ts](https://github.com/23/twentythree-cli/blob/
|
|
1776
|
+
_See code: [src/commands/webinar/speaker/set-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/set-avatar.ts)_
|
|
1774
1777
|
|
|
1775
1778
|
## `twentythree webinar speaker set-order ID`
|
|
1776
1779
|
|
|
@@ -1802,7 +1805,7 @@ EXAMPLES
|
|
|
1802
1805
|
$ twentythree webinar speaker set-order 12345 --speaker-id 9900 --order 1 --json
|
|
1803
1806
|
```
|
|
1804
1807
|
|
|
1805
|
-
_See code: [src/commands/webinar/speaker/set-order.ts](https://github.com/23/twentythree-cli/blob/
|
|
1808
|
+
_See code: [src/commands/webinar/speaker/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/set-order.ts)_
|
|
1806
1809
|
|
|
1807
1810
|
## `twentythree webinar speaker update WEBINARID ID`
|
|
1808
1811
|
|
|
@@ -1838,7 +1841,7 @@ EXAMPLES
|
|
|
1838
1841
|
$ twentythree webinar speaker update 12345 9900 --name "Jane Doe" --json
|
|
1839
1842
|
```
|
|
1840
1843
|
|
|
1841
|
-
_See code: [src/commands/webinar/speaker/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
1844
|
+
_See code: [src/commands/webinar/speaker/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/speaker/update.ts)_
|
|
1842
1845
|
|
|
1843
1846
|
## `twentythree webinar transcription connect ID`
|
|
1844
1847
|
|
|
@@ -1869,7 +1872,7 @@ EXAMPLES
|
|
|
1869
1872
|
$ twentythree webinar transcription connect 12345 --json
|
|
1870
1873
|
```
|
|
1871
1874
|
|
|
1872
|
-
_See code: [src/commands/webinar/transcription/connect.ts](https://github.com/23/twentythree-cli/blob/
|
|
1875
|
+
_See code: [src/commands/webinar/transcription/connect.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/transcription/connect.ts)_
|
|
1873
1876
|
|
|
1874
1877
|
## `twentythree webinar transcription list ID`
|
|
1875
1878
|
|
|
@@ -1900,7 +1903,7 @@ EXAMPLES
|
|
|
1900
1903
|
$ twentythree webinar transcription list 12345 --token mytoken
|
|
1901
1904
|
```
|
|
1902
1905
|
|
|
1903
|
-
_See code: [src/commands/webinar/transcription/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
1906
|
+
_See code: [src/commands/webinar/transcription/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/transcription/list.ts)_
|
|
1904
1907
|
|
|
1905
1908
|
## `twentythree webinar transcription locales ID`
|
|
1906
1909
|
|
|
@@ -1931,7 +1934,7 @@ EXAMPLES
|
|
|
1931
1934
|
$ twentythree webinar transcription locales 12345 --token mytoken
|
|
1932
1935
|
```
|
|
1933
1936
|
|
|
1934
|
-
_See code: [src/commands/webinar/transcription/locales.ts](https://github.com/23/twentythree-cli/blob/
|
|
1937
|
+
_See code: [src/commands/webinar/transcription/locales.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/transcription/locales.ts)_
|
|
1935
1938
|
|
|
1936
1939
|
## `twentythree webinar transcription transcriptionlist`
|
|
1937
1940
|
|
|
@@ -1954,7 +1957,7 @@ EXAMPLES
|
|
|
1954
1957
|
$ twentythree webinar transcription transcriptionlist --json
|
|
1955
1958
|
```
|
|
1956
1959
|
|
|
1957
|
-
_See code: [src/commands/webinar/transcription/transcriptionlist.ts](https://github.com/23/twentythree-cli/blob/
|
|
1960
|
+
_See code: [src/commands/webinar/transcription/transcriptionlist.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/transcription/transcriptionlist.ts)_
|
|
1958
1961
|
|
|
1959
1962
|
## `twentythree webinar update ID`
|
|
1960
1963
|
|
|
@@ -1963,7 +1966,7 @@ Update details for a webinar
|
|
|
1963
1966
|
```
|
|
1964
1967
|
USAGE
|
|
1965
1968
|
$ twentythree webinar update ID [--json] [-w <value>] [--title <value>] [--description <value>] [--status <value>]
|
|
1966
|
-
[--live-date <value>] [--draft] [--publish]
|
|
1969
|
+
[--live-date <value>] [--draft] [--publish] [--seo-policy |index|noindex]
|
|
1967
1970
|
|
|
1968
1971
|
ARGUMENTS
|
|
1969
1972
|
ID Webinar ID
|
|
@@ -1973,6 +1976,8 @@ FLAGS
|
|
|
1973
1976
|
--[no-]draft Set as draft
|
|
1974
1977
|
--live-date=<value> Schedule date/time (ISO 8601)
|
|
1975
1978
|
--[no-]publish Publish or unpublish the webinar
|
|
1979
|
+
--seo-policy=<option> SEO policy for the webinar: index, noindex, or empty string to reset
|
|
1980
|
+
<options: |index|noindex>
|
|
1976
1981
|
--status=<value> Webinar status: upcoming, live, or previous
|
|
1977
1982
|
--title=<value> New title for the webinar
|
|
1978
1983
|
|
|
@@ -1991,7 +1996,7 @@ EXAMPLES
|
|
|
1991
1996
|
$ twentythree webinar update 12345
|
|
1992
1997
|
```
|
|
1993
1998
|
|
|
1994
|
-
_See code: [src/commands/webinar/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
1999
|
+
_See code: [src/commands/webinar/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/update.ts)_
|
|
1995
2000
|
|
|
1996
2001
|
## `twentythree webinar upload-image ID FILE`
|
|
1997
2002
|
|
|
@@ -2027,4 +2032,4 @@ EXAMPLES
|
|
|
2027
2032
|
$ twentythree webinar upload-image 12345 ./before.jpg --type before_webinar
|
|
2028
2033
|
```
|
|
2029
2034
|
|
|
2030
|
-
_See code: [src/commands/webinar/upload-image.ts](https://github.com/23/twentythree-cli/blob/
|
|
2035
|
+
_See code: [src/commands/webinar/upload-image.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/webinar/upload-image.ts)_
|
|
@@ -24,4 +24,4 @@ EXAMPLES
|
|
|
24
24
|
$ twentythree workspace list
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
_See code: [src/commands/workspace/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
27
|
+
_See code: [src/commands/workspace/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/workspace/list.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree workspace use "Company Name"
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/workspace/use.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/workspace/use.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/workspace/use.ts)_
|