twentythree-cli 1.4.0 → 1.6.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/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 +3 -3
- package/docs/commands/autocomplete.md +1 -1
- package/docs/commands/category/create.md +1 -1
- package/docs/commands/category/delete.md +1 -1
- package/docs/commands/category/list.md +1 -1
- package/docs/commands/category/update.md +1 -1
- package/docs/commands/category.md +5 -5
- package/docs/commands/collector/exclude.md +1 -1
- package/docs/commands/collector/include.md +1 -1
- package/docs/commands/collector/list.md +1 -1
- package/docs/commands/collector.md +3 -3
- package/docs/commands/comment/add.md +1 -1
- package/docs/commands/comment/clone.md +1 -1
- package/docs/commands/comment/delete.md +1 -1
- package/docs/commands/comment/list.md +1 -1
- package/docs/commands/comment/promote.md +1 -1
- package/docs/commands/comment/reaction.md +3 -3
- package/docs/commands/comment/set-order.md +1 -1
- package/docs/commands/comment/update.md +1 -1
- package/docs/commands/comment.md +10 -10
- package/docs/commands/doctor.md +1 -1
- package/docs/commands/openupload/list.md +1 -1
- package/docs/commands/openupload/update-file.md +1 -1
- package/docs/commands/openupload/upload-file.md +1 -1
- package/docs/commands/openupload.md +3 -3
- package/docs/commands/player/delete.md +1 -1
- package/docs/commands/player/embed-versions.md +1 -1
- package/docs/commands/player/embed.md +1 -1
- package/docs/commands/player/list.md +1 -1
- package/docs/commands/player/remove-thumbnail.md +1 -1
- package/docs/commands/player/set-thumbnail.md +1 -1
- package/docs/commands/player/styles.md +1 -1
- package/docs/commands/player/update.md +1 -1
- package/docs/commands/player.md +8 -8
- package/docs/commands/poll/add.md +1 -1
- package/docs/commands/poll/answer.md +1 -1
- package/docs/commands/poll/list.md +1 -1
- package/docs/commands/poll/remove.md +1 -1
- package/docs/commands/poll/set-options.md +1 -1
- package/docs/commands/poll/update.md +1 -1
- package/docs/commands/poll.md +6 -6
- package/docs/commands/presentation/page.md +1 -1
- package/docs/commands/presentation/setting.md +2 -2
- package/docs/commands/presentation.md +3 -3
- package/docs/commands/protection/protect.md +1 -1
- package/docs/commands/protection/unprotect.md +1 -1
- package/docs/commands/protection/verify.md +1 -1
- package/docs/commands/protection.md +3 -3
- package/docs/commands/seo/get.md +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 +50 -7
- package/oclif.manifest.json +3716 -3034
- 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/v1.
|
|
86
|
+
_See code: [src/commands/webinar/index.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/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/v1.
|
|
115
|
+
_See code: [src/commands/webinar/attachment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/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/v1.
|
|
147
|
+
_See code: [src/commands/webinar/attachment/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/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/v1.
|
|
179
|
+
_See code: [src/commands/webinar/attachment/set-hidden.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/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/v1.
|
|
212
|
+
_See code: [src/commands/webinar/attachment/upload.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/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/v1.
|
|
238
|
+
_See code: [src/commands/webinar/clips.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/clips.ts)_
|
|
239
239
|
|
|
240
240
|
## `twentythree webinar create`
|
|
241
241
|
|
|
@@ -244,32 +244,51 @@ Create a new webinar
|
|
|
244
244
|
```
|
|
245
245
|
USAGE
|
|
246
246
|
$ twentythree webinar create --title <value> [--json] [-w <value>] [--description <value>] [--status <value>]
|
|
247
|
-
[--live-date <value>] [--draft] [--publish]
|
|
247
|
+
[--live-date <value>] [--draft] [--publish] [--webinar-design-id <value>] [--format event|webinar]
|
|
248
|
+
[--registration-mode |all|none] [--private] [--category-id <value>] [--locale <value>] [--publish-recordings]
|
|
249
|
+
[--series-id <value>] [--timezone <value>]
|
|
248
250
|
|
|
249
251
|
FLAGS
|
|
250
|
-
--
|
|
251
|
-
--
|
|
252
|
-
--
|
|
253
|
-
--
|
|
254
|
-
|
|
255
|
-
--
|
|
252
|
+
--category-id=<value> Assign the webinar to a category by ID (API album_id)
|
|
253
|
+
--description=<value> Description for the webinar
|
|
254
|
+
--[no-]draft Set as draft
|
|
255
|
+
--format=<option> Webinar format: "webinar" (registration, hub) or "event" (freeform live stream)
|
|
256
|
+
<options: event|webinar>
|
|
257
|
+
--live-date=<value> Schedule date/time (ISO 8601)
|
|
258
|
+
--locale=<value> Webinar language/locale (e.g. en_US, da_DK)
|
|
259
|
+
--[no-]private Make the webinar private (use --no-private to make it public and appear on the hub)
|
|
260
|
+
--[no-]publish Publish the webinar
|
|
261
|
+
--[no-]publish-recordings Publish the webinar recordings
|
|
262
|
+
--registration-mode=<option> [default: all] Registration mode. Defaults to "all" (registration enabled); pass
|
|
263
|
+
"none" to disable.
|
|
264
|
+
<options: |all|none>
|
|
265
|
+
--series-id=<value> Attach the webinar to a webinar series by ID
|
|
266
|
+
--status=<value> Webinar status: upcoming, live, or previous
|
|
267
|
+
--timezone=<value> Timezone for the webinar schedule (e.g. Europe/Copenhagen)
|
|
268
|
+
--title=<value> (required) Title for the new webinar
|
|
269
|
+
--webinar-design-id=<value> Assign a webinar design by ID to this webinar
|
|
256
270
|
|
|
257
271
|
GLOBAL FLAGS
|
|
258
272
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
259
273
|
--json Format output as json.
|
|
260
274
|
|
|
261
275
|
DESCRIPTION
|
|
262
|
-
Create a new webinar
|
|
276
|
+
Create a new webinar. By default the webinar is created as a draft with registration enabled
|
|
277
|
+
(registration-mode=all); pass --no-draft/--publish or --registration-mode none to change this.
|
|
263
278
|
|
|
264
279
|
EXAMPLES
|
|
265
280
|
$ twentythree webinar create --title "My Webinar"
|
|
266
281
|
|
|
267
|
-
$ twentythree webinar create --title "My Webinar" --live-date "2024-12-01T14:00:00Z"
|
|
282
|
+
$ twentythree webinar create --title "My Webinar" --live-date "2024-12-01T14:00:00Z" --timezone Europe/Copenhagen
|
|
268
283
|
|
|
269
|
-
$ twentythree webinar create --title "My Webinar" --
|
|
284
|
+
$ twentythree webinar create --title "My Webinar" --format webinar --locale da_DK --category-id 127972488
|
|
285
|
+
|
|
286
|
+
$ twentythree webinar create --title "My Webinar" --no-draft --no-private --publish-recordings
|
|
287
|
+
|
|
288
|
+
$ twentythree webinar create --title "Episode 3" --series-id 67890 --json
|
|
270
289
|
```
|
|
271
290
|
|
|
272
|
-
_See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
291
|
+
_See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/create.ts)_
|
|
273
292
|
|
|
274
293
|
## `twentythree webinar delete ID`
|
|
275
294
|
|
|
@@ -295,7 +314,7 @@ EXAMPLES
|
|
|
295
314
|
$ twentythree webinar delete 12345 --json
|
|
296
315
|
```
|
|
297
316
|
|
|
298
|
-
_See code: [src/commands/webinar/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
317
|
+
_See code: [src/commands/webinar/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/delete.ts)_
|
|
299
318
|
|
|
300
319
|
## `twentythree webinar highlights ID`
|
|
301
320
|
|
|
@@ -326,7 +345,7 @@ EXAMPLES
|
|
|
326
345
|
$ twentythree webinar highlights 12345 --json
|
|
327
346
|
```
|
|
328
347
|
|
|
329
|
-
_See code: [src/commands/webinar/highlights.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
348
|
+
_See code: [src/commands/webinar/highlights.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/highlights.ts)_
|
|
330
349
|
|
|
331
350
|
## `twentythree webinar list`
|
|
332
351
|
|
|
@@ -361,7 +380,7 @@ EXAMPLES
|
|
|
361
380
|
$ twentythree webinar list --status upcoming --json
|
|
362
381
|
```
|
|
363
382
|
|
|
364
|
-
_See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
383
|
+
_See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/list.ts)_
|
|
365
384
|
|
|
366
385
|
## `twentythree webinar list-formats`
|
|
367
386
|
|
|
@@ -384,7 +403,7 @@ EXAMPLES
|
|
|
384
403
|
$ twentythree webinar list-formats --json
|
|
385
404
|
```
|
|
386
405
|
|
|
387
|
-
_See code: [src/commands/webinar/list-formats.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
406
|
+
_See code: [src/commands/webinar/list-formats.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/list-formats.ts)_
|
|
388
407
|
|
|
389
408
|
## `twentythree webinar log ID`
|
|
390
409
|
|
|
@@ -410,7 +429,7 @@ EXAMPLES
|
|
|
410
429
|
$ twentythree webinar log 12345 --json
|
|
411
430
|
```
|
|
412
431
|
|
|
413
|
-
_See code: [src/commands/webinar/log.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
432
|
+
_See code: [src/commands/webinar/log.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/log.ts)_
|
|
414
433
|
|
|
415
434
|
## `twentythree webinar mail add [ID]`
|
|
416
435
|
|
|
@@ -419,15 +438,23 @@ Add an email to a webinar
|
|
|
419
438
|
```
|
|
420
439
|
USAGE
|
|
421
440
|
$ twentythree webinar mail add [ID] [--json] [-w <value>] [--series-id <value>] [--subject <value>] [--message
|
|
422
|
-
<value>]
|
|
441
|
+
<value>] [--recipient-groups <value>] [--scheduled-at <value>] [--cta-link <value>] [--cta-label <value>]
|
|
442
|
+
[--send-immediately] [--include-live-info] [--include-series-archive]
|
|
423
443
|
|
|
424
444
|
ARGUMENTS
|
|
425
445
|
[ID] Webinar ID (omit when using --series-id)
|
|
426
446
|
|
|
427
447
|
FLAGS
|
|
428
|
-
--
|
|
429
|
-
--
|
|
430
|
-
--
|
|
448
|
+
--cta-label=<value> Call-to-action button label
|
|
449
|
+
--cta-link=<value> Call-to-action link URL
|
|
450
|
+
--[no-]include-live-info Include the webinar info block in the email
|
|
451
|
+
--[no-]include-series-archive Include the series archive block in the email
|
|
452
|
+
--message=<value> Email message body
|
|
453
|
+
--recipient-groups=<value> Recipient groups (comma-separated): speakers, registered, attendees, noshows
|
|
454
|
+
--scheduled-at=<value> When to send the email (ISO 8601 timestamp)
|
|
455
|
+
--[no-]send-immediately Send the email immediately
|
|
456
|
+
--series-id=<value> Series ID — add mail to a series instead of a webinar
|
|
457
|
+
--subject=<value> Email subject
|
|
431
458
|
|
|
432
459
|
GLOBAL FLAGS
|
|
433
460
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
@@ -441,10 +468,10 @@ EXAMPLES
|
|
|
441
468
|
|
|
442
469
|
$ twentythree webinar mail add --series-id 67890 --subject "Reminder"
|
|
443
470
|
|
|
444
|
-
$ twentythree webinar mail add 12345 --subject "Reminder" --message "Join us!" --json
|
|
471
|
+
$ twentythree webinar mail add 12345 --subject "Reminder" --message "Join us!" --recipient-groups "registered,attendees" --cta-link "https://example.com" --cta-label "Join" --json
|
|
445
472
|
```
|
|
446
473
|
|
|
447
|
-
_See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
474
|
+
_See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/mail/add.ts)_
|
|
448
475
|
|
|
449
476
|
## `twentythree webinar mail list [ID]`
|
|
450
477
|
|
|
@@ -475,7 +502,7 @@ EXAMPLES
|
|
|
475
502
|
$ twentythree webinar mail list 12345 --json
|
|
476
503
|
```
|
|
477
504
|
|
|
478
|
-
_See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
505
|
+
_See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/mail/list.ts)_
|
|
479
506
|
|
|
480
507
|
## `twentythree webinar mail preview ID`
|
|
481
508
|
|
|
@@ -507,7 +534,7 @@ EXAMPLES
|
|
|
507
534
|
$ twentythree webinar mail preview 555 --webinar-id 12345 --json
|
|
508
535
|
```
|
|
509
536
|
|
|
510
|
-
_See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
537
|
+
_See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/mail/preview.ts)_
|
|
511
538
|
|
|
512
539
|
## `twentythree webinar mail remove ID`
|
|
513
540
|
|
|
@@ -537,7 +564,7 @@ EXAMPLES
|
|
|
537
564
|
$ twentythree webinar mail remove 555 --series-id 67890 --json
|
|
538
565
|
```
|
|
539
566
|
|
|
540
|
-
_See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
567
|
+
_See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/mail/remove.ts)_
|
|
541
568
|
|
|
542
569
|
## `twentythree webinar mail send ID`
|
|
543
570
|
|
|
@@ -567,7 +594,7 @@ EXAMPLES
|
|
|
567
594
|
$ twentythree webinar mail send 555 --series-id 67890 --json
|
|
568
595
|
```
|
|
569
596
|
|
|
570
|
-
_See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
597
|
+
_See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/mail/send.ts)_
|
|
571
598
|
|
|
572
599
|
## `twentythree webinar mail test ID`
|
|
573
600
|
|
|
@@ -601,7 +628,7 @@ EXAMPLES
|
|
|
601
628
|
$ twentythree webinar mail test 555 --webinar-id 12345 --email me@example.com --json
|
|
602
629
|
```
|
|
603
630
|
|
|
604
|
-
_See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
631
|
+
_See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/mail/test.ts)_
|
|
605
632
|
|
|
606
633
|
## `twentythree webinar mail update ID`
|
|
607
634
|
|
|
@@ -610,16 +637,25 @@ Update a webinar email
|
|
|
610
637
|
```
|
|
611
638
|
USAGE
|
|
612
639
|
$ twentythree webinar mail update ID [--json] [-w <value>] [--webinar-id <value> | --series-id <value>] [--subject
|
|
613
|
-
<value>] [--message <value>]
|
|
640
|
+
<value>] [--message <value>] [--enabled] [--recipient-groups <value>] [--scheduled-at <value>] [--cta-link
|
|
641
|
+
<value>] [--cta-label <value>] [--include-live-info] [--include-series-archive] [--require-recording]
|
|
614
642
|
|
|
615
643
|
ARGUMENTS
|
|
616
644
|
ID Mail ID
|
|
617
645
|
|
|
618
646
|
FLAGS
|
|
619
|
-
--
|
|
620
|
-
--
|
|
621
|
-
--
|
|
622
|
-
--
|
|
647
|
+
--cta-label=<value> Call-to-action button label
|
|
648
|
+
--cta-link=<value> Call-to-action link URL
|
|
649
|
+
--[no-]enabled Enable or disable the email (e.g. --no-enabled to disable the "missed" mail)
|
|
650
|
+
--[no-]include-live-info Include the webinar info block in the email
|
|
651
|
+
--[no-]include-series-archive Include the series archive block in the email
|
|
652
|
+
--message=<value> Email message body
|
|
653
|
+
--recipient-groups=<value> Recipient groups (comma-separated): speakers, registered, attendees, noshows
|
|
654
|
+
--[no-]require-recording Only send once a recording is available
|
|
655
|
+
--scheduled-at=<value> When to send the email (ISO 8601 timestamp)
|
|
656
|
+
--series-id=<value> Series ID (mutually exclusive with --webinar-id)
|
|
657
|
+
--subject=<value> Email subject
|
|
658
|
+
--webinar-id=<value> Webinar ID (mutually exclusive with --series-id)
|
|
623
659
|
|
|
624
660
|
GLOBAL FLAGS
|
|
625
661
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
@@ -636,7 +672,7 @@ EXAMPLES
|
|
|
636
672
|
$ twentythree webinar mail update 555 --webinar-id 12345 --subject "Updated" --json
|
|
637
673
|
```
|
|
638
674
|
|
|
639
|
-
_See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
675
|
+
_See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/mail/update.ts)_
|
|
640
676
|
|
|
641
677
|
## `twentythree webinar metrics ID`
|
|
642
678
|
|
|
@@ -662,7 +698,7 @@ EXAMPLES
|
|
|
662
698
|
$ twentythree webinar metrics 12345 --json
|
|
663
699
|
```
|
|
664
700
|
|
|
665
|
-
_See code: [src/commands/webinar/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
701
|
+
_See code: [src/commands/webinar/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/metrics.ts)_
|
|
666
702
|
|
|
667
703
|
## `twentythree webinar queued-video add ID`
|
|
668
704
|
|
|
@@ -691,7 +727,7 @@ EXAMPLES
|
|
|
691
727
|
$ twentythree webinar queued-video add 12345 --video-id 67890 --json
|
|
692
728
|
```
|
|
693
729
|
|
|
694
|
-
_See code: [src/commands/webinar/queued-video/add.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
730
|
+
_See code: [src/commands/webinar/queued-video/add.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/queued-video/add.ts)_
|
|
695
731
|
|
|
696
732
|
## `twentythree webinar queued-video remove ID`
|
|
697
733
|
|
|
@@ -720,7 +756,7 @@ EXAMPLES
|
|
|
720
756
|
$ twentythree webinar queued-video remove 12345 --video-id 67890 --json
|
|
721
757
|
```
|
|
722
758
|
|
|
723
|
-
_See code: [src/commands/webinar/queued-video/remove.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
759
|
+
_See code: [src/commands/webinar/queued-video/remove.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/queued-video/remove.ts)_
|
|
724
760
|
|
|
725
761
|
## `twentythree webinar recording split ID`
|
|
726
762
|
|
|
@@ -746,7 +782,7 @@ EXAMPLES
|
|
|
746
782
|
$ twentythree webinar recording split 12345 --json
|
|
747
783
|
```
|
|
748
784
|
|
|
749
|
-
_See code: [src/commands/webinar/recording/split.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
785
|
+
_See code: [src/commands/webinar/recording/split.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/recording/split.ts)_
|
|
750
786
|
|
|
751
787
|
## `twentythree webinar recording start ID`
|
|
752
788
|
|
|
@@ -772,7 +808,7 @@ EXAMPLES
|
|
|
772
808
|
$ twentythree webinar recording start 12345 --json
|
|
773
809
|
```
|
|
774
810
|
|
|
775
|
-
_See code: [src/commands/webinar/recording/start.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
811
|
+
_See code: [src/commands/webinar/recording/start.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/recording/start.ts)_
|
|
776
812
|
|
|
777
813
|
## `twentythree webinar recording status ID`
|
|
778
814
|
|
|
@@ -798,7 +834,7 @@ EXAMPLES
|
|
|
798
834
|
$ twentythree webinar recording status 12345 --json
|
|
799
835
|
```
|
|
800
836
|
|
|
801
|
-
_See code: [src/commands/webinar/recording/status.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
837
|
+
_See code: [src/commands/webinar/recording/status.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/recording/status.ts)_
|
|
802
838
|
|
|
803
839
|
## `twentythree webinar recording stop ID`
|
|
804
840
|
|
|
@@ -824,7 +860,7 @@ EXAMPLES
|
|
|
824
860
|
$ twentythree webinar recording stop 12345 --json
|
|
825
861
|
```
|
|
826
862
|
|
|
827
|
-
_See code: [src/commands/webinar/recording/stop.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
863
|
+
_See code: [src/commands/webinar/recording/stop.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/recording/stop.ts)_
|
|
828
864
|
|
|
829
865
|
## `twentythree webinar repeat ID`
|
|
830
866
|
|
|
@@ -853,7 +889,7 @@ EXAMPLES
|
|
|
853
889
|
$ twentythree webinar repeat 12345 --date "2024-12-01T14:00:00Z" --json
|
|
854
890
|
```
|
|
855
891
|
|
|
856
|
-
_See code: [src/commands/webinar/repeat.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
892
|
+
_See code: [src/commands/webinar/repeat.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/repeat.ts)_
|
|
857
893
|
|
|
858
894
|
## `twentythree webinar room connect ID`
|
|
859
895
|
|
|
@@ -879,7 +915,7 @@ EXAMPLES
|
|
|
879
915
|
$ twentythree webinar room connect 12345 --json
|
|
880
916
|
```
|
|
881
917
|
|
|
882
|
-
_See code: [src/commands/webinar/room/connect.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
918
|
+
_See code: [src/commands/webinar/room/connect.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/room/connect.ts)_
|
|
883
919
|
|
|
884
920
|
## `twentythree webinar room info ID`
|
|
885
921
|
|
|
@@ -905,7 +941,7 @@ EXAMPLES
|
|
|
905
941
|
$ twentythree webinar room info 12345 --json
|
|
906
942
|
```
|
|
907
943
|
|
|
908
|
-
_See code: [src/commands/webinar/room/info.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
944
|
+
_See code: [src/commands/webinar/room/info.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/room/info.ts)_
|
|
909
945
|
|
|
910
946
|
## `twentythree webinar room send-recording ID`
|
|
911
947
|
|
|
@@ -931,7 +967,7 @@ EXAMPLES
|
|
|
931
967
|
$ twentythree webinar room send-recording 12345 --json
|
|
932
968
|
```
|
|
933
969
|
|
|
934
|
-
_See code: [src/commands/webinar/room/send-recording.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
970
|
+
_See code: [src/commands/webinar/room/send-recording.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/room/send-recording.ts)_
|
|
935
971
|
|
|
936
972
|
## `twentythree webinar room themes`
|
|
937
973
|
|
|
@@ -954,7 +990,7 @@ EXAMPLES
|
|
|
954
990
|
$ twentythree webinar room themes --json
|
|
955
991
|
```
|
|
956
992
|
|
|
957
|
-
_See code: [src/commands/webinar/room/themes.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
993
|
+
_See code: [src/commands/webinar/room/themes.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/room/themes.ts)_
|
|
958
994
|
|
|
959
995
|
## `twentythree webinar section add ID`
|
|
960
996
|
|
|
@@ -988,7 +1024,7 @@ EXAMPLES
|
|
|
988
1024
|
$ twentythree webinar section add 12345 --title "Welcome" --description "Opening remarks" --json
|
|
989
1025
|
```
|
|
990
1026
|
|
|
991
|
-
_See code: [src/commands/webinar/section/add.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1027
|
+
_See code: [src/commands/webinar/section/add.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/section/add.ts)_
|
|
992
1028
|
|
|
993
1029
|
## `twentythree webinar section list ID`
|
|
994
1030
|
|
|
@@ -1017,7 +1053,7 @@ EXAMPLES
|
|
|
1017
1053
|
$ twentythree webinar section list 12345 --json
|
|
1018
1054
|
```
|
|
1019
1055
|
|
|
1020
|
-
_See code: [src/commands/webinar/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1056
|
+
_See code: [src/commands/webinar/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/section/list.ts)_
|
|
1021
1057
|
|
|
1022
1058
|
## `twentythree webinar section remove WEBINARID ID`
|
|
1023
1059
|
|
|
@@ -1044,7 +1080,7 @@ EXAMPLES
|
|
|
1044
1080
|
$ twentythree webinar section remove 12345 99 --json
|
|
1045
1081
|
```
|
|
1046
1082
|
|
|
1047
|
-
_See code: [src/commands/webinar/section/remove.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1083
|
+
_See code: [src/commands/webinar/section/remove.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/section/remove.ts)_
|
|
1048
1084
|
|
|
1049
1085
|
## `twentythree webinar section update WEBINARID ID`
|
|
1050
1086
|
|
|
@@ -1079,7 +1115,7 @@ EXAMPLES
|
|
|
1079
1115
|
$ twentythree webinar section update 12345 99 --title "Q&A" --description "Audience questions" --json
|
|
1080
1116
|
```
|
|
1081
1117
|
|
|
1082
|
-
_See code: [src/commands/webinar/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1118
|
+
_See code: [src/commands/webinar/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/section/update.ts)_
|
|
1083
1119
|
|
|
1084
1120
|
## `twentythree webinar series apply-recurrence ID`
|
|
1085
1121
|
|
|
@@ -1108,7 +1144,7 @@ EXAMPLES
|
|
|
1108
1144
|
$ twentythree webinar series apply-recurrence 42 --recurrence-id 7 --json
|
|
1109
1145
|
```
|
|
1110
1146
|
|
|
1111
|
-
_See code: [src/commands/webinar/series/apply-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1147
|
+
_See code: [src/commands/webinar/series/apply-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/series/apply-recurrence.ts)_
|
|
1112
1148
|
|
|
1113
1149
|
## `twentythree webinar series cancel ID`
|
|
1114
1150
|
|
|
@@ -1139,7 +1175,7 @@ EXAMPLES
|
|
|
1139
1175
|
$ twentythree webinar series cancel 42 --json
|
|
1140
1176
|
```
|
|
1141
1177
|
|
|
1142
|
-
_See code: [src/commands/webinar/series/cancel.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1178
|
+
_See code: [src/commands/webinar/series/cancel.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/series/cancel.ts)_
|
|
1143
1179
|
|
|
1144
1180
|
## `twentythree webinar series create`
|
|
1145
1181
|
|
|
@@ -1168,7 +1204,7 @@ EXAMPLES
|
|
|
1168
1204
|
$ twentythree webinar series create --name "My Series" --json
|
|
1169
1205
|
```
|
|
1170
1206
|
|
|
1171
|
-
_See code: [src/commands/webinar/series/create.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1207
|
+
_See code: [src/commands/webinar/series/create.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/series/create.ts)_
|
|
1172
1208
|
|
|
1173
1209
|
## `twentythree webinar series delete ID`
|
|
1174
1210
|
|
|
@@ -1199,7 +1235,7 @@ EXAMPLES
|
|
|
1199
1235
|
$ twentythree webinar series delete 42 --json
|
|
1200
1236
|
```
|
|
1201
1237
|
|
|
1202
|
-
_See code: [src/commands/webinar/series/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1238
|
+
_See code: [src/commands/webinar/series/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/series/delete.ts)_
|
|
1203
1239
|
|
|
1204
1240
|
## `twentythree webinar series list`
|
|
1205
1241
|
|
|
@@ -1222,7 +1258,7 @@ EXAMPLES
|
|
|
1222
1258
|
$ twentythree webinar series list --json
|
|
1223
1259
|
```
|
|
1224
1260
|
|
|
1225
|
-
_See code: [src/commands/webinar/series/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1261
|
+
_See code: [src/commands/webinar/series/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/series/list.ts)_
|
|
1226
1262
|
|
|
1227
1263
|
## `twentythree webinar series mapped-objects ID`
|
|
1228
1264
|
|
|
@@ -1248,7 +1284,7 @@ EXAMPLES
|
|
|
1248
1284
|
$ twentythree webinar series mapped-objects 42 --json
|
|
1249
1285
|
```
|
|
1250
1286
|
|
|
1251
|
-
_See code: [src/commands/webinar/series/mapped-objects.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1287
|
+
_See code: [src/commands/webinar/series/mapped-objects.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/series/mapped-objects.ts)_
|
|
1252
1288
|
|
|
1253
1289
|
## `twentythree webinar series metrics ID`
|
|
1254
1290
|
|
|
@@ -1274,7 +1310,7 @@ EXAMPLES
|
|
|
1274
1310
|
$ twentythree webinar series metrics 42 --json
|
|
1275
1311
|
```
|
|
1276
1312
|
|
|
1277
|
-
_See code: [src/commands/webinar/series/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1313
|
+
_See code: [src/commands/webinar/series/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/series/metrics.ts)_
|
|
1278
1314
|
|
|
1279
1315
|
## `twentythree webinar series recurrences ID`
|
|
1280
1316
|
|
|
@@ -1300,7 +1336,7 @@ EXAMPLES
|
|
|
1300
1336
|
$ twentythree webinar series recurrences 42 --json
|
|
1301
1337
|
```
|
|
1302
1338
|
|
|
1303
|
-
_See code: [src/commands/webinar/series/recurrences.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1339
|
+
_See code: [src/commands/webinar/series/recurrences.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/series/recurrences.ts)_
|
|
1304
1340
|
|
|
1305
1341
|
## `twentythree webinar series set-ondemand ID`
|
|
1306
1342
|
|
|
@@ -1331,7 +1367,7 @@ EXAMPLES
|
|
|
1331
1367
|
$ twentythree webinar series set-ondemand 42 --json
|
|
1332
1368
|
```
|
|
1333
1369
|
|
|
1334
|
-
_See code: [src/commands/webinar/series/set-ondemand.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1370
|
+
_See code: [src/commands/webinar/series/set-ondemand.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/series/set-ondemand.ts)_
|
|
1335
1371
|
|
|
1336
1372
|
## `twentythree webinar series skip-recurrence ID`
|
|
1337
1373
|
|
|
@@ -1363,7 +1399,7 @@ EXAMPLES
|
|
|
1363
1399
|
$ twentythree webinar series skip-recurrence 42 --recurrence-id 7 --skipped --json
|
|
1364
1400
|
```
|
|
1365
1401
|
|
|
1366
|
-
_See code: [src/commands/webinar/series/skip-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1402
|
+
_See code: [src/commands/webinar/series/skip-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/series/skip-recurrence.ts)_
|
|
1367
1403
|
|
|
1368
1404
|
## `twentythree webinar series update ID`
|
|
1369
1405
|
|
|
@@ -1398,7 +1434,7 @@ EXAMPLES
|
|
|
1398
1434
|
$ twentythree webinar series update 42 --name "Updated" --json
|
|
1399
1435
|
```
|
|
1400
1436
|
|
|
1401
|
-
_See code: [src/commands/webinar/series/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1437
|
+
_See code: [src/commands/webinar/series/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/series/update.ts)_
|
|
1402
1438
|
|
|
1403
1439
|
## `twentythree webinar series upload-thumbnail ID FILE`
|
|
1404
1440
|
|
|
@@ -1430,7 +1466,7 @@ EXAMPLES
|
|
|
1430
1466
|
$ twentythree webinar series upload-thumbnail 42 ./thumbnail.png --json
|
|
1431
1467
|
```
|
|
1432
1468
|
|
|
1433
|
-
_See code: [src/commands/webinar/series/upload-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1469
|
+
_See code: [src/commands/webinar/series/upload-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/series/upload-thumbnail.ts)_
|
|
1434
1470
|
|
|
1435
1471
|
## `twentythree webinar speaker add ID`
|
|
1436
1472
|
|
|
@@ -1439,16 +1475,27 @@ Add a speaker to a webinar
|
|
|
1439
1475
|
```
|
|
1440
1476
|
USAGE
|
|
1441
1477
|
$ twentythree webinar speaker add ID [--json] [-w <value>] [--name <value>] [--email <value>] [--title <value>]
|
|
1442
|
-
[--description <value>]
|
|
1478
|
+
[--bio <value>] [--description <value>] [--company <value>] [--website <value>] [--linkedin <value>]
|
|
1479
|
+
[--facebook <value>] [--twitter <value>] [--connection-type webrtc|gearmode|rtmp|whip|srt|url]
|
|
1480
|
+
[--connection-type-pull-url <value>]
|
|
1443
1481
|
|
|
1444
1482
|
ARGUMENTS
|
|
1445
1483
|
ID Webinar ID
|
|
1446
1484
|
|
|
1447
1485
|
FLAGS
|
|
1448
|
-
--
|
|
1449
|
-
--
|
|
1450
|
-
--
|
|
1451
|
-
|
|
1486
|
+
--bio=<value> Speaker bio shown in the UI
|
|
1487
|
+
--company=<value> Speaker company / organization
|
|
1488
|
+
--connection-type=<option> Speaker connection type
|
|
1489
|
+
<options: webrtc|gearmode|rtmp|whip|srt|url>
|
|
1490
|
+
--connection-type-pull-url=<value> Pull URL for connection types that support stream pull (whip, url)
|
|
1491
|
+
--description=<value> Alias for --bio (sets the speaker bio shown in the UI)
|
|
1492
|
+
--email=<value> Speaker email (required for WebRTC speakers)
|
|
1493
|
+
--facebook=<value> Speaker Facebook URL or handle
|
|
1494
|
+
--linkedin=<value> Speaker LinkedIn URL or handle
|
|
1495
|
+
--name=<value> Speaker name
|
|
1496
|
+
--title=<value> Speaker title or job title
|
|
1497
|
+
--twitter=<value> Speaker Twitter/X handle
|
|
1498
|
+
--website=<value> Speaker website URL
|
|
1452
1499
|
|
|
1453
1500
|
GLOBAL FLAGS
|
|
1454
1501
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
@@ -1460,12 +1507,12 @@ DESCRIPTION
|
|
|
1460
1507
|
EXAMPLES
|
|
1461
1508
|
$ twentythree webinar speaker add 12345 --name "Jane Doe" --email jane@example.com
|
|
1462
1509
|
|
|
1463
|
-
$ twentythree webinar speaker add 12345
|
|
1510
|
+
$ twentythree webinar speaker add 12345 --name "John Smith" --connection-type rtmp
|
|
1464
1511
|
|
|
1465
|
-
$ twentythree webinar speaker add 12345 --name "Jane Doe" --
|
|
1512
|
+
$ twentythree webinar speaker add 12345 --name "Jane Doe" --title "CTO" --company "Acme" --bio "Builds things" --linkedin "in/janedoe" --json
|
|
1466
1513
|
```
|
|
1467
1514
|
|
|
1468
|
-
_See code: [src/commands/webinar/speaker/add.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1515
|
+
_See code: [src/commands/webinar/speaker/add.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/add.ts)_
|
|
1469
1516
|
|
|
1470
1517
|
## `twentythree webinar speaker add-from-speaker ID`
|
|
1471
1518
|
|
|
@@ -1496,7 +1543,7 @@ EXAMPLES
|
|
|
1496
1543
|
$ twentythree webinar speaker add-from-speaker 12345 --speaker-id 99 --json
|
|
1497
1544
|
```
|
|
1498
1545
|
|
|
1499
|
-
_See code: [src/commands/webinar/speaker/add-from-speaker.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1546
|
+
_See code: [src/commands/webinar/speaker/add-from-speaker.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/add-from-speaker.ts)_
|
|
1500
1547
|
|
|
1501
1548
|
## `twentythree webinar speaker add-from-user ID`
|
|
1502
1549
|
|
|
@@ -1527,7 +1574,7 @@ EXAMPLES
|
|
|
1527
1574
|
$ twentythree webinar speaker add-from-user 12345 --user-id 42 --json
|
|
1528
1575
|
```
|
|
1529
1576
|
|
|
1530
|
-
_See code: [src/commands/webinar/speaker/add-from-user.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1577
|
+
_See code: [src/commands/webinar/speaker/add-from-user.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/add-from-user.ts)_
|
|
1531
1578
|
|
|
1532
1579
|
## `twentythree webinar speaker cancel-guest-request WEBINARID ID`
|
|
1533
1580
|
|
|
@@ -1554,7 +1601,7 @@ EXAMPLES
|
|
|
1554
1601
|
$ twentythree webinar speaker cancel-guest-request 12345 9900 --json
|
|
1555
1602
|
```
|
|
1556
1603
|
|
|
1557
|
-
_See code: [src/commands/webinar/speaker/cancel-guest-request.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1604
|
+
_See code: [src/commands/webinar/speaker/cancel-guest-request.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/cancel-guest-request.ts)_
|
|
1558
1605
|
|
|
1559
1606
|
## `twentythree webinar speaker connection-types ID`
|
|
1560
1607
|
|
|
@@ -1580,7 +1627,7 @@ EXAMPLES
|
|
|
1580
1627
|
$ twentythree webinar speaker connection-types 12345 --json
|
|
1581
1628
|
```
|
|
1582
1629
|
|
|
1583
|
-
_See code: [src/commands/webinar/speaker/connection-types.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1630
|
+
_See code: [src/commands/webinar/speaker/connection-types.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/connection-types.ts)_
|
|
1584
1631
|
|
|
1585
1632
|
## `twentythree webinar speaker library`
|
|
1586
1633
|
|
|
@@ -1603,7 +1650,7 @@ EXAMPLES
|
|
|
1603
1650
|
$ twentythree webinar speaker library --json
|
|
1604
1651
|
```
|
|
1605
1652
|
|
|
1606
|
-
_See code: [src/commands/webinar/speaker/library.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1653
|
+
_See code: [src/commands/webinar/speaker/library.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/library.ts)_
|
|
1607
1654
|
|
|
1608
1655
|
## `twentythree webinar speaker list ID`
|
|
1609
1656
|
|
|
@@ -1632,7 +1679,7 @@ EXAMPLES
|
|
|
1632
1679
|
$ twentythree webinar speaker list 12345 --json
|
|
1633
1680
|
```
|
|
1634
1681
|
|
|
1635
|
-
_See code: [src/commands/webinar/speaker/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1682
|
+
_See code: [src/commands/webinar/speaker/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/list.ts)_
|
|
1636
1683
|
|
|
1637
1684
|
## `twentythree webinar speaker remove WEBINARID ID`
|
|
1638
1685
|
|
|
@@ -1659,7 +1706,7 @@ EXAMPLES
|
|
|
1659
1706
|
$ twentythree webinar speaker remove 12345 9900 --json
|
|
1660
1707
|
```
|
|
1661
1708
|
|
|
1662
|
-
_See code: [src/commands/webinar/speaker/remove.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1709
|
+
_See code: [src/commands/webinar/speaker/remove.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/remove.ts)_
|
|
1663
1710
|
|
|
1664
1711
|
## `twentythree webinar speaker remove-avatar WEBINARID ID`
|
|
1665
1712
|
|
|
@@ -1686,7 +1733,7 @@ EXAMPLES
|
|
|
1686
1733
|
$ twentythree webinar speaker remove-avatar 12345 9900 --json
|
|
1687
1734
|
```
|
|
1688
1735
|
|
|
1689
|
-
_See code: [src/commands/webinar/speaker/remove-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1736
|
+
_See code: [src/commands/webinar/speaker/remove-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/remove-avatar.ts)_
|
|
1690
1737
|
|
|
1691
1738
|
## `twentythree webinar speaker request-guest WEBINARID ID`
|
|
1692
1739
|
|
|
@@ -1713,7 +1760,7 @@ EXAMPLES
|
|
|
1713
1760
|
$ twentythree webinar speaker request-guest 12345 9900 --json
|
|
1714
1761
|
```
|
|
1715
1762
|
|
|
1716
|
-
_See code: [src/commands/webinar/speaker/request-guest.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1763
|
+
_See code: [src/commands/webinar/speaker/request-guest.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/request-guest.ts)_
|
|
1717
1764
|
|
|
1718
1765
|
## `twentythree webinar speaker send-invitation WEBINARID ID`
|
|
1719
1766
|
|
|
@@ -1740,7 +1787,7 @@ EXAMPLES
|
|
|
1740
1787
|
$ twentythree webinar speaker send-invitation 12345 9900 --json
|
|
1741
1788
|
```
|
|
1742
1789
|
|
|
1743
|
-
_See code: [src/commands/webinar/speaker/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1790
|
+
_See code: [src/commands/webinar/speaker/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/send-invitation.ts)_
|
|
1744
1791
|
|
|
1745
1792
|
## `twentythree webinar speaker set-avatar WEBINARID ID FILE`
|
|
1746
1793
|
|
|
@@ -1773,7 +1820,7 @@ EXAMPLES
|
|
|
1773
1820
|
$ twentythree webinar speaker set-avatar 12345 9900 ./avatar.png --chunk-size 524288
|
|
1774
1821
|
```
|
|
1775
1822
|
|
|
1776
|
-
_See code: [src/commands/webinar/speaker/set-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1823
|
+
_See code: [src/commands/webinar/speaker/set-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/set-avatar.ts)_
|
|
1777
1824
|
|
|
1778
1825
|
## `twentythree webinar speaker set-order ID`
|
|
1779
1826
|
|
|
@@ -1805,7 +1852,7 @@ EXAMPLES
|
|
|
1805
1852
|
$ twentythree webinar speaker set-order 12345 --speaker-id 9900 --order 1 --json
|
|
1806
1853
|
```
|
|
1807
1854
|
|
|
1808
|
-
_See code: [src/commands/webinar/speaker/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1855
|
+
_See code: [src/commands/webinar/speaker/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/set-order.ts)_
|
|
1809
1856
|
|
|
1810
1857
|
## `twentythree webinar speaker update WEBINARID ID`
|
|
1811
1858
|
|
|
@@ -1814,17 +1861,28 @@ Update a speaker on a webinar
|
|
|
1814
1861
|
```
|
|
1815
1862
|
USAGE
|
|
1816
1863
|
$ twentythree webinar speaker update WEBINARID ID [--json] [-w <value>] [--name <value>] [--email <value>] [--title
|
|
1817
|
-
<value>] [--description <value>]
|
|
1864
|
+
<value>] [--bio <value>] [--description <value>] [--company <value>] [--website <value>] [--linkedin <value>]
|
|
1865
|
+
[--facebook <value>] [--twitter <value>] [--connection-type webrtc|gearmode|rtmp|whip|srt|url]
|
|
1866
|
+
[--connection-type-pull-url <value>]
|
|
1818
1867
|
|
|
1819
1868
|
ARGUMENTS
|
|
1820
1869
|
WEBINARID Webinar ID
|
|
1821
1870
|
ID Speaker ID
|
|
1822
1871
|
|
|
1823
1872
|
FLAGS
|
|
1824
|
-
--
|
|
1825
|
-
--
|
|
1826
|
-
--
|
|
1827
|
-
|
|
1873
|
+
--bio=<value> Speaker bio shown in the UI
|
|
1874
|
+
--company=<value> Speaker company / organization
|
|
1875
|
+
--connection-type=<option> Speaker connection type
|
|
1876
|
+
<options: webrtc|gearmode|rtmp|whip|srt|url>
|
|
1877
|
+
--connection-type-pull-url=<value> Pull URL for connection types that support stream pull (whip, url)
|
|
1878
|
+
--description=<value> Alias for --bio (sets the speaker bio shown in the UI)
|
|
1879
|
+
--email=<value> Speaker email
|
|
1880
|
+
--facebook=<value> Speaker Facebook URL or handle
|
|
1881
|
+
--linkedin=<value> Speaker LinkedIn URL or handle
|
|
1882
|
+
--name=<value> Speaker name
|
|
1883
|
+
--title=<value> Speaker title or job title
|
|
1884
|
+
--twitter=<value> Speaker Twitter/X handle
|
|
1885
|
+
--website=<value> Speaker website URL
|
|
1828
1886
|
|
|
1829
1887
|
GLOBAL FLAGS
|
|
1830
1888
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
@@ -1836,12 +1894,14 @@ DESCRIPTION
|
|
|
1836
1894
|
EXAMPLES
|
|
1837
1895
|
$ twentythree webinar speaker update 12345 9900 --name "Jane Doe"
|
|
1838
1896
|
|
|
1839
|
-
$ twentythree webinar speaker update 12345 9900 --
|
|
1897
|
+
$ twentythree webinar speaker update 12345 9900 --company "Acme" --linkedin "in/janedoe"
|
|
1898
|
+
|
|
1899
|
+
$ twentythree webinar speaker update 12345 9900 --email jane@example.com --title "CTO" --bio "Builds things"
|
|
1840
1900
|
|
|
1841
1901
|
$ twentythree webinar speaker update 12345 9900 --name "Jane Doe" --json
|
|
1842
1902
|
```
|
|
1843
1903
|
|
|
1844
|
-
_See code: [src/commands/webinar/speaker/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1904
|
+
_See code: [src/commands/webinar/speaker/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/speaker/update.ts)_
|
|
1845
1905
|
|
|
1846
1906
|
## `twentythree webinar transcription connect ID`
|
|
1847
1907
|
|
|
@@ -1872,7 +1932,7 @@ EXAMPLES
|
|
|
1872
1932
|
$ twentythree webinar transcription connect 12345 --json
|
|
1873
1933
|
```
|
|
1874
1934
|
|
|
1875
|
-
_See code: [src/commands/webinar/transcription/connect.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1935
|
+
_See code: [src/commands/webinar/transcription/connect.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/transcription/connect.ts)_
|
|
1876
1936
|
|
|
1877
1937
|
## `twentythree webinar transcription list ID`
|
|
1878
1938
|
|
|
@@ -1903,7 +1963,7 @@ EXAMPLES
|
|
|
1903
1963
|
$ twentythree webinar transcription list 12345 --token mytoken
|
|
1904
1964
|
```
|
|
1905
1965
|
|
|
1906
|
-
_See code: [src/commands/webinar/transcription/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1966
|
+
_See code: [src/commands/webinar/transcription/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/transcription/list.ts)_
|
|
1907
1967
|
|
|
1908
1968
|
## `twentythree webinar transcription locales ID`
|
|
1909
1969
|
|
|
@@ -1934,7 +1994,7 @@ EXAMPLES
|
|
|
1934
1994
|
$ twentythree webinar transcription locales 12345 --token mytoken
|
|
1935
1995
|
```
|
|
1936
1996
|
|
|
1937
|
-
_See code: [src/commands/webinar/transcription/locales.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
1997
|
+
_See code: [src/commands/webinar/transcription/locales.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/transcription/locales.ts)_
|
|
1938
1998
|
|
|
1939
1999
|
## `twentythree webinar transcription transcriptionlist`
|
|
1940
2000
|
|
|
@@ -1957,7 +2017,7 @@ EXAMPLES
|
|
|
1957
2017
|
$ twentythree webinar transcription transcriptionlist --json
|
|
1958
2018
|
```
|
|
1959
2019
|
|
|
1960
|
-
_See code: [src/commands/webinar/transcription/transcriptionlist.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
2020
|
+
_See code: [src/commands/webinar/transcription/transcriptionlist.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/transcription/transcriptionlist.ts)_
|
|
1961
2021
|
|
|
1962
2022
|
## `twentythree webinar update ID`
|
|
1963
2023
|
|
|
@@ -1966,20 +2026,34 @@ Update details for a webinar
|
|
|
1966
2026
|
```
|
|
1967
2027
|
USAGE
|
|
1968
2028
|
$ twentythree webinar update ID [--json] [-w <value>] [--title <value>] [--description <value>] [--status <value>]
|
|
1969
|
-
[--live-date <value>] [--draft] [--publish] [--seo-policy |index|noindex]
|
|
2029
|
+
[--live-date <value>] [--draft] [--publish] [--seo-policy |index|noindex] [--webinar-design-id <value>]
|
|
2030
|
+
[--format event|webinar] [--registration-mode all|none] [--private] [--category-id <value>] [--locale <value>]
|
|
2031
|
+
[--publish-recordings] [--ondemand] [--series-id <value>] [--timezone <value>]
|
|
1970
2032
|
|
|
1971
2033
|
ARGUMENTS
|
|
1972
2034
|
ID Webinar ID
|
|
1973
2035
|
|
|
1974
2036
|
FLAGS
|
|
1975
|
-
--
|
|
1976
|
-
--
|
|
1977
|
-
--
|
|
1978
|
-
--
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
--
|
|
1982
|
-
--
|
|
2037
|
+
--category-id=<value> Assign the webinar to a category by ID (API album_id)
|
|
2038
|
+
--description=<value> New description for the webinar
|
|
2039
|
+
--[no-]draft Set as draft
|
|
2040
|
+
--format=<option> Webinar format: "webinar" or "event"
|
|
2041
|
+
<options: event|webinar>
|
|
2042
|
+
--live-date=<value> Schedule date/time (ISO 8601)
|
|
2043
|
+
--locale=<value> Webinar language/locale (e.g. en_US, da_DK)
|
|
2044
|
+
--[no-]ondemand Make the recording available on demand
|
|
2045
|
+
--[no-]private Make the webinar private (use --no-private to make it public)
|
|
2046
|
+
--[no-]publish Publish or unpublish the webinar
|
|
2047
|
+
--[no-]publish-recordings Publish the webinar recordings
|
|
2048
|
+
--registration-mode=<option> Registration mode: "all" (enabled) or "none" (disabled)
|
|
2049
|
+
<options: all|none>
|
|
2050
|
+
--seo-policy=<option> SEO policy for the webinar: index, noindex, or empty string to reset
|
|
2051
|
+
<options: |index|noindex>
|
|
2052
|
+
--series-id=<value> Attach the webinar to a webinar series by ID
|
|
2053
|
+
--status=<value> Webinar status: upcoming, live, or previous
|
|
2054
|
+
--timezone=<value> Timezone for the webinar schedule (e.g. Europe/Copenhagen)
|
|
2055
|
+
--title=<value> New title for the webinar
|
|
2056
|
+
--webinar-design-id=<value> Assign a webinar design by ID to this webinar
|
|
1983
2057
|
|
|
1984
2058
|
GLOBAL FLAGS
|
|
1985
2059
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
@@ -1993,10 +2067,12 @@ EXAMPLES
|
|
|
1993
2067
|
|
|
1994
2068
|
$ twentythree webinar update 12345 --status upcoming
|
|
1995
2069
|
|
|
2070
|
+
$ twentythree webinar update 12345 --ondemand --no-private --locale da_DK
|
|
2071
|
+
|
|
1996
2072
|
$ twentythree webinar update 12345
|
|
1997
2073
|
```
|
|
1998
2074
|
|
|
1999
|
-
_See code: [src/commands/webinar/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
2075
|
+
_See code: [src/commands/webinar/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/update.ts)_
|
|
2000
2076
|
|
|
2001
2077
|
## `twentythree webinar upload-image ID FILE`
|
|
2002
2078
|
|
|
@@ -2032,4 +2108,4 @@ EXAMPLES
|
|
|
2032
2108
|
$ twentythree webinar upload-image 12345 ./before.jpg --type before_webinar
|
|
2033
2109
|
```
|
|
2034
2110
|
|
|
2035
|
-
_See code: [src/commands/webinar/upload-image.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
2111
|
+
_See code: [src/commands/webinar/upload-image.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/upload-image.ts)_
|