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
|
@@ -37,8 +37,32 @@ var WebinarSpeakerUpdate = class WebinarSpeakerUpdate extends require_lib_base_c
|
|
|
37
37
|
description: "Speaker title or job title",
|
|
38
38
|
required: false
|
|
39
39
|
}),
|
|
40
|
+
bio: _oclif_core.Flags.string({
|
|
41
|
+
description: "Speaker bio shown in the UI",
|
|
42
|
+
required: false
|
|
43
|
+
}),
|
|
40
44
|
description: _oclif_core.Flags.string({
|
|
41
|
-
description: "
|
|
45
|
+
description: "Alias for --bio (sets the speaker bio shown in the UI)",
|
|
46
|
+
required: false
|
|
47
|
+
}),
|
|
48
|
+
company: _oclif_core.Flags.string({
|
|
49
|
+
description: "Speaker company / organization",
|
|
50
|
+
required: false
|
|
51
|
+
}),
|
|
52
|
+
website: _oclif_core.Flags.string({
|
|
53
|
+
description: "Speaker website URL",
|
|
54
|
+
required: false
|
|
55
|
+
}),
|
|
56
|
+
linkedin: _oclif_core.Flags.string({
|
|
57
|
+
description: "Speaker LinkedIn URL or handle",
|
|
58
|
+
required: false
|
|
59
|
+
}),
|
|
60
|
+
facebook: _oclif_core.Flags.string({
|
|
61
|
+
description: "Speaker Facebook URL or handle",
|
|
62
|
+
required: false
|
|
63
|
+
}),
|
|
64
|
+
twitter: _oclif_core.Flags.string({
|
|
65
|
+
description: "Speaker Twitter/X handle",
|
|
42
66
|
required: false
|
|
43
67
|
}),
|
|
44
68
|
"connection-type": _oclif_core.Flags.string({
|
|
@@ -84,7 +108,13 @@ var WebinarSpeakerUpdate = class WebinarSpeakerUpdate extends require_lib_base_c
|
|
|
84
108
|
if (flags.name !== void 0) body.name = flags.name;
|
|
85
109
|
if (flags.email !== void 0) body.email = flags.email;
|
|
86
110
|
if (flags.title !== void 0) body.title = flags.title;
|
|
87
|
-
|
|
111
|
+
const bio = flags.bio ?? flags.description;
|
|
112
|
+
if (bio !== void 0) body.bio = bio;
|
|
113
|
+
if (flags.company !== void 0) body.company = flags.company;
|
|
114
|
+
if (flags.website !== void 0) body.link = flags.website;
|
|
115
|
+
if (flags.linkedin !== void 0) body.linkedin = flags.linkedin;
|
|
116
|
+
if (flags.facebook !== void 0) body.facebook = flags.facebook;
|
|
117
|
+
if (flags.twitter !== void 0) body.twitter = flags.twitter;
|
|
88
118
|
if (flags["connection-type"] !== void 0) body.connection_type = flags["connection-type"];
|
|
89
119
|
if (flags["connection-type-pull-url"] !== void 0) body.connection_type_pull_url = flags["connection-type-pull-url"];
|
|
90
120
|
const { data, error } = await this.apiClient.POST("/live/speaker/update", {
|
|
@@ -71,6 +71,47 @@ var WebinarUpdate = class WebinarUpdate extends require_lib_base_command.Authent
|
|
|
71
71
|
description: "Assign a webinar design by ID to this webinar",
|
|
72
72
|
required: false
|
|
73
73
|
}),
|
|
74
|
+
format: _oclif_core.Flags.string({
|
|
75
|
+
description: "Webinar format: \"webinar\" or \"event\"",
|
|
76
|
+
options: ["event", "webinar"],
|
|
77
|
+
required: false
|
|
78
|
+
}),
|
|
79
|
+
"registration-mode": _oclif_core.Flags.string({
|
|
80
|
+
description: "Registration mode: \"all\" (enabled) or \"none\" (disabled)",
|
|
81
|
+
options: ["all", "none"],
|
|
82
|
+
required: false
|
|
83
|
+
}),
|
|
84
|
+
private: _oclif_core.Flags.boolean({
|
|
85
|
+
description: "Make the webinar private (use --no-private to make it public)",
|
|
86
|
+
allowNo: true,
|
|
87
|
+
required: false
|
|
88
|
+
}),
|
|
89
|
+
"category-id": _oclif_core.Flags.integer({
|
|
90
|
+
description: "Assign the webinar to a category by ID (API album_id)",
|
|
91
|
+
required: false
|
|
92
|
+
}),
|
|
93
|
+
locale: _oclif_core.Flags.string({
|
|
94
|
+
description: "Webinar language/locale (e.g. en_US, da_DK)",
|
|
95
|
+
required: false
|
|
96
|
+
}),
|
|
97
|
+
"publish-recordings": _oclif_core.Flags.boolean({
|
|
98
|
+
description: "Publish the webinar recordings",
|
|
99
|
+
allowNo: true,
|
|
100
|
+
required: false
|
|
101
|
+
}),
|
|
102
|
+
ondemand: _oclif_core.Flags.boolean({
|
|
103
|
+
description: "Make the recording available on demand",
|
|
104
|
+
allowNo: true,
|
|
105
|
+
required: false
|
|
106
|
+
}),
|
|
107
|
+
"series-id": _oclif_core.Flags.integer({
|
|
108
|
+
description: "Attach the webinar to a webinar series by ID",
|
|
109
|
+
required: false
|
|
110
|
+
}),
|
|
111
|
+
timezone: _oclif_core.Flags.string({
|
|
112
|
+
description: "Timezone for the webinar schedule (e.g. Europe/Copenhagen)",
|
|
113
|
+
required: false
|
|
114
|
+
}),
|
|
74
115
|
"draft-p": _oclif_core.Flags.string({
|
|
75
116
|
hidden: true,
|
|
76
117
|
required: false
|
|
@@ -105,7 +146,16 @@ var WebinarUpdate = class WebinarUpdate extends require_lib_base_command.Authent
|
|
|
105
146
|
flags["draft-p"],
|
|
106
147
|
flags["published-p"],
|
|
107
148
|
flags["seo-policy"],
|
|
108
|
-
flags["webinar-design-id"]
|
|
149
|
+
flags["webinar-design-id"],
|
|
150
|
+
flags.format,
|
|
151
|
+
flags["registration-mode"],
|
|
152
|
+
flags.private,
|
|
153
|
+
flags["category-id"],
|
|
154
|
+
flags.locale,
|
|
155
|
+
flags["publish-recordings"],
|
|
156
|
+
flags.ondemand,
|
|
157
|
+
flags["series-id"],
|
|
158
|
+
flags.timezone
|
|
109
159
|
].some((v) => v !== void 0);
|
|
110
160
|
const body = { live_id: webinarId };
|
|
111
161
|
if (!metadataFlagsProvided && !this.jsonEnabled()) {
|
|
@@ -187,6 +237,15 @@ var WebinarUpdate = class WebinarUpdate extends require_lib_base_command.Authent
|
|
|
187
237
|
if (publishVal !== void 0) body.published_p = publishVal ? 1 : 0;
|
|
188
238
|
if (flags["seo-policy"] !== void 0) body.seo_policy = flags["seo-policy"];
|
|
189
239
|
if (flags["webinar-design-id"] !== void 0) body.webinar_design_id = flags["webinar-design-id"];
|
|
240
|
+
if (flags.format !== void 0) body.live_format = flags.format;
|
|
241
|
+
if (flags["registration-mode"] !== void 0) body.registration_mode = flags["registration-mode"];
|
|
242
|
+
if (flags.private !== void 0) body.private_p = flags.private ? 1 : 0;
|
|
243
|
+
if (flags["category-id"] !== void 0) body.album_id = flags["category-id"];
|
|
244
|
+
if (flags.locale !== void 0) body.locale = flags.locale;
|
|
245
|
+
if (flags["publish-recordings"] !== void 0) body.publish_recordings_p = flags["publish-recordings"] ? 1 : 0;
|
|
246
|
+
if (flags.ondemand !== void 0) body.enable_ondemand_p = flags.ondemand ? 1 : 0;
|
|
247
|
+
if (flags["series-id"] !== void 0) body.live_series_id = flags["series-id"];
|
|
248
|
+
if (flags.timezone !== void 0) body.timezone = flags.timezone;
|
|
190
249
|
}
|
|
191
250
|
const { data: updateData, error: updateError } = await this.apiClient.POST("/live/update", {
|
|
192
251
|
body,
|
|
@@ -33,4 +33,4 @@ EXAMPLES
|
|
|
33
33
|
$ twentythree action add --type overlay --object-id 12345 --json
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [src/commands/action/add.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
36
|
+
_See code: [src/commands/action/add.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/add.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree action delete 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/action/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
32
|
+
_See code: [src/commands/action/delete.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/delete.ts)_
|
|
@@ -35,4 +35,4 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree action exclude 12345 --object-id 6789 --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/action/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
38
|
+
_See code: [src/commands/action/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/exclude.ts)_
|
|
@@ -44,4 +44,4 @@ EXAMPLES
|
|
|
44
44
|
$ twentythree action get 12345 --json
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
_See code: [src/commands/action/get.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
47
|
+
_See code: [src/commands/action/get.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/get.ts)_
|
|
@@ -35,4 +35,4 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree action include 12345 --object-id 6789 --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/action/include.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
38
|
+
_See code: [src/commands/action/include.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/include.ts)_
|
|
@@ -40,4 +40,4 @@ EXAMPLES
|
|
|
40
40
|
$ twentythree action list --video-id 12345 --json
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
_See code: [src/commands/action/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
43
|
+
_See code: [src/commands/action/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/list.ts)_
|
|
@@ -31,4 +31,4 @@ EXAMPLES
|
|
|
31
31
|
$ twentythree action types --json
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
_See code: [src/commands/action/types.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
34
|
+
_See code: [src/commands/action/types.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/types.ts)_
|
|
@@ -39,4 +39,4 @@ EXAMPLES
|
|
|
39
39
|
$ twentythree action update 12345 --name "Buy Now" --start-time 10 --end-time 20 --json
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
_See code: [src/commands/action/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
42
|
+
_See code: [src/commands/action/update.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/update.ts)_
|
|
@@ -33,4 +33,4 @@ EXAMPLES
|
|
|
33
33
|
$ twentythree action upload 12345 image ./banner.png --json
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [src/commands/action/upload.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
36
|
+
_See code: [src/commands/action/upload.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/upload.ts)_
|
package/docs/commands/action.md
CHANGED
|
@@ -41,7 +41,7 @@ EXAMPLES
|
|
|
41
41
|
$ twentythree action add --type overlay --object-id 12345 --json
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
_See code: [src/commands/action/add.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
44
|
+
_See code: [src/commands/action/add.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/add.ts)_
|
|
45
45
|
|
|
46
46
|
## `twentythree action delete ID`
|
|
47
47
|
|
|
@@ -67,7 +67,7 @@ EXAMPLES
|
|
|
67
67
|
$ twentythree action delete 12345 --json
|
|
68
68
|
```
|
|
69
69
|
|
|
70
|
-
_See code: [src/commands/action/delete.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
70
|
+
_See code: [src/commands/action/delete.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/delete.ts)_
|
|
71
71
|
|
|
72
72
|
## `twentythree action exclude ID`
|
|
73
73
|
|
|
@@ -99,7 +99,7 @@ EXAMPLES
|
|
|
99
99
|
$ twentythree action exclude 12345 --object-id 6789 --json
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
_See code: [src/commands/action/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
102
|
+
_See code: [src/commands/action/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/exclude.ts)_
|
|
103
103
|
|
|
104
104
|
## `twentythree action get [ID]`
|
|
105
105
|
|
|
@@ -140,7 +140,7 @@ EXAMPLES
|
|
|
140
140
|
$ twentythree action get 12345 --json
|
|
141
141
|
```
|
|
142
142
|
|
|
143
|
-
_See code: [src/commands/action/get.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
143
|
+
_See code: [src/commands/action/get.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/get.ts)_
|
|
144
144
|
|
|
145
145
|
## `twentythree action include ID`
|
|
146
146
|
|
|
@@ -172,7 +172,7 @@ EXAMPLES
|
|
|
172
172
|
$ twentythree action include 12345 --object-id 6789 --json
|
|
173
173
|
```
|
|
174
174
|
|
|
175
|
-
_See code: [src/commands/action/include.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
175
|
+
_See code: [src/commands/action/include.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/include.ts)_
|
|
176
176
|
|
|
177
177
|
## `twentythree action list`
|
|
178
178
|
|
|
@@ -209,7 +209,7 @@ EXAMPLES
|
|
|
209
209
|
$ twentythree action list --video-id 12345 --json
|
|
210
210
|
```
|
|
211
211
|
|
|
212
|
-
_See code: [src/commands/action/list.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
212
|
+
_See code: [src/commands/action/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/list.ts)_
|
|
213
213
|
|
|
214
214
|
## `twentythree action types`
|
|
215
215
|
|
|
@@ -237,7 +237,7 @@ EXAMPLES
|
|
|
237
237
|
$ twentythree action types --json
|
|
238
238
|
```
|
|
239
239
|
|
|
240
|
-
_See code: [src/commands/action/types.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
240
|
+
_See code: [src/commands/action/types.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/types.ts)_
|
|
241
241
|
|
|
242
242
|
## `twentythree action update ID`
|
|
243
243
|
|
|
@@ -273,7 +273,7 @@ EXAMPLES
|
|
|
273
273
|
$ twentythree action update 12345 --name "Buy Now" --start-time 10 --end-time 20 --json
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [src/commands/action/update.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
276
|
+
_See code: [src/commands/action/update.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/update.ts)_
|
|
277
277
|
|
|
278
278
|
## `twentythree action upload ID VARIABLE-NAME FILE`
|
|
279
279
|
|
|
@@ -303,4 +303,4 @@ EXAMPLES
|
|
|
303
303
|
$ twentythree action upload 12345 image ./banner.png --json
|
|
304
304
|
```
|
|
305
305
|
|
|
306
|
-
_See code: [src/commands/action/upload.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
306
|
+
_See code: [src/commands/action/upload.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/action/upload.ts)_
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
`twentythree agentic:session`
|
|
2
|
+
=============================
|
|
3
|
+
|
|
4
|
+
Report and inspect agentic (AI agent) sessions
|
|
5
|
+
|
|
6
|
+
* [`twentythree agentic session list`](#twentythree-agentic-session-list)
|
|
7
|
+
* [`twentythree agentic session metrics`](#twentythree-agentic-session-metrics)
|
|
8
|
+
* [`twentythree agentic session status`](#twentythree-agentic-session-status)
|
|
9
|
+
|
|
10
|
+
## `twentythree agentic session list`
|
|
11
|
+
|
|
12
|
+
List reported agentic (AI agent) sessions
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
USAGE
|
|
16
|
+
$ twentythree agentic session list [--json] [-w <value>] [--fields <value>]
|
|
17
|
+
|
|
18
|
+
FLAGS
|
|
19
|
+
--fields=<value> Comma-separated fields to return
|
|
20
|
+
|
|
21
|
+
GLOBAL FLAGS
|
|
22
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
23
|
+
--json Format output as json.
|
|
24
|
+
|
|
25
|
+
DESCRIPTION
|
|
26
|
+
List reported agentic (AI agent) sessions
|
|
27
|
+
|
|
28
|
+
Lists sessions previously reported via `agentic session status`, with prompt counts, durations,
|
|
29
|
+
and start/end times.
|
|
30
|
+
|
|
31
|
+
EXAMPLES
|
|
32
|
+
$ twentythree agentic session list
|
|
33
|
+
|
|
34
|
+
$ twentythree agentic session list --json
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
_See code: [src/commands/agentic/session/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/agentic/session/list.ts)_
|
|
38
|
+
|
|
39
|
+
## `twentythree agentic session metrics`
|
|
40
|
+
|
|
41
|
+
Get aggregate metrics for reported agentic (AI agent) sessions
|
|
42
|
+
|
|
43
|
+
```
|
|
44
|
+
USAGE
|
|
45
|
+
$ twentythree agentic session metrics [--json] [-w <value>] [--fields <value>]
|
|
46
|
+
|
|
47
|
+
FLAGS
|
|
48
|
+
--fields=<value> Comma-separated fields to return
|
|
49
|
+
|
|
50
|
+
GLOBAL FLAGS
|
|
51
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
52
|
+
--json Format output as json.
|
|
53
|
+
|
|
54
|
+
DESCRIPTION
|
|
55
|
+
Get aggregate metrics for reported agentic (AI agent) sessions
|
|
56
|
+
|
|
57
|
+
Returns the total session count, total number of prompts, and total session duration in seconds
|
|
58
|
+
across all reported agentic sessions.
|
|
59
|
+
|
|
60
|
+
EXAMPLES
|
|
61
|
+
$ twentythree agentic session metrics
|
|
62
|
+
|
|
63
|
+
$ twentythree agentic session metrics --json
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
_See code: [src/commands/agentic/session/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/agentic/session/metrics.ts)_
|
|
67
|
+
|
|
68
|
+
## `twentythree agentic session status`
|
|
69
|
+
|
|
70
|
+
Report (store) the status of an agentic (AI agent) session
|
|
71
|
+
|
|
72
|
+
```
|
|
73
|
+
USAGE
|
|
74
|
+
$ twentythree agentic session status --session-identifier <value> --summary <value> --number-of-prompts
|
|
75
|
+
<value> --session-duration-seconds <value> --ai-provider <value> --twentythree-skill-version <value> [--json]
|
|
76
|
+
[-w <value>] [--fields <value>]
|
|
77
|
+
|
|
78
|
+
FLAGS
|
|
79
|
+
--ai-provider=<value> (required) AI/LLM provider used in the session (e.g. "claude code", "codex")
|
|
80
|
+
--fields=<value> Comma-separated fields to return
|
|
81
|
+
--number-of-prompts=<value> (required) Number of user prompts in the agent session (0 if unknown)
|
|
82
|
+
--session-duration-seconds=<value> (required) Duration of the agent session, in seconds (0 if unknown)
|
|
83
|
+
--session-identifier=<value> (required) Unique identifier for the agent session being reported
|
|
84
|
+
--summary=<value> (required) Short summary of what the agent session accomplished
|
|
85
|
+
--twentythree-skill-version=<value> (required) Version of the TwentyThree skill used ("unknown" if unknown)
|
|
86
|
+
|
|
87
|
+
GLOBAL FLAGS
|
|
88
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
89
|
+
--json Format output as json.
|
|
90
|
+
|
|
91
|
+
DESCRIPTION
|
|
92
|
+
Report (store) the status of an agentic (AI agent) session
|
|
93
|
+
|
|
94
|
+
Stores a record of what an AI agent session accomplished — its summary, prompt count, duration,
|
|
95
|
+
the AI provider used, and the TwentyThree skill version. Surfaced via `agentic session list` and
|
|
96
|
+
aggregated by `agentic session metrics`.
|
|
97
|
+
|
|
98
|
+
EXAMPLES
|
|
99
|
+
$ twentythree agentic session status --session-identifier abc123 --summary "Uploaded 3 videos" --number-of-prompts 12 --session-duration-seconds 540 --ai-provider "claude code" --twentythree-skill-version 1.4.0
|
|
100
|
+
|
|
101
|
+
$ twentythree agentic session status --session-identifier abc123 --summary "Created a webinar" --number-of-prompts 5 --session-duration-seconds 120 --ai-provider "codex" --twentythree-skill-version 1.4.0 --json
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
_See code: [src/commands/agentic/session/status.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/agentic/session/status.ts)_
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
`twentythree agentic`
|
|
2
|
+
=====================
|
|
3
|
+
|
|
4
|
+
Report and inspect agentic (AI agent) sessions
|
|
5
|
+
|
|
6
|
+
* [`twentythree agentic session list`](#twentythree-agentic-session-list)
|
|
7
|
+
* [`twentythree agentic session metrics`](#twentythree-agentic-session-metrics)
|
|
8
|
+
* [`twentythree agentic session status`](#twentythree-agentic-session-status)
|
|
9
|
+
|
|
10
|
+
## `twentythree agentic session list`
|
|
11
|
+
|
|
12
|
+
List reported agentic (AI agent) sessions
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
USAGE
|
|
16
|
+
$ twentythree agentic session list [--json] [-w <value>] [--fields <value>]
|
|
17
|
+
|
|
18
|
+
FLAGS
|
|
19
|
+
--fields=<value> Comma-separated fields to return
|
|
20
|
+
|
|
21
|
+
GLOBAL FLAGS
|
|
22
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
23
|
+
--json Format output as json.
|
|
24
|
+
|
|
25
|
+
DESCRIPTION
|
|
26
|
+
List reported agentic (AI agent) sessions
|
|
27
|
+
|
|
28
|
+
EXAMPLES
|
|
29
|
+
$ twentythree agentic session list
|
|
30
|
+
|
|
31
|
+
$ twentythree agentic session list --json
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
_See code: [src/commands/agentic/session/list.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/agentic/session/list.ts)_
|
|
35
|
+
|
|
36
|
+
## `twentythree agentic session metrics`
|
|
37
|
+
|
|
38
|
+
Get aggregate metrics for reported agentic (AI agent) sessions
|
|
39
|
+
|
|
40
|
+
```
|
|
41
|
+
USAGE
|
|
42
|
+
$ twentythree agentic session metrics [--json] [-w <value>] [--fields <value>]
|
|
43
|
+
|
|
44
|
+
FLAGS
|
|
45
|
+
--fields=<value> Comma-separated fields to return
|
|
46
|
+
|
|
47
|
+
GLOBAL FLAGS
|
|
48
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
49
|
+
--json Format output as json.
|
|
50
|
+
|
|
51
|
+
DESCRIPTION
|
|
52
|
+
Get aggregate metrics for reported agentic (AI agent) sessions
|
|
53
|
+
|
|
54
|
+
EXAMPLES
|
|
55
|
+
$ twentythree agentic session metrics
|
|
56
|
+
|
|
57
|
+
$ twentythree agentic session metrics --json
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
_See code: [src/commands/agentic/session/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/agentic/session/metrics.ts)_
|
|
61
|
+
|
|
62
|
+
## `twentythree agentic session status`
|
|
63
|
+
|
|
64
|
+
Report (store) the status of an agentic (AI agent) session
|
|
65
|
+
|
|
66
|
+
```
|
|
67
|
+
USAGE
|
|
68
|
+
$ twentythree agentic session status --session-identifier <value> --summary <value> --number-of-prompts
|
|
69
|
+
<value> --session-duration-seconds <value> --ai-provider <value> --twentythree-skill-version <value> [--json]
|
|
70
|
+
[-w <value>] [--fields <value>]
|
|
71
|
+
|
|
72
|
+
FLAGS
|
|
73
|
+
--ai-provider=<value> (required) AI/LLM provider used in the session (e.g. "claude code", "codex")
|
|
74
|
+
--fields=<value> Comma-separated fields to return
|
|
75
|
+
--number-of-prompts=<value> (required) Number of user prompts in the agent session (0 if unknown)
|
|
76
|
+
--session-duration-seconds=<value> (required) Duration of the agent session, in seconds (0 if unknown)
|
|
77
|
+
--session-identifier=<value> (required) Unique identifier for the agent session being reported
|
|
78
|
+
--summary=<value> (required) Short summary of what the agent session accomplished
|
|
79
|
+
--twentythree-skill-version=<value> (required) Version of the TwentyThree skill used ("unknown" if unknown)
|
|
80
|
+
|
|
81
|
+
GLOBAL FLAGS
|
|
82
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
83
|
+
--json Format output as json.
|
|
84
|
+
|
|
85
|
+
DESCRIPTION
|
|
86
|
+
Report (store) the status of an agentic (AI agent) session
|
|
87
|
+
|
|
88
|
+
EXAMPLES
|
|
89
|
+
$ twentythree agentic session status --session-identifier abc123 --summary "Uploaded 3 videos" --number-of-prompts 12 --session-duration-seconds 540 --ai-provider "claude code" --twentythree-skill-version 1.4.0
|
|
90
|
+
|
|
91
|
+
$ twentythree agentic session status --session-identifier abc123 --summary "Created a webinar" --number-of-prompts 5 --session-duration-seconds 120 --ai-provider "codex" --twentythree-skill-version 1.4.0 --json
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
_See code: [src/commands/agentic/session/status.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/agentic/session/status.ts)_
|
|
@@ -40,7 +40,7 @@ EXAMPLES
|
|
|
40
40
|
$ twentythree analytics conversions --json
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
_See code: [src/commands/analytics/conversions/index.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
43
|
+
_See code: [src/commands/analytics/conversions/index.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/analytics/conversions/index.ts)_
|
|
44
44
|
|
|
45
45
|
## `twentythree analytics conversions timeseries`
|
|
46
46
|
|
|
@@ -75,7 +75,7 @@ EXAMPLES
|
|
|
75
75
|
$ twentythree analytics conversions timeseries --json
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
_See code: [src/commands/analytics/conversions/timeseries.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
78
|
+
_See code: [src/commands/analytics/conversions/timeseries.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/analytics/conversions/timeseries.ts)_
|
|
79
79
|
|
|
80
80
|
## `twentythree analytics conversions totals`
|
|
81
81
|
|
|
@@ -110,4 +110,4 @@ EXAMPLES
|
|
|
110
110
|
$ twentythree analytics conversions totals --json
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
_See code: [src/commands/analytics/conversions/totals.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
113
|
+
_See code: [src/commands/analytics/conversions/totals.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/analytics/conversions/totals.ts)_
|
|
@@ -49,7 +49,7 @@ EXAMPLES
|
|
|
49
49
|
$ twentythree analytics live --json
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
-
_See code: [src/commands/analytics/live/index.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
52
|
+
_See code: [src/commands/analytics/live/index.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/analytics/live/index.ts)_
|
|
53
53
|
|
|
54
54
|
## `twentythree analytics live event`
|
|
55
55
|
|
|
@@ -87,7 +87,7 @@ EXAMPLES
|
|
|
87
87
|
$ twentythree analytics live event --json
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
_See code: [src/commands/analytics/live/event.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
90
|
+
_See code: [src/commands/analytics/live/event.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/analytics/live/event.ts)_
|
|
91
91
|
|
|
92
92
|
## `twentythree analytics live event-timeseries`
|
|
93
93
|
|
|
@@ -122,7 +122,7 @@ EXAMPLES
|
|
|
122
122
|
$ twentythree analytics live event-timeseries --json
|
|
123
123
|
```
|
|
124
124
|
|
|
125
|
-
_See code: [src/commands/analytics/live/event-timeseries.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
125
|
+
_See code: [src/commands/analytics/live/event-timeseries.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/analytics/live/event-timeseries.ts)_
|
|
126
126
|
|
|
127
127
|
## `twentythree analytics live event-totals`
|
|
128
128
|
|
|
@@ -157,7 +157,7 @@ EXAMPLES
|
|
|
157
157
|
$ twentythree analytics live event-totals --json
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
-
_See code: [src/commands/analytics/live/event-totals.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
160
|
+
_See code: [src/commands/analytics/live/event-totals.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/analytics/live/event-totals.ts)_
|
|
161
161
|
|
|
162
162
|
## `twentythree analytics live timeseries`
|
|
163
163
|
|
|
@@ -192,7 +192,7 @@ EXAMPLES
|
|
|
192
192
|
$ twentythree analytics live timeseries --json
|
|
193
193
|
```
|
|
194
194
|
|
|
195
|
-
_See code: [src/commands/analytics/live/timeseries.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
195
|
+
_See code: [src/commands/analytics/live/timeseries.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/analytics/live/timeseries.ts)_
|
|
196
196
|
|
|
197
197
|
## `twentythree analytics live totals`
|
|
198
198
|
|
|
@@ -227,7 +227,7 @@ EXAMPLES
|
|
|
227
227
|
$ twentythree analytics live totals --json
|
|
228
228
|
```
|
|
229
229
|
|
|
230
|
-
_See code: [src/commands/analytics/live/totals.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
230
|
+
_See code: [src/commands/analytics/live/totals.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/analytics/live/totals.ts)_
|
|
231
231
|
|
|
232
232
|
## `twentythree analytics live weekday`
|
|
233
233
|
|
|
@@ -265,7 +265,7 @@ EXAMPLES
|
|
|
265
265
|
$ twentythree analytics live weekday --json
|
|
266
266
|
```
|
|
267
267
|
|
|
268
|
-
_See code: [src/commands/analytics/live/weekday.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
268
|
+
_See code: [src/commands/analytics/live/weekday.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/analytics/live/weekday.ts)_
|
|
269
269
|
|
|
270
270
|
## `twentythree analytics live weekday timeseries`
|
|
271
271
|
|
|
@@ -300,7 +300,7 @@ EXAMPLES
|
|
|
300
300
|
$ twentythree analytics live weekday timeseries --json
|
|
301
301
|
```
|
|
302
302
|
|
|
303
|
-
_See code: [src/commands/analytics/live/weekday/timeseries.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
303
|
+
_See code: [src/commands/analytics/live/weekday/timeseries.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/analytics/live/weekday/timeseries.ts)_
|
|
304
304
|
|
|
305
305
|
## `twentythree analytics live weekday totals`
|
|
306
306
|
|
|
@@ -335,4 +335,4 @@ EXAMPLES
|
|
|
335
335
|
$ twentythree analytics live weekday totals --json
|
|
336
336
|
```
|
|
337
337
|
|
|
338
|
-
_See code: [src/commands/analytics/live/weekday/totals.ts](https://github.com/23/twentythree-cli/blob/v1.
|
|
338
|
+
_See code: [src/commands/analytics/live/weekday/totals.ts](https://github.com/23/twentythree-cli/blob/v1.5.0/src/commands/analytics/live/weekday/totals.ts)_
|