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
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree thumbnail duplicate 42 --name "My Copy" --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/thumbnail/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
37
|
+
_See code: [src/commands/thumbnail/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/duplicate.ts)_
|
|
@@ -32,7 +32,7 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree thumbnail file delete --template-id 42 --filename logo.png --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/thumbnail/file/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
35
|
+
_See code: [src/commands/thumbnail/file/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/file/delete.ts)_
|
|
36
36
|
|
|
37
37
|
## `twentythree thumbnail file list ID`
|
|
38
38
|
|
|
@@ -58,7 +58,7 @@ EXAMPLES
|
|
|
58
58
|
$ twentythree thumbnail file list 42 --json
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
_See code: [src/commands/thumbnail/file/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
61
|
+
_See code: [src/commands/thumbnail/file/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/file/list.ts)_
|
|
62
62
|
|
|
63
63
|
## `twentythree thumbnail file upload FILE`
|
|
64
64
|
|
|
@@ -87,4 +87,4 @@ EXAMPLES
|
|
|
87
87
|
$ twentythree thumbnail file upload ./banner.jpg --template-id 42 --json
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
_See code: [src/commands/thumbnail/file/upload.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
90
|
+
_See code: [src/commands/thumbnail/file/upload.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/file/upload.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree thumbnail list --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/thumbnail/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
37
|
+
_See code: [src/commands/thumbnail/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/list.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree thumbnail preview-scss 42 --scss ".title { color: red; }" --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/thumbnail/preview-scss.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
35
|
+
_See code: [src/commands/thumbnail/preview-scss.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/preview-scss.ts)_
|
|
@@ -41,4 +41,4 @@ EXAMPLES
|
|
|
41
41
|
$ twentythree thumbnail update 42 --name "Updated Name" --json
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
_See code: [src/commands/thumbnail/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
44
|
+
_See code: [src/commands/thumbnail/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/update.ts)_
|
|
@@ -27,7 +27,7 @@ DESCRIPTION
|
|
|
27
27
|
Manage thumbnail templates — list, add, update, delete, duplicate, data, and manage files
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
_See code: [src/commands/thumbnail/index.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
30
|
+
_See code: [src/commands/thumbnail/index.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/index.ts)_
|
|
31
31
|
|
|
32
32
|
## `twentythree thumbnail add`
|
|
33
33
|
|
|
@@ -54,7 +54,7 @@ EXAMPLES
|
|
|
54
54
|
$ twentythree thumbnail add --name "My Template" --liquid-template "<div>{{ video.title }}</div>" --json
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
_See code: [src/commands/thumbnail/add.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
57
|
+
_See code: [src/commands/thumbnail/add.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/add.ts)_
|
|
58
58
|
|
|
59
59
|
## `twentythree thumbnail data ID`
|
|
60
60
|
|
|
@@ -83,7 +83,7 @@ EXAMPLES
|
|
|
83
83
|
$ twentythree thumbnail data 42 --object-id 12345 --json
|
|
84
84
|
```
|
|
85
85
|
|
|
86
|
-
_See code: [src/commands/thumbnail/data.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
86
|
+
_See code: [src/commands/thumbnail/data.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/data.ts)_
|
|
87
87
|
|
|
88
88
|
## `twentythree thumbnail delete ID`
|
|
89
89
|
|
|
@@ -109,7 +109,7 @@ EXAMPLES
|
|
|
109
109
|
$ twentythree thumbnail delete 42 --json
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
_See code: [src/commands/thumbnail/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
112
|
+
_See code: [src/commands/thumbnail/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/delete.ts)_
|
|
113
113
|
|
|
114
114
|
## `twentythree thumbnail duplicate ID`
|
|
115
115
|
|
|
@@ -140,7 +140,7 @@ EXAMPLES
|
|
|
140
140
|
$ twentythree thumbnail duplicate 42 --name "My Copy" --json
|
|
141
141
|
```
|
|
142
142
|
|
|
143
|
-
_See code: [src/commands/thumbnail/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
143
|
+
_See code: [src/commands/thumbnail/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/duplicate.ts)_
|
|
144
144
|
|
|
145
145
|
## `twentythree thumbnail file delete`
|
|
146
146
|
|
|
@@ -167,7 +167,7 @@ EXAMPLES
|
|
|
167
167
|
$ twentythree thumbnail file delete --template-id 42 --filename logo.png --json
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [src/commands/thumbnail/file/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
170
|
+
_See code: [src/commands/thumbnail/file/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/file/delete.ts)_
|
|
171
171
|
|
|
172
172
|
## `twentythree thumbnail file list ID`
|
|
173
173
|
|
|
@@ -193,7 +193,7 @@ EXAMPLES
|
|
|
193
193
|
$ twentythree thumbnail file list 42 --json
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
_See code: [src/commands/thumbnail/file/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
196
|
+
_See code: [src/commands/thumbnail/file/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/file/list.ts)_
|
|
197
197
|
|
|
198
198
|
## `twentythree thumbnail file upload FILE`
|
|
199
199
|
|
|
@@ -222,7 +222,7 @@ EXAMPLES
|
|
|
222
222
|
$ twentythree thumbnail file upload ./banner.jpg --template-id 42 --json
|
|
223
223
|
```
|
|
224
224
|
|
|
225
|
-
_See code: [src/commands/thumbnail/file/upload.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
225
|
+
_See code: [src/commands/thumbnail/file/upload.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/file/upload.ts)_
|
|
226
226
|
|
|
227
227
|
## `twentythree thumbnail list`
|
|
228
228
|
|
|
@@ -253,7 +253,7 @@ EXAMPLES
|
|
|
253
253
|
$ twentythree thumbnail list --json
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [src/commands/thumbnail/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
256
|
+
_See code: [src/commands/thumbnail/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/list.ts)_
|
|
257
257
|
|
|
258
258
|
## `twentythree thumbnail preview-scss ID`
|
|
259
259
|
|
|
@@ -282,7 +282,7 @@ EXAMPLES
|
|
|
282
282
|
$ twentythree thumbnail preview-scss 42 --scss ".title { color: red; }" --json
|
|
283
283
|
```
|
|
284
284
|
|
|
285
|
-
_See code: [src/commands/thumbnail/preview-scss.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
285
|
+
_See code: [src/commands/thumbnail/preview-scss.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/preview-scss.ts)_
|
|
286
286
|
|
|
287
287
|
## `twentythree thumbnail update ID`
|
|
288
288
|
|
|
@@ -320,4 +320,4 @@ EXAMPLES
|
|
|
320
320
|
$ twentythree thumbnail update 42 --name "Updated Name" --json
|
|
321
321
|
```
|
|
322
322
|
|
|
323
|
-
_See code: [src/commands/thumbnail/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
323
|
+
_See code: [src/commands/thumbnail/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/thumbnail/update.ts)_
|
|
@@ -38,4 +38,4 @@ EXAMPLES
|
|
|
38
38
|
$ twentythree user create --email alice@example.com --json
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
_See code: [src/commands/user/create.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
41
|
+
_See code: [src/commands/user/create.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/create.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree user get-login-token 12345 --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/user/get-login-token.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
37
|
+
_See code: [src/commands/user/get-login-token.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/get-login-token.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree user get 12345 --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/user/get.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
37
|
+
_See code: [src/commands/user/get.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/get.ts)_
|
|
@@ -52,4 +52,4 @@ EXAMPLES
|
|
|
52
52
|
$ twentythree user list --user-group-id 5 --orderby display_name --json
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
_See code: [src/commands/user/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
55
|
+
_See code: [src/commands/user/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/list.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree user redeem-login-token --login-token abc123 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/user/redeem-login-token.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
32
|
+
_See code: [src/commands/user/redeem-login-token.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/redeem-login-token.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree user send-invitation 12345 --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/user/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
37
|
+
_See code: [src/commands/user/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/send-invitation.ts)_
|
|
@@ -31,4 +31,4 @@ EXAMPLES
|
|
|
31
31
|
$ twentythree user tokens --json
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
_See code: [src/commands/user/tokens.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
34
|
+
_See code: [src/commands/user/tokens.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/tokens.ts)_
|
|
@@ -41,4 +41,4 @@ EXAMPLES
|
|
|
41
41
|
$ twentythree user update 12345 --json
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
_See code: [src/commands/user/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
44
|
+
_See code: [src/commands/user/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/update.ts)_
|
package/docs/commands/user.md
CHANGED
|
@@ -45,7 +45,7 @@ EXAMPLES
|
|
|
45
45
|
$ twentythree user create --email alice@example.com --json
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
_See code: [src/commands/user/create.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
48
|
+
_See code: [src/commands/user/create.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/create.ts)_
|
|
49
49
|
|
|
50
50
|
## `twentythree user get ID`
|
|
51
51
|
|
|
@@ -76,7 +76,7 @@ EXAMPLES
|
|
|
76
76
|
$ twentythree user get 12345 --json
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
_See code: [src/commands/user/get.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
79
|
+
_See code: [src/commands/user/get.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/get.ts)_
|
|
80
80
|
|
|
81
81
|
## `twentythree user get-login-token ID`
|
|
82
82
|
|
|
@@ -107,7 +107,7 @@ EXAMPLES
|
|
|
107
107
|
$ twentythree user get-login-token 12345 --json
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [src/commands/user/get-login-token.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
110
|
+
_See code: [src/commands/user/get-login-token.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/get-login-token.ts)_
|
|
111
111
|
|
|
112
112
|
## `twentythree user list`
|
|
113
113
|
|
|
@@ -141,7 +141,7 @@ EXAMPLES
|
|
|
141
141
|
$ twentythree user list --json
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
-
_See code: [src/commands/user/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
144
|
+
_See code: [src/commands/user/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/list.ts)_
|
|
145
145
|
|
|
146
146
|
## `twentythree user redeem-login-token`
|
|
147
147
|
|
|
@@ -167,7 +167,7 @@ EXAMPLES
|
|
|
167
167
|
$ twentythree user redeem-login-token --login-token abc123 --json
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [src/commands/user/redeem-login-token.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
170
|
+
_See code: [src/commands/user/redeem-login-token.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/redeem-login-token.ts)_
|
|
171
171
|
|
|
172
172
|
## `twentythree user send-invitation ID`
|
|
173
173
|
|
|
@@ -198,7 +198,7 @@ EXAMPLES
|
|
|
198
198
|
$ twentythree user send-invitation 12345 --json
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [src/commands/user/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
201
|
+
_See code: [src/commands/user/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/send-invitation.ts)_
|
|
202
202
|
|
|
203
203
|
## `twentythree user tokens`
|
|
204
204
|
|
|
@@ -226,7 +226,7 @@ EXAMPLES
|
|
|
226
226
|
$ twentythree user tokens --json
|
|
227
227
|
```
|
|
228
228
|
|
|
229
|
-
_See code: [src/commands/user/tokens.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
229
|
+
_See code: [src/commands/user/tokens.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/tokens.ts)_
|
|
230
230
|
|
|
231
231
|
## `twentythree user update ID`
|
|
232
232
|
|
|
@@ -264,4 +264,4 @@ EXAMPLES
|
|
|
264
264
|
$ twentythree user update 12345 --json
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
-
_See code: [src/commands/user/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
267
|
+
_See code: [src/commands/user/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/user/update.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree video delete 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/video/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
32
|
+
_See code: [src/commands/video/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/delete.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree video frame 12345 --time 30 --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/video/frame.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
37
|
+
_See code: [src/commands/video/frame.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/frame.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree video get 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/video/get.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
32
|
+
_See code: [src/commands/video/get.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/get.ts)_
|
|
@@ -68,4 +68,4 @@ EXAMPLES
|
|
|
68
68
|
$ twentythree video list --after-time 2024-01-01T00:00:00Z --fields photo_id,title
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
_See code: [src/commands/video/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
71
|
+
_See code: [src/commands/video/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/list.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree video replace 12345 ./new-video.mp4 --chunk-size 52428800 --concurrency 3
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/video/replace.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
37
|
+
_See code: [src/commands/video/replace.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/replace.ts)_
|
|
@@ -24,7 +24,7 @@ DESCRIPTION
|
|
|
24
24
|
Manage video sections (chapters)
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
_See code: [src/commands/video/section/index.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
27
|
+
_See code: [src/commands/video/section/index.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/index.ts)_
|
|
28
28
|
|
|
29
29
|
## `twentythree video section check-generate-available ID`
|
|
30
30
|
|
|
@@ -56,7 +56,7 @@ EXAMPLES
|
|
|
56
56
|
$ twentythree video section check-generate-available 12345 --json
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
-
_See code: [src/commands/video/section/check-generate-available.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
59
|
+
_See code: [src/commands/video/section/check-generate-available.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/check-generate-available.ts)_
|
|
60
60
|
|
|
61
61
|
## `twentythree video section create ID`
|
|
62
62
|
|
|
@@ -88,7 +88,7 @@ EXAMPLES
|
|
|
88
88
|
$ twentythree video section create 12345 --title "Chapter 1" --start-time 30 --description "First chapter"
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
_See code: [src/commands/video/section/create.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
91
|
+
_See code: [src/commands/video/section/create.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/create.ts)_
|
|
92
92
|
|
|
93
93
|
## `twentythree video section delete ID`
|
|
94
94
|
|
|
@@ -117,7 +117,7 @@ EXAMPLES
|
|
|
117
117
|
$ twentythree video section delete 12345 --section-id 67 --json
|
|
118
118
|
```
|
|
119
119
|
|
|
120
|
-
_See code: [src/commands/video/section/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
120
|
+
_See code: [src/commands/video/section/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/delete.ts)_
|
|
121
121
|
|
|
122
122
|
## `twentythree video section generate ID`
|
|
123
123
|
|
|
@@ -143,7 +143,7 @@ EXAMPLES
|
|
|
143
143
|
$ twentythree video section generate 12345 --json
|
|
144
144
|
```
|
|
145
145
|
|
|
146
|
-
_See code: [src/commands/video/section/generate.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
146
|
+
_See code: [src/commands/video/section/generate.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/generate.ts)_
|
|
147
147
|
|
|
148
148
|
## `twentythree video section list ID`
|
|
149
149
|
|
|
@@ -169,7 +169,7 @@ EXAMPLES
|
|
|
169
169
|
$ twentythree video section list 12345 --json
|
|
170
170
|
```
|
|
171
171
|
|
|
172
|
-
_See code: [src/commands/video/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
172
|
+
_See code: [src/commands/video/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/list.ts)_
|
|
173
173
|
|
|
174
174
|
## `twentythree video section set-thumbnail ID`
|
|
175
175
|
|
|
@@ -201,7 +201,7 @@ EXAMPLES
|
|
|
201
201
|
$ twentythree video section set-thumbnail 12345 --section-id 67 --time 15 --json
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [src/commands/video/section/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
204
|
+
_See code: [src/commands/video/section/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/set-thumbnail.ts)_
|
|
205
205
|
|
|
206
206
|
## `twentythree video section update ID`
|
|
207
207
|
|
|
@@ -234,4 +234,4 @@ EXAMPLES
|
|
|
234
234
|
$ twentythree video section update 12345 --section-id 67 --start-time 45 --description "Updated"
|
|
235
235
|
```
|
|
236
236
|
|
|
237
|
-
_See code: [src/commands/video/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
237
|
+
_See code: [src/commands/video/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/update.ts)_
|
|
@@ -28,7 +28,7 @@ DESCRIPTION
|
|
|
28
28
|
Manage video subtitles and captions
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
_See code: [src/commands/video/subtitle/index.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
31
|
+
_See code: [src/commands/video/subtitle/index.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/index.ts)_
|
|
32
32
|
|
|
33
33
|
## `twentythree video subtitle archive`
|
|
34
34
|
|
|
@@ -51,7 +51,7 @@ EXAMPLES
|
|
|
51
51
|
$ twentythree video subtitle archive --json
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
-
_See code: [src/commands/video/subtitle/archive.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
54
|
+
_See code: [src/commands/video/subtitle/archive.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/archive.ts)_
|
|
55
55
|
|
|
56
56
|
## `twentythree video subtitle create ID`
|
|
57
57
|
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
$ twentythree video subtitle create 12345 --locale auto --draft
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/video/subtitle/create.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
87
|
+
_See code: [src/commands/video/subtitle/create.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/create.ts)_
|
|
88
88
|
|
|
89
89
|
## `twentythree video subtitle data ID`
|
|
90
90
|
|
|
@@ -117,7 +117,7 @@ EXAMPLES
|
|
|
117
117
|
$ twentythree video subtitle data 12345 --subtitle-id en_US --json
|
|
118
118
|
```
|
|
119
119
|
|
|
120
|
-
_See code: [src/commands/video/subtitle/data.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
120
|
+
_See code: [src/commands/video/subtitle/data.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/data.ts)_
|
|
121
121
|
|
|
122
122
|
## `twentythree video subtitle delete ID`
|
|
123
123
|
|
|
@@ -147,7 +147,7 @@ EXAMPLES
|
|
|
147
147
|
$ twentythree video subtitle delete 12345 --subtitle-id en_US --json
|
|
148
148
|
```
|
|
149
149
|
|
|
150
|
-
_See code: [src/commands/video/subtitle/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
150
|
+
_See code: [src/commands/video/subtitle/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/delete.ts)_
|
|
151
151
|
|
|
152
152
|
## `twentythree video subtitle duplicate ID`
|
|
153
153
|
|
|
@@ -181,7 +181,7 @@ EXAMPLES
|
|
|
181
181
|
$ twentythree video subtitle duplicate 12345 --subtitle-id en_US --target-locale de_DE --json
|
|
182
182
|
```
|
|
183
183
|
|
|
184
|
-
_See code: [src/commands/video/subtitle/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
184
|
+
_See code: [src/commands/video/subtitle/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/duplicate.ts)_
|
|
185
185
|
|
|
186
186
|
## `twentythree video subtitle list ID`
|
|
187
187
|
|
|
@@ -223,7 +223,7 @@ EXAMPLES
|
|
|
223
223
|
$ twentythree video subtitle list 12345 --type closedcaptions --subtitle-format webvtt --json
|
|
224
224
|
```
|
|
225
225
|
|
|
226
|
-
_See code: [src/commands/video/subtitle/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
226
|
+
_See code: [src/commands/video/subtitle/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/list.ts)_
|
|
227
227
|
|
|
228
228
|
## `twentythree video subtitle locales`
|
|
229
229
|
|
|
@@ -246,7 +246,7 @@ EXAMPLES
|
|
|
246
246
|
$ twentythree video subtitle locales --json
|
|
247
247
|
```
|
|
248
248
|
|
|
249
|
-
_See code: [src/commands/video/subtitle/locales.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
249
|
+
_See code: [src/commands/video/subtitle/locales.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/locales.ts)_
|
|
250
250
|
|
|
251
251
|
## `twentythree video subtitle set-primary ID`
|
|
252
252
|
|
|
@@ -275,7 +275,7 @@ EXAMPLES
|
|
|
275
275
|
$ twentythree video subtitle set-primary 12345 --subtitle-id fr_FR --json
|
|
276
276
|
```
|
|
277
277
|
|
|
278
|
-
_See code: [src/commands/video/subtitle/set-primary.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
278
|
+
_See code: [src/commands/video/subtitle/set-primary.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/set-primary.ts)_
|
|
279
279
|
|
|
280
280
|
## `twentythree video subtitle types`
|
|
281
281
|
|
|
@@ -298,7 +298,7 @@ EXAMPLES
|
|
|
298
298
|
$ twentythree video subtitle types --json
|
|
299
299
|
```
|
|
300
300
|
|
|
301
|
-
_See code: [src/commands/video/subtitle/types.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
301
|
+
_See code: [src/commands/video/subtitle/types.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/types.ts)_
|
|
302
302
|
|
|
303
303
|
## `twentythree video subtitle update ID`
|
|
304
304
|
|
|
@@ -331,7 +331,7 @@ EXAMPLES
|
|
|
331
331
|
$ twentythree video subtitle update 12345 --subtitle-id en_US --type closedcaptions
|
|
332
332
|
```
|
|
333
333
|
|
|
334
|
-
_See code: [src/commands/video/subtitle/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
334
|
+
_See code: [src/commands/video/subtitle/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/update.ts)_
|
|
335
335
|
|
|
336
336
|
## `twentythree video subtitle upload ID FILE`
|
|
337
337
|
|
|
@@ -365,4 +365,4 @@ EXAMPLES
|
|
|
365
365
|
$ twentythree video subtitle upload 12345 ./subtitles.srt --locale en_US --draft
|
|
366
366
|
```
|
|
367
367
|
|
|
368
|
-
_See code: [src/commands/video/subtitle/upload.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
368
|
+
_See code: [src/commands/video/subtitle/upload.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/upload.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree video transcoding-progress 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/video/transcoding-progress.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
32
|
+
_See code: [src/commands/video/transcoding-progress.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/transcoding-progress.ts)_
|
|
@@ -44,4 +44,4 @@ EXAMPLES
|
|
|
44
44
|
$ twentythree video update 12345
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
_See code: [src/commands/video/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
47
|
+
_See code: [src/commands/video/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/update.ts)_
|
|
@@ -41,4 +41,4 @@ EXAMPLES
|
|
|
41
41
|
$ twentythree video upload ./video.mp4 --chunk-size 52428800 --concurrency 3
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
_See code: [src/commands/video/upload.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
44
|
+
_See code: [src/commands/video/upload.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/upload.ts)_
|