twentythree-cli 1.3.8 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/agentic/session/list.cjs +79 -0
- package/dist/commands/agentic/session/metrics.cjs +50 -0
- package/dist/commands/agentic/session/status.cjs +86 -0
- package/dist/commands/auth/credentials.cjs +101 -14
- package/dist/commands/seo/metrics.cjs +56 -0
- package/dist/commands/webinar/create.cjs +57 -5
- package/dist/commands/webinar/mail/add.cjs +44 -5
- package/dist/commands/webinar/mail/update.cjs +44 -0
- package/dist/commands/webinar/speaker/add.cjs +32 -2
- package/dist/commands/webinar/speaker/update.cjs +32 -2
- package/dist/commands/webinar/update.cjs +60 -1
- package/docs/commands/action/add.md +1 -1
- package/docs/commands/action/delete.md +1 -1
- package/docs/commands/action/exclude.md +1 -1
- package/docs/commands/action/get.md +1 -1
- package/docs/commands/action/include.md +1 -1
- package/docs/commands/action/list.md +1 -1
- package/docs/commands/action/types.md +1 -1
- package/docs/commands/action/update.md +1 -1
- package/docs/commands/action/upload.md +1 -1
- package/docs/commands/action.md +9 -9
- package/docs/commands/agentic/session.md +104 -0
- package/docs/commands/agentic.md +94 -0
- package/docs/commands/analytics/conversions.md +3 -3
- package/docs/commands/analytics/live.md +9 -9
- package/docs/commands/analytics/usage.md +18 -18
- package/docs/commands/analytics/video.md +12 -12
- package/docs/commands/analytics.md +42 -42
- package/docs/commands/app/add.md +1 -1
- package/docs/commands/app/delete.md +1 -1
- package/docs/commands/app/list.md +1 -1
- package/docs/commands/app/remove-thumbnail.md +1 -1
- package/docs/commands/app/set-thumbnail.md +1 -1
- package/docs/commands/app/update.md +1 -1
- package/docs/commands/app.md +6 -6
- package/docs/commands/audience/companies.md +1 -1
- package/docs/commands/audience/field.md +4 -4
- package/docs/commands/audience/funnel.md +1 -1
- package/docs/commands/audience/identity-sources.md +1 -1
- package/docs/commands/audience/list-collectors.md +1 -1
- package/docs/commands/audience/list.md +1 -1
- package/docs/commands/audience/metrics.md +1 -1
- package/docs/commands/audience/register.md +1 -1
- package/docs/commands/audience/remove.md +1 -1
- package/docs/commands/audience/search.md +1 -1
- package/docs/commands/audience/timelines.md +1 -1
- package/docs/commands/audience/unregister.md +1 -1
- package/docs/commands/audience.md +15 -15
- package/docs/commands/auth/credentials.md +1 -1
- package/docs/commands/auth/status.md +1 -1
- package/docs/commands/auth/switch.md +1 -1
- package/docs/commands/auth.md +25 -4
- package/docs/commands/autocomplete.md +1 -1
- package/docs/commands/category/create.md +1 -1
- package/docs/commands/category/delete.md +1 -1
- package/docs/commands/category/list.md +1 -1
- package/docs/commands/category/update.md +1 -1
- package/docs/commands/category.md +5 -5
- package/docs/commands/collector/exclude.md +1 -1
- package/docs/commands/collector/include.md +1 -1
- package/docs/commands/collector/list.md +1 -1
- package/docs/commands/collector.md +3 -3
- package/docs/commands/comment/add.md +1 -1
- package/docs/commands/comment/clone.md +1 -1
- package/docs/commands/comment/delete.md +1 -1
- package/docs/commands/comment/list.md +1 -1
- package/docs/commands/comment/promote.md +1 -1
- package/docs/commands/comment/reaction.md +3 -3
- package/docs/commands/comment/set-order.md +1 -1
- package/docs/commands/comment/update.md +1 -1
- package/docs/commands/comment.md +10 -10
- package/docs/commands/doctor.md +1 -1
- package/docs/commands/openupload/list.md +1 -1
- package/docs/commands/openupload/update-file.md +1 -1
- package/docs/commands/openupload/upload-file.md +1 -1
- package/docs/commands/openupload.md +3 -3
- package/docs/commands/player/delete.md +1 -1
- package/docs/commands/player/embed-versions.md +1 -1
- package/docs/commands/player/embed.md +1 -1
- package/docs/commands/player/list.md +1 -1
- package/docs/commands/player/remove-thumbnail.md +1 -1
- package/docs/commands/player/set-thumbnail.md +1 -1
- package/docs/commands/player/styles.md +1 -1
- package/docs/commands/player/update.md +1 -1
- package/docs/commands/player.md +8 -8
- package/docs/commands/poll/add.md +1 -1
- package/docs/commands/poll/answer.md +1 -1
- package/docs/commands/poll/list.md +1 -1
- package/docs/commands/poll/remove.md +1 -1
- package/docs/commands/poll/set-options.md +1 -1
- package/docs/commands/poll/update.md +1 -1
- package/docs/commands/poll.md +6 -6
- package/docs/commands/presentation/page.md +1 -1
- package/docs/commands/presentation/setting.md +2 -2
- package/docs/commands/presentation.md +3 -3
- package/docs/commands/protection/protect.md +1 -1
- package/docs/commands/protection/unprotect.md +1 -1
- package/docs/commands/protection/verify.md +1 -1
- package/docs/commands/protection.md +3 -3
- package/docs/commands/seo/get.md +1 -1
- package/docs/commands/seo/metrics.md +35 -0
- package/docs/commands/seo/status.md +1 -1
- package/docs/commands/seo/update.md +1 -1
- package/docs/commands/seo.md +30 -3
- package/docs/commands/session/get-token.md +1 -1
- package/docs/commands/session/redeem-token.md +1 -1
- package/docs/commands/session.md +2 -2
- package/docs/commands/setting/update.md +1 -1
- package/docs/commands/setting.md +1 -1
- package/docs/commands/site/get.md +1 -1
- package/docs/commands/site/search.md +1 -1
- package/docs/commands/site.md +2 -2
- package/docs/commands/spot/check.md +1 -1
- package/docs/commands/spot/create.md +1 -1
- package/docs/commands/spot/delete.md +1 -1
- package/docs/commands/spot/list.md +1 -1
- package/docs/commands/spot/reset-version.md +1 -1
- package/docs/commands/spot/set-videos.md +1 -1
- package/docs/commands/spot/update.md +1 -1
- package/docs/commands/spot.md +7 -7
- package/docs/commands/tag/list.md +1 -1
- package/docs/commands/tag/related.md +1 -1
- package/docs/commands/tag.md +2 -2
- package/docs/commands/thumbnail/add.md +1 -1
- package/docs/commands/thumbnail/data.md +1 -1
- package/docs/commands/thumbnail/delete.md +1 -1
- package/docs/commands/thumbnail/duplicate.md +1 -1
- package/docs/commands/thumbnail/file.md +3 -3
- package/docs/commands/thumbnail/list.md +1 -1
- package/docs/commands/thumbnail/preview-scss.md +1 -1
- package/docs/commands/thumbnail/update.md +1 -1
- package/docs/commands/thumbnail.md +11 -11
- package/docs/commands/user/create.md +1 -1
- package/docs/commands/user/get-login-token.md +1 -1
- package/docs/commands/user/get.md +1 -1
- package/docs/commands/user/list.md +1 -1
- package/docs/commands/user/redeem-login-token.md +1 -1
- package/docs/commands/user/send-invitation.md +1 -1
- package/docs/commands/user/tokens.md +1 -1
- package/docs/commands/user/update.md +1 -1
- package/docs/commands/user.md +8 -8
- package/docs/commands/video/delete.md +1 -1
- package/docs/commands/video/frame.md +1 -1
- package/docs/commands/video/get.md +1 -1
- package/docs/commands/video/list.md +1 -1
- package/docs/commands/video/replace.md +1 -1
- package/docs/commands/video/section.md +8 -8
- package/docs/commands/video/subtitle.md +12 -12
- package/docs/commands/video/transcoding-progress.md +1 -1
- package/docs/commands/video/update.md +1 -1
- package/docs/commands/video/upload.md +1 -1
- package/docs/commands/video.md +28 -28
- package/docs/commands/webhook/events.md +1 -1
- package/docs/commands/webhook/list.md +1 -1
- package/docs/commands/webhook/sample.md +1 -1
- package/docs/commands/webhook/subscribe.md +1 -1
- package/docs/commands/webhook/unsubscribe.md +1 -1
- package/docs/commands/webhook.md +5 -5
- package/docs/commands/webinar/attachment.md +4 -4
- package/docs/commands/webinar/clips.md +1 -1
- package/docs/commands/webinar/create.md +30 -12
- package/docs/commands/webinar/delete.md +1 -1
- package/docs/commands/webinar/highlights.md +1 -1
- package/docs/commands/webinar/list-formats.md +1 -1
- package/docs/commands/webinar/list.md +1 -1
- package/docs/commands/webinar/log.md +1 -1
- package/docs/commands/webinar/mail.md +35 -18
- package/docs/commands/webinar/metrics.md +1 -1
- package/docs/commands/webinar/queued-video.md +2 -2
- package/docs/commands/webinar/recording.md +4 -4
- package/docs/commands/webinar/repeat.md +1 -1
- package/docs/commands/webinar/room.md +4 -4
- package/docs/commands/webinar/section.md +4 -4
- package/docs/commands/webinar/series.md +12 -12
- package/docs/commands/webinar/speaker.md +41 -26
- package/docs/commands/webinar/transcription.md +4 -4
- package/docs/commands/webinar/update.md +25 -10
- package/docs/commands/webinar/upload-image.md +1 -1
- package/docs/commands/webinar.md +185 -109
- package/docs/commands/workspace/list.md +1 -1
- package/docs/commands/workspace/use.md +1 -1
- package/docs/commands/workspace.md +2 -2
- package/docs/guides/ai-agents.md +169 -0
- package/oclif.manifest.json +2022 -1308
- package/package.json +1 -1
|
@@ -18,15 +18,23 @@ Add an email to a webinar
|
|
|
18
18
|
```
|
|
19
19
|
USAGE
|
|
20
20
|
$ twentythree webinar mail add [ID] [--json] [-w <value>] [--series-id <value>] [--subject <value>] [--message
|
|
21
|
-
<value>]
|
|
21
|
+
<value>] [--recipient-groups <value>] [--scheduled-at <value>] [--cta-link <value>] [--cta-label <value>]
|
|
22
|
+
[--send-immediately] [--include-live-info] [--include-series-archive]
|
|
22
23
|
|
|
23
24
|
ARGUMENTS
|
|
24
25
|
[ID] Webinar ID (omit when using --series-id)
|
|
25
26
|
|
|
26
27
|
FLAGS
|
|
27
|
-
--
|
|
28
|
-
--
|
|
29
|
-
--
|
|
28
|
+
--cta-label=<value> Call-to-action button label
|
|
29
|
+
--cta-link=<value> Call-to-action link URL
|
|
30
|
+
--[no-]include-live-info Include the webinar info block in the email
|
|
31
|
+
--[no-]include-series-archive Include the series archive block in the email
|
|
32
|
+
--message=<value> Email message body
|
|
33
|
+
--recipient-groups=<value> Recipient groups (comma-separated): speakers, registered, attendees, noshows
|
|
34
|
+
--scheduled-at=<value> When to send the email (ISO 8601 timestamp)
|
|
35
|
+
--[no-]send-immediately Send the email immediately
|
|
36
|
+
--series-id=<value> Series ID — add mail to a series instead of a webinar
|
|
37
|
+
--subject=<value> Email subject
|
|
30
38
|
|
|
31
39
|
GLOBAL FLAGS
|
|
32
40
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
@@ -40,10 +48,10 @@ EXAMPLES
|
|
|
40
48
|
|
|
41
49
|
$ twentythree webinar mail add --series-id 67890 --subject "Reminder"
|
|
42
50
|
|
|
43
|
-
$ twentythree webinar mail add 12345 --subject "Reminder" --message "Join us!" --json
|
|
51
|
+
$ twentythree webinar mail add 12345 --subject "Reminder" --message "Join us!" --recipient-groups "registered,attendees" --cta-link "https://example.com" --cta-label "Join" --json
|
|
44
52
|
```
|
|
45
53
|
|
|
46
|
-
_See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
54
|
+
_See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/mail/add.ts)_
|
|
47
55
|
|
|
48
56
|
## `twentythree webinar mail list [ID]`
|
|
49
57
|
|
|
@@ -80,7 +88,7 @@ EXAMPLES
|
|
|
80
88
|
$ twentythree webinar mail list 12345 --include-metrics --json
|
|
81
89
|
```
|
|
82
90
|
|
|
83
|
-
_See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
91
|
+
_See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/mail/list.ts)_
|
|
84
92
|
|
|
85
93
|
## `twentythree webinar mail preview ID`
|
|
86
94
|
|
|
@@ -112,7 +120,7 @@ EXAMPLES
|
|
|
112
120
|
$ twentythree webinar mail preview 555 --webinar-id 12345 --json
|
|
113
121
|
```
|
|
114
122
|
|
|
115
|
-
_See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
123
|
+
_See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/mail/preview.ts)_
|
|
116
124
|
|
|
117
125
|
## `twentythree webinar mail remove ID`
|
|
118
126
|
|
|
@@ -142,7 +150,7 @@ EXAMPLES
|
|
|
142
150
|
$ twentythree webinar mail remove 555 --series-id 67890 --json
|
|
143
151
|
```
|
|
144
152
|
|
|
145
|
-
_See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
153
|
+
_See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/mail/remove.ts)_
|
|
146
154
|
|
|
147
155
|
## `twentythree webinar mail send ID`
|
|
148
156
|
|
|
@@ -172,7 +180,7 @@ EXAMPLES
|
|
|
172
180
|
$ twentythree webinar mail send 555 --series-id 67890 --json
|
|
173
181
|
```
|
|
174
182
|
|
|
175
|
-
_See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
183
|
+
_See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/mail/send.ts)_
|
|
176
184
|
|
|
177
185
|
## `twentythree webinar mail test ID`
|
|
178
186
|
|
|
@@ -206,7 +214,7 @@ EXAMPLES
|
|
|
206
214
|
$ twentythree webinar mail test 555 --webinar-id 12345 --email me@example.com --json
|
|
207
215
|
```
|
|
208
216
|
|
|
209
|
-
_See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
217
|
+
_See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/mail/test.ts)_
|
|
210
218
|
|
|
211
219
|
## `twentythree webinar mail update ID`
|
|
212
220
|
|
|
@@ -215,16 +223,25 @@ Update a webinar email
|
|
|
215
223
|
```
|
|
216
224
|
USAGE
|
|
217
225
|
$ twentythree webinar mail update ID [--json] [-w <value>] [--webinar-id <value> | --series-id <value>] [--subject
|
|
218
|
-
<value>] [--message <value>]
|
|
226
|
+
<value>] [--message <value>] [--enabled] [--recipient-groups <value>] [--scheduled-at <value>] [--cta-link
|
|
227
|
+
<value>] [--cta-label <value>] [--include-live-info] [--include-series-archive] [--require-recording]
|
|
219
228
|
|
|
220
229
|
ARGUMENTS
|
|
221
230
|
ID Mail ID
|
|
222
231
|
|
|
223
232
|
FLAGS
|
|
224
|
-
--
|
|
225
|
-
--
|
|
226
|
-
--
|
|
227
|
-
--
|
|
233
|
+
--cta-label=<value> Call-to-action button label
|
|
234
|
+
--cta-link=<value> Call-to-action link URL
|
|
235
|
+
--[no-]enabled Enable or disable the email (e.g. --no-enabled to disable the "missed" mail)
|
|
236
|
+
--[no-]include-live-info Include the webinar info block in the email
|
|
237
|
+
--[no-]include-series-archive Include the series archive block in the email
|
|
238
|
+
--message=<value> Email message body
|
|
239
|
+
--recipient-groups=<value> Recipient groups (comma-separated): speakers, registered, attendees, noshows
|
|
240
|
+
--[no-]require-recording Only send once a recording is available
|
|
241
|
+
--scheduled-at=<value> When to send the email (ISO 8601 timestamp)
|
|
242
|
+
--series-id=<value> Series ID (mutually exclusive with --webinar-id)
|
|
243
|
+
--subject=<value> Email subject
|
|
244
|
+
--webinar-id=<value> Webinar ID (mutually exclusive with --series-id)
|
|
228
245
|
|
|
229
246
|
GLOBAL FLAGS
|
|
230
247
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
@@ -238,7 +255,7 @@ EXAMPLES
|
|
|
238
255
|
|
|
239
256
|
$ twentythree webinar mail update 555 --series-id 67890 --message "New content"
|
|
240
257
|
|
|
241
|
-
$ twentythree webinar mail update 555 --webinar-id 12345 --
|
|
258
|
+
$ twentythree webinar mail update 555 --webinar-id 12345 --no-enabled --cta-link "https://example.com" --json
|
|
242
259
|
```
|
|
243
260
|
|
|
244
|
-
_See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
261
|
+
_See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/mail/update.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree webinar metrics 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/webinar/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
32
|
+
_See code: [src/commands/webinar/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/metrics.ts)_
|
|
@@ -33,7 +33,7 @@ EXAMPLES
|
|
|
33
33
|
$ twentythree webinar queued-video add 12345 --video-id 67890 --json
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [src/commands/webinar/queued-video/add.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
36
|
+
_See code: [src/commands/webinar/queued-video/add.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/queued-video/add.ts)_
|
|
37
37
|
|
|
38
38
|
## `twentythree webinar queued-video remove ID`
|
|
39
39
|
|
|
@@ -62,4 +62,4 @@ EXAMPLES
|
|
|
62
62
|
$ twentythree webinar queued-video remove 12345 --video-id 67890 --json
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
_See code: [src/commands/webinar/queued-video/remove.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
65
|
+
_See code: [src/commands/webinar/queued-video/remove.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/queued-video/remove.ts)_
|
|
@@ -32,7 +32,7 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree webinar recording split 12345 --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/webinar/recording/split.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
35
|
+
_See code: [src/commands/webinar/recording/split.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/recording/split.ts)_
|
|
36
36
|
|
|
37
37
|
## `twentythree webinar recording start ID`
|
|
38
38
|
|
|
@@ -58,7 +58,7 @@ EXAMPLES
|
|
|
58
58
|
$ twentythree webinar recording start 12345 --json
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
_See code: [src/commands/webinar/recording/start.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
61
|
+
_See code: [src/commands/webinar/recording/start.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/recording/start.ts)_
|
|
62
62
|
|
|
63
63
|
## `twentythree webinar recording status ID`
|
|
64
64
|
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
$ twentythree webinar recording status 12345 --json
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/webinar/recording/status.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
87
|
+
_See code: [src/commands/webinar/recording/status.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/recording/status.ts)_
|
|
88
88
|
|
|
89
89
|
## `twentythree webinar recording stop ID`
|
|
90
90
|
|
|
@@ -110,4 +110,4 @@ EXAMPLES
|
|
|
110
110
|
$ twentythree webinar recording stop 12345 --json
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
_See code: [src/commands/webinar/recording/stop.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
113
|
+
_See code: [src/commands/webinar/recording/stop.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/recording/stop.ts)_
|
|
@@ -33,4 +33,4 @@ EXAMPLES
|
|
|
33
33
|
$ twentythree webinar repeat 12345 --date "2024-12-01T14:00:00Z" --json
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [src/commands/webinar/repeat.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
36
|
+
_See code: [src/commands/webinar/repeat.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/repeat.ts)_
|
|
@@ -32,7 +32,7 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree webinar room connect 12345 --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/webinar/room/connect.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
35
|
+
_See code: [src/commands/webinar/room/connect.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/room/connect.ts)_
|
|
36
36
|
|
|
37
37
|
## `twentythree webinar room info ID`
|
|
38
38
|
|
|
@@ -58,7 +58,7 @@ EXAMPLES
|
|
|
58
58
|
$ twentythree webinar room info 12345 --json
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
_See code: [src/commands/webinar/room/info.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
61
|
+
_See code: [src/commands/webinar/room/info.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/room/info.ts)_
|
|
62
62
|
|
|
63
63
|
## `twentythree webinar room send-recording ID`
|
|
64
64
|
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
$ twentythree webinar room send-recording 12345 --json
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/webinar/room/send-recording.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
87
|
+
_See code: [src/commands/webinar/room/send-recording.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/room/send-recording.ts)_
|
|
88
88
|
|
|
89
89
|
## `twentythree webinar room themes`
|
|
90
90
|
|
|
@@ -107,4 +107,4 @@ EXAMPLES
|
|
|
107
107
|
$ twentythree webinar room themes --json
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [src/commands/webinar/room/themes.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
110
|
+
_See code: [src/commands/webinar/room/themes.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/room/themes.ts)_
|
|
@@ -40,7 +40,7 @@ EXAMPLES
|
|
|
40
40
|
$ twentythree webinar section add 12345 --title "Welcome" --description "Opening remarks" --json
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
_See code: [src/commands/webinar/section/add.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
43
|
+
_See code: [src/commands/webinar/section/add.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/section/add.ts)_
|
|
44
44
|
|
|
45
45
|
## `twentythree webinar section list ID`
|
|
46
46
|
|
|
@@ -69,7 +69,7 @@ EXAMPLES
|
|
|
69
69
|
$ twentythree webinar section list 12345 --json
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
_See code: [src/commands/webinar/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
72
|
+
_See code: [src/commands/webinar/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/section/list.ts)_
|
|
73
73
|
|
|
74
74
|
## `twentythree webinar section remove WEBINARID ID`
|
|
75
75
|
|
|
@@ -96,7 +96,7 @@ EXAMPLES
|
|
|
96
96
|
$ twentythree webinar section remove 12345 99 --json
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
_See code: [src/commands/webinar/section/remove.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
99
|
+
_See code: [src/commands/webinar/section/remove.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/section/remove.ts)_
|
|
100
100
|
|
|
101
101
|
## `twentythree webinar section update WEBINARID ID`
|
|
102
102
|
|
|
@@ -131,4 +131,4 @@ EXAMPLES
|
|
|
131
131
|
$ twentythree webinar section update 12345 99 --title "Q&A" --description "Audience questions" --json
|
|
132
132
|
```
|
|
133
133
|
|
|
134
|
-
_See code: [src/commands/webinar/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
134
|
+
_See code: [src/commands/webinar/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/section/update.ts)_
|
|
@@ -43,7 +43,7 @@ EXAMPLES
|
|
|
43
43
|
$ twentythree webinar series apply-recurrence 42 --recurrence-id 7 --json
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
_See code: [src/commands/webinar/series/apply-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
46
|
+
_See code: [src/commands/webinar/series/apply-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/series/apply-recurrence.ts)_
|
|
47
47
|
|
|
48
48
|
## `twentythree webinar series cancel ID`
|
|
49
49
|
|
|
@@ -74,7 +74,7 @@ EXAMPLES
|
|
|
74
74
|
$ twentythree webinar series cancel 42 --json
|
|
75
75
|
```
|
|
76
76
|
|
|
77
|
-
_See code: [src/commands/webinar/series/cancel.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
77
|
+
_See code: [src/commands/webinar/series/cancel.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/series/cancel.ts)_
|
|
78
78
|
|
|
79
79
|
## `twentythree webinar series create`
|
|
80
80
|
|
|
@@ -103,7 +103,7 @@ EXAMPLES
|
|
|
103
103
|
$ twentythree webinar series create --name "My Series" --json
|
|
104
104
|
```
|
|
105
105
|
|
|
106
|
-
_See code: [src/commands/webinar/series/create.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
106
|
+
_See code: [src/commands/webinar/series/create.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/series/create.ts)_
|
|
107
107
|
|
|
108
108
|
## `twentythree webinar series delete ID`
|
|
109
109
|
|
|
@@ -134,7 +134,7 @@ EXAMPLES
|
|
|
134
134
|
$ twentythree webinar series delete 42 --json
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
-
_See code: [src/commands/webinar/series/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
137
|
+
_See code: [src/commands/webinar/series/delete.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/series/delete.ts)_
|
|
138
138
|
|
|
139
139
|
## `twentythree webinar series list`
|
|
140
140
|
|
|
@@ -188,7 +188,7 @@ EXAMPLES
|
|
|
188
188
|
$ twentythree webinar series list --user-id me --include-stats --json
|
|
189
189
|
```
|
|
190
190
|
|
|
191
|
-
_See code: [src/commands/webinar/series/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
191
|
+
_See code: [src/commands/webinar/series/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/series/list.ts)_
|
|
192
192
|
|
|
193
193
|
## `twentythree webinar series mapped-objects ID`
|
|
194
194
|
|
|
@@ -214,7 +214,7 @@ EXAMPLES
|
|
|
214
214
|
$ twentythree webinar series mapped-objects 42 --json
|
|
215
215
|
```
|
|
216
216
|
|
|
217
|
-
_See code: [src/commands/webinar/series/mapped-objects.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
217
|
+
_See code: [src/commands/webinar/series/mapped-objects.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/series/mapped-objects.ts)_
|
|
218
218
|
|
|
219
219
|
## `twentythree webinar series metrics ID`
|
|
220
220
|
|
|
@@ -240,7 +240,7 @@ EXAMPLES
|
|
|
240
240
|
$ twentythree webinar series metrics 42 --json
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
_See code: [src/commands/webinar/series/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
243
|
+
_See code: [src/commands/webinar/series/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/series/metrics.ts)_
|
|
244
244
|
|
|
245
245
|
## `twentythree webinar series recurrences ID`
|
|
246
246
|
|
|
@@ -266,7 +266,7 @@ EXAMPLES
|
|
|
266
266
|
$ twentythree webinar series recurrences 42 --json
|
|
267
267
|
```
|
|
268
268
|
|
|
269
|
-
_See code: [src/commands/webinar/series/recurrences.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
269
|
+
_See code: [src/commands/webinar/series/recurrences.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/series/recurrences.ts)_
|
|
270
270
|
|
|
271
271
|
## `twentythree webinar series set-ondemand ID`
|
|
272
272
|
|
|
@@ -297,7 +297,7 @@ EXAMPLES
|
|
|
297
297
|
$ twentythree webinar series set-ondemand 42 --json
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
_See code: [src/commands/webinar/series/set-ondemand.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
300
|
+
_See code: [src/commands/webinar/series/set-ondemand.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/series/set-ondemand.ts)_
|
|
301
301
|
|
|
302
302
|
## `twentythree webinar series skip-recurrence ID`
|
|
303
303
|
|
|
@@ -329,7 +329,7 @@ EXAMPLES
|
|
|
329
329
|
$ twentythree webinar series skip-recurrence 42 --recurrence-id 7 --skipped --json
|
|
330
330
|
```
|
|
331
331
|
|
|
332
|
-
_See code: [src/commands/webinar/series/skip-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
332
|
+
_See code: [src/commands/webinar/series/skip-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/series/skip-recurrence.ts)_
|
|
333
333
|
|
|
334
334
|
## `twentythree webinar series update ID`
|
|
335
335
|
|
|
@@ -364,7 +364,7 @@ EXAMPLES
|
|
|
364
364
|
$ twentythree webinar series update 42 --name "Updated" --json
|
|
365
365
|
```
|
|
366
366
|
|
|
367
|
-
_See code: [src/commands/webinar/series/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
367
|
+
_See code: [src/commands/webinar/series/update.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/series/update.ts)_
|
|
368
368
|
|
|
369
369
|
## `twentythree webinar series upload-thumbnail ID FILE`
|
|
370
370
|
|
|
@@ -396,4 +396,4 @@ EXAMPLES
|
|
|
396
396
|
$ twentythree webinar series upload-thumbnail 42 ./thumbnail.png --json
|
|
397
397
|
```
|
|
398
398
|
|
|
399
|
-
_See code: [src/commands/webinar/series/upload-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
399
|
+
_See code: [src/commands/webinar/series/upload-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/series/upload-thumbnail.ts)_
|
|
@@ -25,19 +25,27 @@ Add a speaker to a webinar
|
|
|
25
25
|
```
|
|
26
26
|
USAGE
|
|
27
27
|
$ twentythree webinar speaker add ID [--json] [-w <value>] [--name <value>] [--email <value>] [--title <value>]
|
|
28
|
-
[--description <value>] [--
|
|
28
|
+
[--bio <value>] [--description <value>] [--company <value>] [--website <value>] [--linkedin <value>]
|
|
29
|
+
[--facebook <value>] [--twitter <value>] [--connection-type webrtc|gearmode|rtmp|whip|srt|url]
|
|
30
|
+
[--connection-type-pull-url <value>]
|
|
29
31
|
|
|
30
32
|
ARGUMENTS
|
|
31
33
|
ID Webinar ID
|
|
32
34
|
|
|
33
35
|
FLAGS
|
|
34
|
-
--
|
|
35
|
-
|
|
36
|
+
--bio=<value> Speaker bio shown in the UI
|
|
37
|
+
--company=<value> Speaker company / organization
|
|
38
|
+
--connection-type=<option> Speaker connection type
|
|
39
|
+
<options: webrtc|gearmode|rtmp|whip|srt|url>
|
|
36
40
|
--connection-type-pull-url=<value> Pull URL for connection types that support stream pull (whip, url)
|
|
37
|
-
--description=<value>
|
|
38
|
-
--email=<value>
|
|
39
|
-
--
|
|
40
|
-
--
|
|
41
|
+
--description=<value> Alias for --bio (sets the speaker bio shown in the UI)
|
|
42
|
+
--email=<value> Speaker email (required for WebRTC speakers)
|
|
43
|
+
--facebook=<value> Speaker Facebook URL or handle
|
|
44
|
+
--linkedin=<value> Speaker LinkedIn URL or handle
|
|
45
|
+
--name=<value> Speaker name
|
|
46
|
+
--title=<value> Speaker title or job title
|
|
47
|
+
--twitter=<value> Speaker Twitter/X handle
|
|
48
|
+
--website=<value> Speaker website URL
|
|
41
49
|
|
|
42
50
|
GLOBAL FLAGS
|
|
43
51
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
@@ -51,10 +59,10 @@ EXAMPLES
|
|
|
51
59
|
|
|
52
60
|
$ twentythree webinar speaker add 12345 --name "John Smith" --connection-type rtmp
|
|
53
61
|
|
|
54
|
-
$ twentythree webinar speaker add 12345 --name "Jane Doe" --
|
|
62
|
+
$ twentythree webinar speaker add 12345 --name "Jane Doe" --title "CTO" --company "Acme" --bio "Builds things" --linkedin "in/janedoe" --json
|
|
55
63
|
```
|
|
56
64
|
|
|
57
|
-
_See code: [src/commands/webinar/speaker/add.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
65
|
+
_See code: [src/commands/webinar/speaker/add.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/add.ts)_
|
|
58
66
|
|
|
59
67
|
## `twentythree webinar speaker add-from-speaker ID`
|
|
60
68
|
|
|
@@ -85,7 +93,7 @@ EXAMPLES
|
|
|
85
93
|
$ twentythree webinar speaker add-from-speaker 12345 --speaker-id 99 --json
|
|
86
94
|
```
|
|
87
95
|
|
|
88
|
-
_See code: [src/commands/webinar/speaker/add-from-speaker.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
96
|
+
_See code: [src/commands/webinar/speaker/add-from-speaker.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/add-from-speaker.ts)_
|
|
89
97
|
|
|
90
98
|
## `twentythree webinar speaker add-from-user ID`
|
|
91
99
|
|
|
@@ -116,7 +124,7 @@ EXAMPLES
|
|
|
116
124
|
$ twentythree webinar speaker add-from-user 12345 --user-id 42 --json
|
|
117
125
|
```
|
|
118
126
|
|
|
119
|
-
_See code: [src/commands/webinar/speaker/add-from-user.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
127
|
+
_See code: [src/commands/webinar/speaker/add-from-user.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/add-from-user.ts)_
|
|
120
128
|
|
|
121
129
|
## `twentythree webinar speaker cancel-guest-request WEBINARID ID`
|
|
122
130
|
|
|
@@ -143,7 +151,7 @@ EXAMPLES
|
|
|
143
151
|
$ twentythree webinar speaker cancel-guest-request 12345 9900 --json
|
|
144
152
|
```
|
|
145
153
|
|
|
146
|
-
_See code: [src/commands/webinar/speaker/cancel-guest-request.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
154
|
+
_See code: [src/commands/webinar/speaker/cancel-guest-request.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/cancel-guest-request.ts)_
|
|
147
155
|
|
|
148
156
|
## `twentythree webinar speaker connection-types ID`
|
|
149
157
|
|
|
@@ -169,7 +177,7 @@ EXAMPLES
|
|
|
169
177
|
$ twentythree webinar speaker connection-types 12345 --json
|
|
170
178
|
```
|
|
171
179
|
|
|
172
|
-
_See code: [src/commands/webinar/speaker/connection-types.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
180
|
+
_See code: [src/commands/webinar/speaker/connection-types.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/connection-types.ts)_
|
|
173
181
|
|
|
174
182
|
## `twentythree webinar speaker library`
|
|
175
183
|
|
|
@@ -192,7 +200,7 @@ EXAMPLES
|
|
|
192
200
|
$ twentythree webinar speaker library --json
|
|
193
201
|
```
|
|
194
202
|
|
|
195
|
-
_See code: [src/commands/webinar/speaker/library.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
203
|
+
_See code: [src/commands/webinar/speaker/library.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/library.ts)_
|
|
196
204
|
|
|
197
205
|
## `twentythree webinar speaker list ID`
|
|
198
206
|
|
|
@@ -221,7 +229,7 @@ EXAMPLES
|
|
|
221
229
|
$ twentythree webinar speaker list 12345 --json
|
|
222
230
|
```
|
|
223
231
|
|
|
224
|
-
_See code: [src/commands/webinar/speaker/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
232
|
+
_See code: [src/commands/webinar/speaker/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/list.ts)_
|
|
225
233
|
|
|
226
234
|
## `twentythree webinar speaker remove WEBINARID ID`
|
|
227
235
|
|
|
@@ -248,7 +256,7 @@ EXAMPLES
|
|
|
248
256
|
$ twentythree webinar speaker remove 12345 9900 --json
|
|
249
257
|
```
|
|
250
258
|
|
|
251
|
-
_See code: [src/commands/webinar/speaker/remove.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
259
|
+
_See code: [src/commands/webinar/speaker/remove.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/remove.ts)_
|
|
252
260
|
|
|
253
261
|
## `twentythree webinar speaker remove-avatar WEBINARID ID`
|
|
254
262
|
|
|
@@ -275,7 +283,7 @@ EXAMPLES
|
|
|
275
283
|
$ twentythree webinar speaker remove-avatar 12345 9900 --json
|
|
276
284
|
```
|
|
277
285
|
|
|
278
|
-
_See code: [src/commands/webinar/speaker/remove-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
286
|
+
_See code: [src/commands/webinar/speaker/remove-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/remove-avatar.ts)_
|
|
279
287
|
|
|
280
288
|
## `twentythree webinar speaker request-guest WEBINARID ID`
|
|
281
289
|
|
|
@@ -302,7 +310,7 @@ EXAMPLES
|
|
|
302
310
|
$ twentythree webinar speaker request-guest 12345 9900 --json
|
|
303
311
|
```
|
|
304
312
|
|
|
305
|
-
_See code: [src/commands/webinar/speaker/request-guest.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
313
|
+
_See code: [src/commands/webinar/speaker/request-guest.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/request-guest.ts)_
|
|
306
314
|
|
|
307
315
|
## `twentythree webinar speaker send-invitation WEBINARID ID`
|
|
308
316
|
|
|
@@ -329,7 +337,7 @@ EXAMPLES
|
|
|
329
337
|
$ twentythree webinar speaker send-invitation 12345 9900 --json
|
|
330
338
|
```
|
|
331
339
|
|
|
332
|
-
_See code: [src/commands/webinar/speaker/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
340
|
+
_See code: [src/commands/webinar/speaker/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/send-invitation.ts)_
|
|
333
341
|
|
|
334
342
|
## `twentythree webinar speaker set-avatar WEBINARID ID FILE`
|
|
335
343
|
|
|
@@ -362,7 +370,7 @@ EXAMPLES
|
|
|
362
370
|
$ twentythree webinar speaker set-avatar 12345 9900 ./avatar.png --chunk-size 524288
|
|
363
371
|
```
|
|
364
372
|
|
|
365
|
-
_See code: [src/commands/webinar/speaker/set-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
373
|
+
_See code: [src/commands/webinar/speaker/set-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/set-avatar.ts)_
|
|
366
374
|
|
|
367
375
|
## `twentythree webinar speaker set-order ID`
|
|
368
376
|
|
|
@@ -394,7 +402,7 @@ EXAMPLES
|
|
|
394
402
|
$ twentythree webinar speaker set-order 12345 --speaker-id 9900 --order 1 --json
|
|
395
403
|
```
|
|
396
404
|
|
|
397
|
-
_See code: [src/commands/webinar/speaker/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
405
|
+
_See code: [src/commands/webinar/speaker/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/set-order.ts)_
|
|
398
406
|
|
|
399
407
|
## `twentythree webinar speaker update WEBINARID ID`
|
|
400
408
|
|
|
@@ -403,7 +411,8 @@ Update a speaker on a webinar
|
|
|
403
411
|
```
|
|
404
412
|
USAGE
|
|
405
413
|
$ twentythree webinar speaker update WEBINARID ID [--json] [-w <value>] [--name <value>] [--email <value>] [--title
|
|
406
|
-
<value>] [--description <value>] [--
|
|
414
|
+
<value>] [--bio <value>] [--description <value>] [--company <value>] [--website <value>] [--linkedin <value>]
|
|
415
|
+
[--facebook <value>] [--twitter <value>] [--connection-type webrtc|gearmode|rtmp|whip|srt|url]
|
|
407
416
|
[--connection-type-pull-url <value>]
|
|
408
417
|
|
|
409
418
|
ARGUMENTS
|
|
@@ -411,13 +420,19 @@ ARGUMENTS
|
|
|
411
420
|
ID Speaker ID
|
|
412
421
|
|
|
413
422
|
FLAGS
|
|
423
|
+
--bio=<value> Speaker bio shown in the UI
|
|
424
|
+
--company=<value> Speaker company / organization
|
|
414
425
|
--connection-type=<option> Speaker connection type
|
|
415
426
|
<options: webrtc|gearmode|rtmp|whip|srt|url>
|
|
416
427
|
--connection-type-pull-url=<value> Pull URL for connection types that support stream pull (whip, url)
|
|
417
|
-
--description=<value>
|
|
428
|
+
--description=<value> Alias for --bio (sets the speaker bio shown in the UI)
|
|
418
429
|
--email=<value> Speaker email
|
|
430
|
+
--facebook=<value> Speaker Facebook URL or handle
|
|
431
|
+
--linkedin=<value> Speaker LinkedIn URL or handle
|
|
419
432
|
--name=<value> Speaker name
|
|
420
433
|
--title=<value> Speaker title or job title
|
|
434
|
+
--twitter=<value> Speaker Twitter/X handle
|
|
435
|
+
--website=<value> Speaker website URL
|
|
421
436
|
|
|
422
437
|
GLOBAL FLAGS
|
|
423
438
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
@@ -429,11 +444,11 @@ DESCRIPTION
|
|
|
429
444
|
EXAMPLES
|
|
430
445
|
$ twentythree webinar speaker update 12345 9900 --name "Jane Doe"
|
|
431
446
|
|
|
432
|
-
$ twentythree webinar speaker update 12345 9900 --
|
|
447
|
+
$ twentythree webinar speaker update 12345 9900 --company "Acme" --linkedin "in/janedoe"
|
|
433
448
|
|
|
434
|
-
$ twentythree webinar speaker update 12345 9900 --email jane@example.com --title "CTO"
|
|
449
|
+
$ twentythree webinar speaker update 12345 9900 --email jane@example.com --title "CTO" --bio "Builds things"
|
|
435
450
|
|
|
436
451
|
$ twentythree webinar speaker update 12345 9900 --name "Jane Doe" --json
|
|
437
452
|
```
|
|
438
453
|
|
|
439
|
-
_See code: [src/commands/webinar/speaker/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
454
|
+
_See code: [src/commands/webinar/speaker/update.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/speaker/update.ts)_
|
|
@@ -37,7 +37,7 @@ EXAMPLES
|
|
|
37
37
|
$ twentythree webinar transcription connect 12345 --json
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
_See code: [src/commands/webinar/transcription/connect.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
40
|
+
_See code: [src/commands/webinar/transcription/connect.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/transcription/connect.ts)_
|
|
41
41
|
|
|
42
42
|
## `twentythree webinar transcription list ID`
|
|
43
43
|
|
|
@@ -68,7 +68,7 @@ EXAMPLES
|
|
|
68
68
|
$ twentythree webinar transcription list 12345 --token mytoken
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
_See code: [src/commands/webinar/transcription/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
71
|
+
_See code: [src/commands/webinar/transcription/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/transcription/list.ts)_
|
|
72
72
|
|
|
73
73
|
## `twentythree webinar transcription locales ID`
|
|
74
74
|
|
|
@@ -99,7 +99,7 @@ EXAMPLES
|
|
|
99
99
|
$ twentythree webinar transcription locales 12345 --token mytoken
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
_See code: [src/commands/webinar/transcription/locales.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
102
|
+
_See code: [src/commands/webinar/transcription/locales.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/transcription/locales.ts)_
|
|
103
103
|
|
|
104
104
|
## `twentythree webinar transcription transcriptionlist`
|
|
105
105
|
|
|
@@ -122,4 +122,4 @@ EXAMPLES
|
|
|
122
122
|
$ twentythree webinar transcription transcriptionlist --json
|
|
123
123
|
```
|
|
124
124
|
|
|
125
|
-
_See code: [src/commands/webinar/transcription/transcriptionlist.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
125
|
+
_See code: [src/commands/webinar/transcription/transcriptionlist.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/webinar/transcription/transcriptionlist.ts)_
|