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
package/oclif.manifest.json
CHANGED
|
@@ -2568,9 +2568,41 @@
|
|
|
2568
2568
|
"args": {},
|
|
2569
2569
|
"description": "Configure domain and bearer token for a TwentyThree workspace",
|
|
2570
2570
|
"examples": [
|
|
2571
|
-
"<%= config.bin %> auth credentials"
|
|
2571
|
+
"<%= config.bin %> auth credentials",
|
|
2572
|
+
"<%= config.bin %> auth credentials --domain company.video23.com --token <token>",
|
|
2573
|
+
"<%= config.bin %> auth credentials --domain company.video23.com --token <token> --workspace \"Marketing\"",
|
|
2574
|
+
"TWENTYTHREE_TOKEN=<token> <%= config.bin %> auth credentials --domain company.video23.com --json"
|
|
2572
2575
|
],
|
|
2573
|
-
"flags": {
|
|
2576
|
+
"flags": {
|
|
2577
|
+
"json": {
|
|
2578
|
+
"description": "Format output as json.",
|
|
2579
|
+
"helpGroup": "GLOBAL",
|
|
2580
|
+
"name": "json",
|
|
2581
|
+
"allowNo": false,
|
|
2582
|
+
"type": "boolean"
|
|
2583
|
+
},
|
|
2584
|
+
"domain": {
|
|
2585
|
+
"description": "Workspace domain (e.g. company.video23.com). Passing this runs the command non-interactively (no prompts).",
|
|
2586
|
+
"name": "domain",
|
|
2587
|
+
"hasDynamicHelp": false,
|
|
2588
|
+
"multiple": false,
|
|
2589
|
+
"type": "option"
|
|
2590
|
+
},
|
|
2591
|
+
"token": {
|
|
2592
|
+
"description": "Bearer/login token. Falls back to the TWENTYTHREE_TOKEN env var. Omit for anonymous (domain-only) access.",
|
|
2593
|
+
"name": "token",
|
|
2594
|
+
"hasDynamicHelp": false,
|
|
2595
|
+
"multiple": false,
|
|
2596
|
+
"type": "option"
|
|
2597
|
+
},
|
|
2598
|
+
"workspace": {
|
|
2599
|
+
"description": "Which discovered workspace to set active (domain or display name) when the token unlocks several. Non-interactive mode only.",
|
|
2600
|
+
"name": "workspace",
|
|
2601
|
+
"hasDynamicHelp": false,
|
|
2602
|
+
"multiple": false,
|
|
2603
|
+
"type": "option"
|
|
2604
|
+
}
|
|
2605
|
+
},
|
|
2574
2606
|
"hasDynamicHelp": false,
|
|
2575
2607
|
"hiddenAliases": [],
|
|
2576
2608
|
"id": "auth:credentials",
|
|
@@ -2578,7 +2610,7 @@
|
|
|
2578
2610
|
"pluginName": "twentythree-cli",
|
|
2579
2611
|
"pluginType": "core",
|
|
2580
2612
|
"strict": true,
|
|
2581
|
-
"enableJsonFlag":
|
|
2613
|
+
"enableJsonFlag": true,
|
|
2582
2614
|
"agentMetadata": {
|
|
2583
2615
|
"api_endpoint": "interactive",
|
|
2584
2616
|
"auth_scope": "none",
|
|
@@ -4356,13 +4388,19 @@
|
|
|
4356
4388
|
"upload-file.cjs"
|
|
4357
4389
|
]
|
|
4358
4390
|
},
|
|
4359
|
-
"
|
|
4391
|
+
"player:delete": {
|
|
4360
4392
|
"aliases": [],
|
|
4361
|
-
"args": {
|
|
4362
|
-
|
|
4393
|
+
"args": {
|
|
4394
|
+
"id": {
|
|
4395
|
+
"description": "Player ID",
|
|
4396
|
+
"name": "id",
|
|
4397
|
+
"required": true
|
|
4398
|
+
}
|
|
4399
|
+
},
|
|
4400
|
+
"description": "Delete a player from the active workspace",
|
|
4363
4401
|
"examples": [
|
|
4364
|
-
"<%= config.bin %>
|
|
4365
|
-
"<%= config.bin %>
|
|
4402
|
+
"<%= config.bin %> player delete 42",
|
|
4403
|
+
"<%= config.bin %> player delete 42 --json"
|
|
4366
4404
|
],
|
|
4367
4405
|
"flags": {
|
|
4368
4406
|
"json": {
|
|
@@ -4388,61 +4426,39 @@
|
|
|
4388
4426
|
"name": "agent",
|
|
4389
4427
|
"allowNo": false,
|
|
4390
4428
|
"type": "boolean"
|
|
4391
|
-
},
|
|
4392
|
-
"object-id": {
|
|
4393
|
-
"description": "Object ID (webinar or live object)",
|
|
4394
|
-
"name": "object-id",
|
|
4395
|
-
"required": true,
|
|
4396
|
-
"hasDynamicHelp": false,
|
|
4397
|
-
"multiple": false,
|
|
4398
|
-
"type": "option"
|
|
4399
|
-
},
|
|
4400
|
-
"question": {
|
|
4401
|
-
"description": "Poll question",
|
|
4402
|
-
"name": "question",
|
|
4403
|
-
"required": false,
|
|
4404
|
-
"hasDynamicHelp": false,
|
|
4405
|
-
"multiple": false,
|
|
4406
|
-
"type": "option"
|
|
4407
4429
|
}
|
|
4408
4430
|
},
|
|
4409
4431
|
"hasDynamicHelp": false,
|
|
4410
4432
|
"hiddenAliases": [],
|
|
4411
|
-
"id": "
|
|
4433
|
+
"id": "player:delete",
|
|
4412
4434
|
"pluginAlias": "twentythree-cli",
|
|
4413
4435
|
"pluginName": "twentythree-cli",
|
|
4414
4436
|
"pluginType": "core",
|
|
4415
4437
|
"strict": true,
|
|
4416
4438
|
"agentMetadata": {
|
|
4417
|
-
"api_endpoint": "POST /
|
|
4439
|
+
"api_endpoint": "POST /player/delete",
|
|
4418
4440
|
"auth_scope": "write",
|
|
4419
4441
|
"output_shape": {
|
|
4420
4442
|
"type": "none"
|
|
4421
4443
|
},
|
|
4422
|
-
"side_effects": "
|
|
4444
|
+
"side_effects": "destructive"
|
|
4423
4445
|
},
|
|
4424
4446
|
"enableJsonFlag": true,
|
|
4425
4447
|
"isESM": false,
|
|
4426
4448
|
"relativePath": [
|
|
4427
4449
|
"dist",
|
|
4428
4450
|
"commands",
|
|
4429
|
-
"
|
|
4430
|
-
"
|
|
4451
|
+
"player",
|
|
4452
|
+
"delete.cjs"
|
|
4431
4453
|
]
|
|
4432
4454
|
},
|
|
4433
|
-
"
|
|
4455
|
+
"player:embed-versions": {
|
|
4434
4456
|
"aliases": [],
|
|
4435
|
-
"args": {
|
|
4436
|
-
|
|
4437
|
-
"description": "Poll ID",
|
|
4438
|
-
"name": "id",
|
|
4439
|
-
"required": true
|
|
4440
|
-
}
|
|
4441
|
-
},
|
|
4442
|
-
"description": "Submit a poll answer",
|
|
4457
|
+
"args": {},
|
|
4458
|
+
"description": "List available embed versions for an object",
|
|
4443
4459
|
"examples": [
|
|
4444
|
-
"<%= config.bin %>
|
|
4445
|
-
"<%= config.bin %>
|
|
4460
|
+
"<%= config.bin %> player embed-versions --object-type photo --object-id 123",
|
|
4461
|
+
"<%= config.bin %> player embed-versions --object-type live --object-id 456 --json"
|
|
4446
4462
|
],
|
|
4447
4463
|
"flags": {
|
|
4448
4464
|
"json": {
|
|
@@ -4469,25 +4485,25 @@
|
|
|
4469
4485
|
"allowNo": false,
|
|
4470
4486
|
"type": "boolean"
|
|
4471
4487
|
},
|
|
4472
|
-
"object-
|
|
4473
|
-
"description": "Object
|
|
4474
|
-
"name": "object-
|
|
4475
|
-
"required":
|
|
4488
|
+
"object-type": {
|
|
4489
|
+
"description": "Object type: photo, live, album, or site",
|
|
4490
|
+
"name": "object-type",
|
|
4491
|
+
"required": true,
|
|
4476
4492
|
"hasDynamicHelp": false,
|
|
4477
4493
|
"multiple": false,
|
|
4478
4494
|
"type": "option"
|
|
4479
4495
|
},
|
|
4480
|
-
"object-
|
|
4481
|
-
"description": "Object
|
|
4482
|
-
"name": "object-
|
|
4483
|
-
"required":
|
|
4496
|
+
"object-id": {
|
|
4497
|
+
"description": "Object ID",
|
|
4498
|
+
"name": "object-id",
|
|
4499
|
+
"required": true,
|
|
4484
4500
|
"hasDynamicHelp": false,
|
|
4485
4501
|
"multiple": false,
|
|
4486
4502
|
"type": "option"
|
|
4487
4503
|
},
|
|
4488
|
-
"
|
|
4489
|
-
"description": "
|
|
4490
|
-
"name": "
|
|
4504
|
+
"source": {
|
|
4505
|
+
"description": "Embed source parameter (e.g. embed, share)",
|
|
4506
|
+
"name": "source",
|
|
4491
4507
|
"required": false,
|
|
4492
4508
|
"hasDynamicHelp": false,
|
|
4493
4509
|
"multiple": false,
|
|
@@ -4496,37 +4512,42 @@
|
|
|
4496
4512
|
},
|
|
4497
4513
|
"hasDynamicHelp": false,
|
|
4498
4514
|
"hiddenAliases": [],
|
|
4499
|
-
"id": "
|
|
4515
|
+
"id": "player:embed-versions",
|
|
4500
4516
|
"pluginAlias": "twentythree-cli",
|
|
4501
4517
|
"pluginName": "twentythree-cli",
|
|
4502
4518
|
"pluginType": "core",
|
|
4503
4519
|
"strict": true,
|
|
4504
4520
|
"agentMetadata": {
|
|
4505
|
-
"api_endpoint": "
|
|
4506
|
-
"auth_scope": "
|
|
4521
|
+
"api_endpoint": "GET /player/embed-versions",
|
|
4522
|
+
"auth_scope": "read",
|
|
4507
4523
|
"output_shape": {
|
|
4508
|
-
"type": "
|
|
4524
|
+
"type": "table",
|
|
4525
|
+
"columns": [
|
|
4526
|
+
"Type",
|
|
4527
|
+
"Key",
|
|
4528
|
+
"Label"
|
|
4529
|
+
]
|
|
4509
4530
|
},
|
|
4510
|
-
"side_effects": "
|
|
4531
|
+
"side_effects": "none"
|
|
4511
4532
|
},
|
|
4512
4533
|
"enableJsonFlag": true,
|
|
4513
4534
|
"isESM": false,
|
|
4514
4535
|
"relativePath": [
|
|
4515
4536
|
"dist",
|
|
4516
4537
|
"commands",
|
|
4517
|
-
"
|
|
4518
|
-
"
|
|
4538
|
+
"player",
|
|
4539
|
+
"embed-versions.cjs"
|
|
4519
4540
|
]
|
|
4520
4541
|
},
|
|
4521
|
-
"
|
|
4542
|
+
"player:embed": {
|
|
4522
4543
|
"aliases": [],
|
|
4523
4544
|
"args": {},
|
|
4524
|
-
"description": "
|
|
4545
|
+
"description": "Generate embed code for a video, webinar, or category",
|
|
4525
4546
|
"examples": [
|
|
4526
|
-
"<%= config.bin %>
|
|
4527
|
-
"<%= config.bin %>
|
|
4528
|
-
"<%= config.bin %>
|
|
4529
|
-
"<%= config.bin %>
|
|
4547
|
+
"<%= config.bin %> player embed --video-id 123",
|
|
4548
|
+
"<%= config.bin %> player embed --video-id 123 --responsive > embed.html",
|
|
4549
|
+
"<%= config.bin %> player embed --webinar-id 456 --iframe",
|
|
4550
|
+
"<%= config.bin %> player embed --video-id 123 --json"
|
|
4530
4551
|
],
|
|
4531
4552
|
"flags": {
|
|
4532
4553
|
"json": {
|
|
@@ -4553,54 +4574,109 @@
|
|
|
4553
4574
|
"allowNo": false,
|
|
4554
4575
|
"type": "boolean"
|
|
4555
4576
|
},
|
|
4556
|
-
"
|
|
4557
|
-
"description": "
|
|
4558
|
-
"name": "
|
|
4559
|
-
"required":
|
|
4577
|
+
"video-id": {
|
|
4578
|
+
"description": "Video ID to embed (maps to photo_id)",
|
|
4579
|
+
"name": "video-id",
|
|
4580
|
+
"required": false,
|
|
4560
4581
|
"hasDynamicHelp": false,
|
|
4561
4582
|
"multiple": false,
|
|
4562
4583
|
"type": "option"
|
|
4563
4584
|
},
|
|
4564
|
-
"
|
|
4565
|
-
"description": "
|
|
4566
|
-
"name": "
|
|
4585
|
+
"webinar-id": {
|
|
4586
|
+
"description": "Webinar ID to embed (maps to live_id)",
|
|
4587
|
+
"name": "webinar-id",
|
|
4567
4588
|
"required": false,
|
|
4568
4589
|
"hasDynamicHelp": false,
|
|
4569
4590
|
"multiple": false,
|
|
4570
4591
|
"type": "option"
|
|
4571
4592
|
},
|
|
4572
|
-
"
|
|
4573
|
-
"description": "
|
|
4574
|
-
"name": "
|
|
4593
|
+
"category-id": {
|
|
4594
|
+
"description": "Category ID to embed (maps to album_id)",
|
|
4595
|
+
"name": "category-id",
|
|
4575
4596
|
"required": false,
|
|
4576
4597
|
"hasDynamicHelp": false,
|
|
4577
4598
|
"multiple": false,
|
|
4578
4599
|
"type": "option"
|
|
4579
4600
|
},
|
|
4580
|
-
"
|
|
4581
|
-
"description": "
|
|
4582
|
-
"name": "
|
|
4601
|
+
"player-id": {
|
|
4602
|
+
"description": "Player ID to use (default: workspace default)",
|
|
4603
|
+
"name": "player-id",
|
|
4604
|
+
"required": false,
|
|
4605
|
+
"hasDynamicHelp": false,
|
|
4606
|
+
"multiple": false,
|
|
4607
|
+
"type": "option"
|
|
4608
|
+
},
|
|
4609
|
+
"url": {
|
|
4610
|
+
"description": "Workspace URL to resolve to an embed code",
|
|
4611
|
+
"name": "url",
|
|
4612
|
+
"required": false,
|
|
4613
|
+
"hasDynamicHelp": false,
|
|
4614
|
+
"multiple": false,
|
|
4615
|
+
"type": "option"
|
|
4616
|
+
},
|
|
4617
|
+
"width": {
|
|
4618
|
+
"description": "Desired embed width in pixels",
|
|
4619
|
+
"name": "width",
|
|
4620
|
+
"required": false,
|
|
4621
|
+
"hasDynamicHelp": false,
|
|
4622
|
+
"multiple": false,
|
|
4623
|
+
"type": "option"
|
|
4624
|
+
},
|
|
4625
|
+
"height": {
|
|
4626
|
+
"description": "Desired embed height in pixels",
|
|
4627
|
+
"name": "height",
|
|
4628
|
+
"required": false,
|
|
4629
|
+
"hasDynamicHelp": false,
|
|
4630
|
+
"multiple": false,
|
|
4631
|
+
"type": "option"
|
|
4632
|
+
},
|
|
4633
|
+
"responsive": {
|
|
4634
|
+
"description": "Return a responsive embed code (maps to responsive_p)",
|
|
4635
|
+
"name": "responsive",
|
|
4583
4636
|
"required": false,
|
|
4584
4637
|
"allowNo": true,
|
|
4585
4638
|
"type": "boolean"
|
|
4586
4639
|
},
|
|
4587
|
-
"
|
|
4588
|
-
"description": "
|
|
4589
|
-
"name": "
|
|
4640
|
+
"autoplay": {
|
|
4641
|
+
"description": "Enable auto-play in the embed code (maps to autoplay_p)",
|
|
4642
|
+
"name": "autoplay",
|
|
4590
4643
|
"required": false,
|
|
4591
4644
|
"allowNo": true,
|
|
4592
4645
|
"type": "boolean"
|
|
4593
4646
|
},
|
|
4594
|
-
"
|
|
4595
|
-
"description": "
|
|
4596
|
-
"name": "
|
|
4647
|
+
"iframe": {
|
|
4648
|
+
"description": "Return an iframe-based embed code (maps to iframe_p)",
|
|
4649
|
+
"name": "iframe",
|
|
4597
4650
|
"required": false,
|
|
4598
4651
|
"allowNo": true,
|
|
4599
4652
|
"type": "boolean"
|
|
4600
4653
|
},
|
|
4601
|
-
"
|
|
4602
|
-
"description": "
|
|
4603
|
-
"name": "
|
|
4654
|
+
"start": {
|
|
4655
|
+
"description": "Start position in seconds",
|
|
4656
|
+
"name": "start",
|
|
4657
|
+
"required": false,
|
|
4658
|
+
"hasDynamicHelp": false,
|
|
4659
|
+
"multiple": false,
|
|
4660
|
+
"type": "option"
|
|
4661
|
+
},
|
|
4662
|
+
"include-unpublished": {
|
|
4663
|
+
"description": "Include unpublished content in player parameters (maps to include_unpublished_p)",
|
|
4664
|
+
"name": "include-unpublished",
|
|
4665
|
+
"required": false,
|
|
4666
|
+
"allowNo": true,
|
|
4667
|
+
"type": "boolean"
|
|
4668
|
+
},
|
|
4669
|
+
"token": {
|
|
4670
|
+
"description": "Video token for private or token-protected videos",
|
|
4671
|
+
"name": "token",
|
|
4672
|
+
"required": false,
|
|
4673
|
+
"hasDynamicHelp": false,
|
|
4674
|
+
"multiple": false,
|
|
4675
|
+
"type": "option"
|
|
4676
|
+
},
|
|
4677
|
+
"source": {
|
|
4678
|
+
"description": "Analytics source tag",
|
|
4679
|
+
"name": "source",
|
|
4604
4680
|
"required": false,
|
|
4605
4681
|
"hasDynamicHelp": false,
|
|
4606
4682
|
"multiple": false,
|
|
@@ -4609,22 +4685,16 @@
|
|
|
4609
4685
|
},
|
|
4610
4686
|
"hasDynamicHelp": false,
|
|
4611
4687
|
"hiddenAliases": [],
|
|
4612
|
-
"id": "
|
|
4688
|
+
"id": "player:embed",
|
|
4613
4689
|
"pluginAlias": "twentythree-cli",
|
|
4614
4690
|
"pluginName": "twentythree-cli",
|
|
4615
4691
|
"pluginType": "core",
|
|
4616
4692
|
"strict": true,
|
|
4617
4693
|
"agentMetadata": {
|
|
4618
|
-
"api_endpoint": "GET /
|
|
4694
|
+
"api_endpoint": "GET /player/embed",
|
|
4619
4695
|
"auth_scope": "anonymous",
|
|
4620
4696
|
"output_shape": {
|
|
4621
|
-
"type": "
|
|
4622
|
-
"columns": [
|
|
4623
|
-
"ID",
|
|
4624
|
-
"Question",
|
|
4625
|
-
"Open",
|
|
4626
|
-
"Results Visible"
|
|
4627
|
-
]
|
|
4697
|
+
"type": "key-value"
|
|
4628
4698
|
},
|
|
4629
4699
|
"side_effects": "none"
|
|
4630
4700
|
},
|
|
@@ -4633,23 +4703,17 @@
|
|
|
4633
4703
|
"relativePath": [
|
|
4634
4704
|
"dist",
|
|
4635
4705
|
"commands",
|
|
4636
|
-
"
|
|
4637
|
-
"
|
|
4706
|
+
"player",
|
|
4707
|
+
"embed.cjs"
|
|
4638
4708
|
]
|
|
4639
4709
|
},
|
|
4640
|
-
"
|
|
4710
|
+
"player:list": {
|
|
4641
4711
|
"aliases": [],
|
|
4642
|
-
"args": {
|
|
4643
|
-
|
|
4644
|
-
"description": "Poll ID",
|
|
4645
|
-
"name": "id",
|
|
4646
|
-
"required": true
|
|
4647
|
-
}
|
|
4648
|
-
},
|
|
4649
|
-
"description": "Remove a poll",
|
|
4712
|
+
"args": {},
|
|
4713
|
+
"description": "List players in the active workspace",
|
|
4650
4714
|
"examples": [
|
|
4651
|
-
"<%= config.bin %>
|
|
4652
|
-
"<%= config.bin %>
|
|
4715
|
+
"<%= config.bin %> player list",
|
|
4716
|
+
"<%= config.bin %> player list --json"
|
|
4653
4717
|
],
|
|
4654
4718
|
"flags": {
|
|
4655
4719
|
"json": {
|
|
@@ -4675,45 +4739,58 @@
|
|
|
4675
4739
|
"name": "agent",
|
|
4676
4740
|
"allowNo": false,
|
|
4677
4741
|
"type": "boolean"
|
|
4742
|
+
},
|
|
4743
|
+
"source": {
|
|
4744
|
+
"description": "Analytics source tag",
|
|
4745
|
+
"name": "source",
|
|
4746
|
+
"required": false,
|
|
4747
|
+
"hasDynamicHelp": false,
|
|
4748
|
+
"multiple": false,
|
|
4749
|
+
"type": "option"
|
|
4678
4750
|
}
|
|
4679
4751
|
},
|
|
4680
4752
|
"hasDynamicHelp": false,
|
|
4681
4753
|
"hiddenAliases": [],
|
|
4682
|
-
"id": "
|
|
4754
|
+
"id": "player:list",
|
|
4683
4755
|
"pluginAlias": "twentythree-cli",
|
|
4684
4756
|
"pluginName": "twentythree-cli",
|
|
4685
4757
|
"pluginType": "core",
|
|
4686
4758
|
"strict": true,
|
|
4687
4759
|
"agentMetadata": {
|
|
4688
|
-
"api_endpoint": "POST /
|
|
4689
|
-
"auth_scope": "
|
|
4760
|
+
"api_endpoint": "POST /player/list",
|
|
4761
|
+
"auth_scope": "read",
|
|
4690
4762
|
"output_shape": {
|
|
4691
|
-
"type": "
|
|
4763
|
+
"type": "table",
|
|
4764
|
+
"columns": [
|
|
4765
|
+
"ID",
|
|
4766
|
+
"Name",
|
|
4767
|
+
"Default"
|
|
4768
|
+
]
|
|
4692
4769
|
},
|
|
4693
|
-
"side_effects": "
|
|
4770
|
+
"side_effects": "none"
|
|
4694
4771
|
},
|
|
4695
4772
|
"enableJsonFlag": true,
|
|
4696
4773
|
"isESM": false,
|
|
4697
4774
|
"relativePath": [
|
|
4698
4775
|
"dist",
|
|
4699
4776
|
"commands",
|
|
4700
|
-
"
|
|
4701
|
-
"
|
|
4777
|
+
"player",
|
|
4778
|
+
"list.cjs"
|
|
4702
4779
|
]
|
|
4703
4780
|
},
|
|
4704
|
-
"
|
|
4781
|
+
"player:remove-thumbnail": {
|
|
4705
4782
|
"aliases": [],
|
|
4706
4783
|
"args": {
|
|
4707
4784
|
"id": {
|
|
4708
|
-
"description": "
|
|
4785
|
+
"description": "Player ID",
|
|
4709
4786
|
"name": "id",
|
|
4710
4787
|
"required": true
|
|
4711
4788
|
}
|
|
4712
4789
|
},
|
|
4713
|
-
"description": "
|
|
4790
|
+
"description": "Remove the custom thumbnail for a player, reverting to the default",
|
|
4714
4791
|
"examples": [
|
|
4715
|
-
"<%= config.bin %>
|
|
4716
|
-
"<%= config.bin %>
|
|
4792
|
+
"<%= config.bin %> player remove-thumbnail 42",
|
|
4793
|
+
"<%= config.bin %> player remove-thumbnail 42 --json"
|
|
4717
4794
|
],
|
|
4718
4795
|
"flags": {
|
|
4719
4796
|
"json": {
|
|
@@ -4739,55 +4816,45 @@
|
|
|
4739
4816
|
"name": "agent",
|
|
4740
4817
|
"allowNo": false,
|
|
4741
4818
|
"type": "boolean"
|
|
4742
|
-
},
|
|
4743
|
-
"option": {
|
|
4744
|
-
"description": "Poll option (repeat for multiple)",
|
|
4745
|
-
"name": "option",
|
|
4746
|
-
"required": false,
|
|
4747
|
-
"hasDynamicHelp": false,
|
|
4748
|
-
"multiple": true,
|
|
4749
|
-
"type": "option"
|
|
4750
4819
|
}
|
|
4751
4820
|
},
|
|
4752
4821
|
"hasDynamicHelp": false,
|
|
4753
4822
|
"hiddenAliases": [],
|
|
4754
|
-
"id": "
|
|
4823
|
+
"id": "player:remove-thumbnail",
|
|
4755
4824
|
"pluginAlias": "twentythree-cli",
|
|
4756
4825
|
"pluginName": "twentythree-cli",
|
|
4757
4826
|
"pluginType": "core",
|
|
4758
4827
|
"strict": true,
|
|
4828
|
+
"enableJsonFlag": true,
|
|
4759
4829
|
"agentMetadata": {
|
|
4760
|
-
"api_endpoint": "POST /
|
|
4830
|
+
"api_endpoint": "POST /player/remove-thumbnail",
|
|
4761
4831
|
"auth_scope": "write",
|
|
4762
4832
|
"output_shape": {
|
|
4763
|
-
"type": "
|
|
4833
|
+
"type": "key-value"
|
|
4764
4834
|
},
|
|
4765
4835
|
"side_effects": "updates"
|
|
4766
4836
|
},
|
|
4767
|
-
"enableJsonFlag": true,
|
|
4768
4837
|
"isESM": false,
|
|
4769
4838
|
"relativePath": [
|
|
4770
4839
|
"dist",
|
|
4771
4840
|
"commands",
|
|
4772
|
-
"
|
|
4773
|
-
"
|
|
4841
|
+
"player",
|
|
4842
|
+
"remove-thumbnail.cjs"
|
|
4774
4843
|
]
|
|
4775
4844
|
},
|
|
4776
|
-
"
|
|
4845
|
+
"player:set-thumbnail": {
|
|
4777
4846
|
"aliases": [],
|
|
4778
4847
|
"args": {
|
|
4779
|
-
"
|
|
4780
|
-
"description": "
|
|
4781
|
-
"name": "
|
|
4848
|
+
"file": {
|
|
4849
|
+
"description": "Path to the thumbnail image file",
|
|
4850
|
+
"name": "file",
|
|
4782
4851
|
"required": true
|
|
4783
4852
|
}
|
|
4784
4853
|
},
|
|
4785
|
-
"description": "
|
|
4854
|
+
"description": "Upload and set a custom thumbnail image for a player",
|
|
4786
4855
|
"examples": [
|
|
4787
|
-
"<%= config.bin %>
|
|
4788
|
-
"<%= config.bin %>
|
|
4789
|
-
"<%= config.bin %> poll update 99 --no-display-results",
|
|
4790
|
-
"<%= config.bin %> poll update 99 --question \"New?\" --open --json"
|
|
4856
|
+
"<%= config.bin %> player set-thumbnail ./thumbnail.png --player-id 42",
|
|
4857
|
+
"<%= config.bin %> player set-thumbnail ./thumbnail.jpg --player-id 42 --json"
|
|
4791
4858
|
],
|
|
4792
4859
|
"flags": {
|
|
4793
4860
|
"json": {
|
|
@@ -4814,66 +4881,46 @@
|
|
|
4814
4881
|
"allowNo": false,
|
|
4815
4882
|
"type": "boolean"
|
|
4816
4883
|
},
|
|
4817
|
-
"
|
|
4818
|
-
"description": "
|
|
4819
|
-
"name": "
|
|
4820
|
-
"required":
|
|
4884
|
+
"player-id": {
|
|
4885
|
+
"description": "Player ID to update",
|
|
4886
|
+
"name": "player-id",
|
|
4887
|
+
"required": true,
|
|
4821
4888
|
"hasDynamicHelp": false,
|
|
4822
4889
|
"multiple": false,
|
|
4823
4890
|
"type": "option"
|
|
4824
|
-
},
|
|
4825
|
-
"open": {
|
|
4826
|
-
"description": "Open or close the poll",
|
|
4827
|
-
"name": "open",
|
|
4828
|
-
"required": false,
|
|
4829
|
-
"allowNo": true,
|
|
4830
|
-
"type": "boolean"
|
|
4831
|
-
},
|
|
4832
|
-
"display-results": {
|
|
4833
|
-
"description": "Show or hide results",
|
|
4834
|
-
"name": "display-results",
|
|
4835
|
-
"required": false,
|
|
4836
|
-
"allowNo": true,
|
|
4837
|
-
"type": "boolean"
|
|
4838
4891
|
}
|
|
4839
4892
|
},
|
|
4840
4893
|
"hasDynamicHelp": false,
|
|
4841
4894
|
"hiddenAliases": [],
|
|
4842
|
-
"id": "
|
|
4895
|
+
"id": "player:set-thumbnail",
|
|
4843
4896
|
"pluginAlias": "twentythree-cli",
|
|
4844
4897
|
"pluginName": "twentythree-cli",
|
|
4845
4898
|
"pluginType": "core",
|
|
4846
4899
|
"strict": true,
|
|
4900
|
+
"enableJsonFlag": true,
|
|
4847
4901
|
"agentMetadata": {
|
|
4848
|
-
"api_endpoint": "POST /
|
|
4902
|
+
"api_endpoint": "POST /player/set-thumbnail",
|
|
4849
4903
|
"auth_scope": "write",
|
|
4850
4904
|
"output_shape": {
|
|
4851
|
-
"type": "
|
|
4905
|
+
"type": "key-value"
|
|
4852
4906
|
},
|
|
4853
4907
|
"side_effects": "updates"
|
|
4854
4908
|
},
|
|
4855
|
-
"enableJsonFlag": true,
|
|
4856
4909
|
"isESM": false,
|
|
4857
4910
|
"relativePath": [
|
|
4858
4911
|
"dist",
|
|
4859
4912
|
"commands",
|
|
4860
|
-
"
|
|
4861
|
-
"
|
|
4913
|
+
"player",
|
|
4914
|
+
"set-thumbnail.cjs"
|
|
4862
4915
|
]
|
|
4863
4916
|
},
|
|
4864
|
-
"player:
|
|
4917
|
+
"player:styles": {
|
|
4865
4918
|
"aliases": [],
|
|
4866
|
-
"args": {
|
|
4867
|
-
|
|
4868
|
-
"description": "Player ID",
|
|
4869
|
-
"name": "id",
|
|
4870
|
-
"required": true
|
|
4871
|
-
}
|
|
4872
|
-
},
|
|
4873
|
-
"description": "Delete a player from the active workspace",
|
|
4919
|
+
"args": {},
|
|
4920
|
+
"description": "List available player visual styles",
|
|
4874
4921
|
"examples": [
|
|
4875
|
-
"<%= config.bin %> player
|
|
4876
|
-
"<%= config.bin %> player
|
|
4922
|
+
"<%= config.bin %> player styles",
|
|
4923
|
+
"<%= config.bin %> player styles --json"
|
|
4877
4924
|
],
|
|
4878
4925
|
"flags": {
|
|
4879
4926
|
"json": {
|
|
@@ -4899,22 +4946,35 @@
|
|
|
4899
4946
|
"name": "agent",
|
|
4900
4947
|
"allowNo": false,
|
|
4901
4948
|
"type": "boolean"
|
|
4949
|
+
},
|
|
4950
|
+
"fields": {
|
|
4951
|
+
"description": "Comma-separated list of fields to return",
|
|
4952
|
+
"name": "fields",
|
|
4953
|
+
"required": false,
|
|
4954
|
+
"hasDynamicHelp": false,
|
|
4955
|
+
"multiple": false,
|
|
4956
|
+
"type": "option"
|
|
4902
4957
|
}
|
|
4903
4958
|
},
|
|
4904
4959
|
"hasDynamicHelp": false,
|
|
4905
4960
|
"hiddenAliases": [],
|
|
4906
|
-
"id": "player:
|
|
4961
|
+
"id": "player:styles",
|
|
4907
4962
|
"pluginAlias": "twentythree-cli",
|
|
4908
4963
|
"pluginName": "twentythree-cli",
|
|
4909
4964
|
"pluginType": "core",
|
|
4910
4965
|
"strict": true,
|
|
4911
4966
|
"agentMetadata": {
|
|
4912
|
-
"api_endpoint": "
|
|
4913
|
-
"auth_scope": "
|
|
4967
|
+
"api_endpoint": "GET /player/styles",
|
|
4968
|
+
"auth_scope": "read",
|
|
4914
4969
|
"output_shape": {
|
|
4915
|
-
"type": "
|
|
4970
|
+
"type": "table",
|
|
4971
|
+
"columns": [
|
|
4972
|
+
"Style",
|
|
4973
|
+
"Name",
|
|
4974
|
+
"Icon"
|
|
4975
|
+
]
|
|
4916
4976
|
},
|
|
4917
|
-
"side_effects": "
|
|
4977
|
+
"side_effects": "none"
|
|
4918
4978
|
},
|
|
4919
4979
|
"enableJsonFlag": true,
|
|
4920
4980
|
"isESM": false,
|
|
@@ -4922,16 +4982,22 @@
|
|
|
4922
4982
|
"dist",
|
|
4923
4983
|
"commands",
|
|
4924
4984
|
"player",
|
|
4925
|
-
"
|
|
4985
|
+
"styles.cjs"
|
|
4926
4986
|
]
|
|
4927
4987
|
},
|
|
4928
|
-
"player:
|
|
4988
|
+
"player:update": {
|
|
4929
4989
|
"aliases": [],
|
|
4930
|
-
"args": {
|
|
4931
|
-
|
|
4990
|
+
"args": {
|
|
4991
|
+
"id": {
|
|
4992
|
+
"description": "Player ID",
|
|
4993
|
+
"name": "id",
|
|
4994
|
+
"required": true
|
|
4995
|
+
}
|
|
4996
|
+
},
|
|
4997
|
+
"description": "Update settings for a player",
|
|
4932
4998
|
"examples": [
|
|
4933
|
-
"<%= config.bin %> player
|
|
4934
|
-
"<%= config.bin %> player
|
|
4999
|
+
"<%= config.bin %> player update 42 --name \"My Player\"",
|
|
5000
|
+
"<%= config.bin %> player update 42 --description \"New description\""
|
|
4935
5001
|
],
|
|
4936
5002
|
"flags": {
|
|
4937
5003
|
"json": {
|
|
@@ -4958,25 +5024,25 @@
|
|
|
4958
5024
|
"allowNo": false,
|
|
4959
5025
|
"type": "boolean"
|
|
4960
5026
|
},
|
|
4961
|
-
"
|
|
4962
|
-
"description": "
|
|
4963
|
-
"name": "
|
|
4964
|
-
"required":
|
|
5027
|
+
"name": {
|
|
5028
|
+
"description": "New name for the player",
|
|
5029
|
+
"name": "name",
|
|
5030
|
+
"required": false,
|
|
4965
5031
|
"hasDynamicHelp": false,
|
|
4966
5032
|
"multiple": false,
|
|
4967
5033
|
"type": "option"
|
|
4968
5034
|
},
|
|
4969
|
-
"
|
|
4970
|
-
"description": "
|
|
4971
|
-
"name": "
|
|
4972
|
-
"required":
|
|
5035
|
+
"description": {
|
|
5036
|
+
"description": "New description for the player",
|
|
5037
|
+
"name": "description",
|
|
5038
|
+
"required": false,
|
|
4973
5039
|
"hasDynamicHelp": false,
|
|
4974
5040
|
"multiple": false,
|
|
4975
5041
|
"type": "option"
|
|
4976
5042
|
},
|
|
4977
|
-
"
|
|
4978
|
-
"description": "
|
|
4979
|
-
"name": "
|
|
5043
|
+
"data": {
|
|
5044
|
+
"description": "JSON-encoded player properties to merge into the request body",
|
|
5045
|
+
"name": "data",
|
|
4980
5046
|
"required": false,
|
|
4981
5047
|
"hasDynamicHelp": false,
|
|
4982
5048
|
"multiple": false,
|
|
@@ -4985,23 +5051,18 @@
|
|
|
4985
5051
|
},
|
|
4986
5052
|
"hasDynamicHelp": false,
|
|
4987
5053
|
"hiddenAliases": [],
|
|
4988
|
-
"id": "player:
|
|
5054
|
+
"id": "player:update",
|
|
4989
5055
|
"pluginAlias": "twentythree-cli",
|
|
4990
5056
|
"pluginName": "twentythree-cli",
|
|
4991
5057
|
"pluginType": "core",
|
|
4992
5058
|
"strict": true,
|
|
4993
5059
|
"agentMetadata": {
|
|
4994
|
-
"api_endpoint": "
|
|
4995
|
-
"auth_scope": "
|
|
5060
|
+
"api_endpoint": "POST /player/update",
|
|
5061
|
+
"auth_scope": "write",
|
|
4996
5062
|
"output_shape": {
|
|
4997
|
-
"type": "
|
|
4998
|
-
"columns": [
|
|
4999
|
-
"Type",
|
|
5000
|
-
"Key",
|
|
5001
|
-
"Label"
|
|
5002
|
-
]
|
|
5063
|
+
"type": "none"
|
|
5003
5064
|
},
|
|
5004
|
-
"side_effects": "
|
|
5065
|
+
"side_effects": "updates"
|
|
5005
5066
|
},
|
|
5006
5067
|
"enableJsonFlag": true,
|
|
5007
5068
|
"isESM": false,
|
|
@@ -5009,18 +5070,16 @@
|
|
|
5009
5070
|
"dist",
|
|
5010
5071
|
"commands",
|
|
5011
5072
|
"player",
|
|
5012
|
-
"
|
|
5073
|
+
"update.cjs"
|
|
5013
5074
|
]
|
|
5014
5075
|
},
|
|
5015
|
-
"
|
|
5076
|
+
"poll:add": {
|
|
5016
5077
|
"aliases": [],
|
|
5017
5078
|
"args": {},
|
|
5018
|
-
"description": "
|
|
5079
|
+
"description": "Create a new poll for a webinar",
|
|
5019
5080
|
"examples": [
|
|
5020
|
-
"<%= config.bin %>
|
|
5021
|
-
"<%= config.bin %>
|
|
5022
|
-
"<%= config.bin %> player embed --webinar-id 456 --iframe",
|
|
5023
|
-
"<%= config.bin %> player embed --video-id 123 --json"
|
|
5081
|
+
"<%= config.bin %> poll add --object-id 12345 --question \"What is your preference?\"",
|
|
5082
|
+
"<%= config.bin %> poll add --object-id 12345 --question \"How are you?\" --json"
|
|
5024
5083
|
],
|
|
5025
5084
|
"flags": {
|
|
5026
5085
|
"json": {
|
|
@@ -5047,109 +5106,105 @@
|
|
|
5047
5106
|
"allowNo": false,
|
|
5048
5107
|
"type": "boolean"
|
|
5049
5108
|
},
|
|
5050
|
-
"
|
|
5051
|
-
"description": "
|
|
5052
|
-
"name": "
|
|
5053
|
-
"required":
|
|
5109
|
+
"object-id": {
|
|
5110
|
+
"description": "Object ID (webinar or live object)",
|
|
5111
|
+
"name": "object-id",
|
|
5112
|
+
"required": true,
|
|
5054
5113
|
"hasDynamicHelp": false,
|
|
5055
5114
|
"multiple": false,
|
|
5056
5115
|
"type": "option"
|
|
5057
5116
|
},
|
|
5058
|
-
"
|
|
5059
|
-
"description": "
|
|
5060
|
-
"name": "
|
|
5117
|
+
"question": {
|
|
5118
|
+
"description": "Poll question",
|
|
5119
|
+
"name": "question",
|
|
5061
5120
|
"required": false,
|
|
5062
5121
|
"hasDynamicHelp": false,
|
|
5063
5122
|
"multiple": false,
|
|
5064
5123
|
"type": "option"
|
|
5124
|
+
}
|
|
5125
|
+
},
|
|
5126
|
+
"hasDynamicHelp": false,
|
|
5127
|
+
"hiddenAliases": [],
|
|
5128
|
+
"id": "poll:add",
|
|
5129
|
+
"pluginAlias": "twentythree-cli",
|
|
5130
|
+
"pluginName": "twentythree-cli",
|
|
5131
|
+
"pluginType": "core",
|
|
5132
|
+
"strict": true,
|
|
5133
|
+
"agentMetadata": {
|
|
5134
|
+
"api_endpoint": "POST /poll/add",
|
|
5135
|
+
"auth_scope": "write",
|
|
5136
|
+
"output_shape": {
|
|
5137
|
+
"type": "none"
|
|
5065
5138
|
},
|
|
5066
|
-
"
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5071
|
-
|
|
5072
|
-
|
|
5073
|
-
|
|
5074
|
-
"
|
|
5075
|
-
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
"
|
|
5084
|
-
|
|
5085
|
-
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5089
|
-
|
|
5090
|
-
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
"
|
|
5094
|
-
"
|
|
5095
|
-
"
|
|
5096
|
-
"
|
|
5139
|
+
"side_effects": "creates"
|
|
5140
|
+
},
|
|
5141
|
+
"enableJsonFlag": true,
|
|
5142
|
+
"isESM": false,
|
|
5143
|
+
"relativePath": [
|
|
5144
|
+
"dist",
|
|
5145
|
+
"commands",
|
|
5146
|
+
"poll",
|
|
5147
|
+
"add.cjs"
|
|
5148
|
+
]
|
|
5149
|
+
},
|
|
5150
|
+
"poll:answer": {
|
|
5151
|
+
"aliases": [],
|
|
5152
|
+
"args": {
|
|
5153
|
+
"id": {
|
|
5154
|
+
"description": "Poll ID",
|
|
5155
|
+
"name": "id",
|
|
5156
|
+
"required": true
|
|
5157
|
+
}
|
|
5158
|
+
},
|
|
5159
|
+
"description": "Submit a poll answer",
|
|
5160
|
+
"examples": [
|
|
5161
|
+
"<%= config.bin %> poll answer 99 --object-id 12345 --option-id 3",
|
|
5162
|
+
"<%= config.bin %> poll answer 99 --object-id 12345 --option-id 3 --json"
|
|
5163
|
+
],
|
|
5164
|
+
"flags": {
|
|
5165
|
+
"json": {
|
|
5166
|
+
"description": "Format output as json.",
|
|
5167
|
+
"helpGroup": "GLOBAL",
|
|
5168
|
+
"name": "json",
|
|
5169
|
+
"allowNo": false,
|
|
5170
|
+
"type": "boolean"
|
|
5097
5171
|
},
|
|
5098
|
-
"
|
|
5099
|
-
"
|
|
5100
|
-
"
|
|
5101
|
-
"
|
|
5172
|
+
"workspace": {
|
|
5173
|
+
"char": "w",
|
|
5174
|
+
"helpGroup": "GLOBAL",
|
|
5175
|
+
"name": "workspace",
|
|
5176
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
5102
5177
|
"hasDynamicHelp": false,
|
|
5103
5178
|
"multiple": false,
|
|
5104
5179
|
"type": "option"
|
|
5105
5180
|
},
|
|
5106
|
-
"
|
|
5107
|
-
"description": "
|
|
5108
|
-
"
|
|
5109
|
-
"
|
|
5110
|
-
"
|
|
5111
|
-
"
|
|
5112
|
-
},
|
|
5113
|
-
"autoplay": {
|
|
5114
|
-
"description": "Enable auto-play in the embed code (maps to autoplay_p)",
|
|
5115
|
-
"name": "autoplay",
|
|
5116
|
-
"required": false,
|
|
5117
|
-
"allowNo": true,
|
|
5118
|
-
"type": "boolean"
|
|
5119
|
-
},
|
|
5120
|
-
"iframe": {
|
|
5121
|
-
"description": "Return an iframe-based embed code (maps to iframe_p)",
|
|
5122
|
-
"name": "iframe",
|
|
5123
|
-
"required": false,
|
|
5124
|
-
"allowNo": true,
|
|
5181
|
+
"agent": {
|
|
5182
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
5183
|
+
"helpGroup": "GLOBAL",
|
|
5184
|
+
"hidden": true,
|
|
5185
|
+
"name": "agent",
|
|
5186
|
+
"allowNo": false,
|
|
5125
5187
|
"type": "boolean"
|
|
5126
5188
|
},
|
|
5127
|
-
"
|
|
5128
|
-
"description": "
|
|
5129
|
-
"name": "
|
|
5189
|
+
"object-id": {
|
|
5190
|
+
"description": "Object ID (webinar or live object)",
|
|
5191
|
+
"name": "object-id",
|
|
5130
5192
|
"required": false,
|
|
5131
5193
|
"hasDynamicHelp": false,
|
|
5132
5194
|
"multiple": false,
|
|
5133
5195
|
"type": "option"
|
|
5134
5196
|
},
|
|
5135
|
-
"
|
|
5136
|
-
"description": "
|
|
5137
|
-
"name": "
|
|
5138
|
-
"required": false,
|
|
5139
|
-
"allowNo": true,
|
|
5140
|
-
"type": "boolean"
|
|
5141
|
-
},
|
|
5142
|
-
"token": {
|
|
5143
|
-
"description": "Video token for private or token-protected videos",
|
|
5144
|
-
"name": "token",
|
|
5197
|
+
"object-token": {
|
|
5198
|
+
"description": "Object token (auto-looked up if omitted)",
|
|
5199
|
+
"name": "object-token",
|
|
5145
5200
|
"required": false,
|
|
5146
5201
|
"hasDynamicHelp": false,
|
|
5147
5202
|
"multiple": false,
|
|
5148
5203
|
"type": "option"
|
|
5149
5204
|
},
|
|
5150
|
-
"
|
|
5151
|
-
"description": "
|
|
5152
|
-
"name": "
|
|
5205
|
+
"option-id": {
|
|
5206
|
+
"description": "Poll option ID",
|
|
5207
|
+
"name": "option-id",
|
|
5153
5208
|
"required": false,
|
|
5154
5209
|
"hasDynamicHelp": false,
|
|
5155
5210
|
"multiple": false,
|
|
@@ -5158,35 +5213,37 @@
|
|
|
5158
5213
|
},
|
|
5159
5214
|
"hasDynamicHelp": false,
|
|
5160
5215
|
"hiddenAliases": [],
|
|
5161
|
-
"id": "
|
|
5216
|
+
"id": "poll:answer",
|
|
5162
5217
|
"pluginAlias": "twentythree-cli",
|
|
5163
5218
|
"pluginName": "twentythree-cli",
|
|
5164
5219
|
"pluginType": "core",
|
|
5165
5220
|
"strict": true,
|
|
5166
5221
|
"agentMetadata": {
|
|
5167
|
-
"api_endpoint": "
|
|
5222
|
+
"api_endpoint": "POST /poll/answer",
|
|
5168
5223
|
"auth_scope": "anonymous",
|
|
5169
5224
|
"output_shape": {
|
|
5170
|
-
"type": "
|
|
5225
|
+
"type": "none"
|
|
5171
5226
|
},
|
|
5172
|
-
"side_effects": "
|
|
5227
|
+
"side_effects": "creates"
|
|
5173
5228
|
},
|
|
5174
5229
|
"enableJsonFlag": true,
|
|
5175
5230
|
"isESM": false,
|
|
5176
5231
|
"relativePath": [
|
|
5177
5232
|
"dist",
|
|
5178
5233
|
"commands",
|
|
5179
|
-
"
|
|
5180
|
-
"
|
|
5234
|
+
"poll",
|
|
5235
|
+
"answer.cjs"
|
|
5181
5236
|
]
|
|
5182
5237
|
},
|
|
5183
|
-
"
|
|
5238
|
+
"poll:list": {
|
|
5184
5239
|
"aliases": [],
|
|
5185
5240
|
"args": {},
|
|
5186
|
-
"description": "List
|
|
5241
|
+
"description": "List polls for a webinar",
|
|
5187
5242
|
"examples": [
|
|
5188
|
-
"<%= config.bin %>
|
|
5189
|
-
"<%= config.bin %>
|
|
5243
|
+
"<%= config.bin %> poll list --object-id 12345",
|
|
5244
|
+
"<%= config.bin %> poll list --object-id 12345 --json",
|
|
5245
|
+
"<%= config.bin %> poll list --object-id 12345 --open --json",
|
|
5246
|
+
"<%= config.bin %> poll list --object-id 12345 --poll-id 99 --json"
|
|
5190
5247
|
],
|
|
5191
5248
|
"flags": {
|
|
5192
5249
|
"json": {
|
|
@@ -5213,9 +5270,54 @@
|
|
|
5213
5270
|
"allowNo": false,
|
|
5214
5271
|
"type": "boolean"
|
|
5215
5272
|
},
|
|
5216
|
-
"
|
|
5217
|
-
"description": "
|
|
5218
|
-
"name": "
|
|
5273
|
+
"object-id": {
|
|
5274
|
+
"description": "Object ID (webinar or live object)",
|
|
5275
|
+
"name": "object-id",
|
|
5276
|
+
"required": true,
|
|
5277
|
+
"hasDynamicHelp": false,
|
|
5278
|
+
"multiple": false,
|
|
5279
|
+
"type": "option"
|
|
5280
|
+
},
|
|
5281
|
+
"object-token": {
|
|
5282
|
+
"description": "Object token (auto-looked up if omitted)",
|
|
5283
|
+
"name": "object-token",
|
|
5284
|
+
"required": false,
|
|
5285
|
+
"hasDynamicHelp": false,
|
|
5286
|
+
"multiple": false,
|
|
5287
|
+
"type": "option"
|
|
5288
|
+
},
|
|
5289
|
+
"poll-id": {
|
|
5290
|
+
"description": "Limit results to a single poll by its ID",
|
|
5291
|
+
"name": "poll-id",
|
|
5292
|
+
"required": false,
|
|
5293
|
+
"hasDynamicHelp": false,
|
|
5294
|
+
"multiple": false,
|
|
5295
|
+
"type": "option"
|
|
5296
|
+
},
|
|
5297
|
+
"open": {
|
|
5298
|
+
"description": "Filter by open/closed status",
|
|
5299
|
+
"name": "open",
|
|
5300
|
+
"required": false,
|
|
5301
|
+
"allowNo": true,
|
|
5302
|
+
"type": "boolean"
|
|
5303
|
+
},
|
|
5304
|
+
"public": {
|
|
5305
|
+
"description": "Filter by public/non-public status",
|
|
5306
|
+
"name": "public",
|
|
5307
|
+
"required": false,
|
|
5308
|
+
"allowNo": true,
|
|
5309
|
+
"type": "boolean"
|
|
5310
|
+
},
|
|
5311
|
+
"display-results": {
|
|
5312
|
+
"description": "Filter to polls with publicly displayed results",
|
|
5313
|
+
"name": "display-results",
|
|
5314
|
+
"required": false,
|
|
5315
|
+
"allowNo": true,
|
|
5316
|
+
"type": "boolean"
|
|
5317
|
+
},
|
|
5318
|
+
"fields": {
|
|
5319
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
5320
|
+
"name": "fields",
|
|
5219
5321
|
"required": false,
|
|
5220
5322
|
"hasDynamicHelp": false,
|
|
5221
5323
|
"multiple": false,
|
|
@@ -5224,20 +5326,21 @@
|
|
|
5224
5326
|
},
|
|
5225
5327
|
"hasDynamicHelp": false,
|
|
5226
5328
|
"hiddenAliases": [],
|
|
5227
|
-
"id": "
|
|
5329
|
+
"id": "poll:list",
|
|
5228
5330
|
"pluginAlias": "twentythree-cli",
|
|
5229
5331
|
"pluginName": "twentythree-cli",
|
|
5230
5332
|
"pluginType": "core",
|
|
5231
5333
|
"strict": true,
|
|
5232
5334
|
"agentMetadata": {
|
|
5233
|
-
"api_endpoint": "
|
|
5234
|
-
"auth_scope": "
|
|
5335
|
+
"api_endpoint": "GET /poll/list",
|
|
5336
|
+
"auth_scope": "anonymous",
|
|
5235
5337
|
"output_shape": {
|
|
5236
5338
|
"type": "table",
|
|
5237
5339
|
"columns": [
|
|
5238
5340
|
"ID",
|
|
5239
|
-
"
|
|
5240
|
-
"
|
|
5341
|
+
"Question",
|
|
5342
|
+
"Open",
|
|
5343
|
+
"Results Visible"
|
|
5241
5344
|
]
|
|
5242
5345
|
},
|
|
5243
5346
|
"side_effects": "none"
|
|
@@ -5247,23 +5350,23 @@
|
|
|
5247
5350
|
"relativePath": [
|
|
5248
5351
|
"dist",
|
|
5249
5352
|
"commands",
|
|
5250
|
-
"
|
|
5353
|
+
"poll",
|
|
5251
5354
|
"list.cjs"
|
|
5252
5355
|
]
|
|
5253
5356
|
},
|
|
5254
|
-
"
|
|
5357
|
+
"poll:remove": {
|
|
5255
5358
|
"aliases": [],
|
|
5256
5359
|
"args": {
|
|
5257
5360
|
"id": {
|
|
5258
|
-
"description": "
|
|
5361
|
+
"description": "Poll ID",
|
|
5259
5362
|
"name": "id",
|
|
5260
5363
|
"required": true
|
|
5261
5364
|
}
|
|
5262
5365
|
},
|
|
5263
|
-
"description": "Remove
|
|
5366
|
+
"description": "Remove a poll",
|
|
5264
5367
|
"examples": [
|
|
5265
|
-
"<%= config.bin %>
|
|
5266
|
-
"<%= config.bin %>
|
|
5368
|
+
"<%= config.bin %> poll remove 99",
|
|
5369
|
+
"<%= config.bin %> poll remove 99 --json"
|
|
5267
5370
|
],
|
|
5268
5371
|
"flags": {
|
|
5269
5372
|
"json": {
|
|
@@ -5293,41 +5396,41 @@
|
|
|
5293
5396
|
},
|
|
5294
5397
|
"hasDynamicHelp": false,
|
|
5295
5398
|
"hiddenAliases": [],
|
|
5296
|
-
"id": "
|
|
5399
|
+
"id": "poll:remove",
|
|
5297
5400
|
"pluginAlias": "twentythree-cli",
|
|
5298
5401
|
"pluginName": "twentythree-cli",
|
|
5299
5402
|
"pluginType": "core",
|
|
5300
5403
|
"strict": true,
|
|
5301
|
-
"enableJsonFlag": true,
|
|
5302
5404
|
"agentMetadata": {
|
|
5303
|
-
"api_endpoint": "POST /
|
|
5405
|
+
"api_endpoint": "POST /poll/remove",
|
|
5304
5406
|
"auth_scope": "write",
|
|
5305
5407
|
"output_shape": {
|
|
5306
|
-
"type": "
|
|
5408
|
+
"type": "none"
|
|
5307
5409
|
},
|
|
5308
|
-
"side_effects": "
|
|
5410
|
+
"side_effects": "destructive"
|
|
5309
5411
|
},
|
|
5412
|
+
"enableJsonFlag": true,
|
|
5310
5413
|
"isESM": false,
|
|
5311
5414
|
"relativePath": [
|
|
5312
5415
|
"dist",
|
|
5313
5416
|
"commands",
|
|
5314
|
-
"
|
|
5315
|
-
"remove
|
|
5417
|
+
"poll",
|
|
5418
|
+
"remove.cjs"
|
|
5316
5419
|
]
|
|
5317
5420
|
},
|
|
5318
|
-
"
|
|
5421
|
+
"poll:set-options": {
|
|
5319
5422
|
"aliases": [],
|
|
5320
5423
|
"args": {
|
|
5321
|
-
"
|
|
5322
|
-
"description": "
|
|
5323
|
-
"name": "
|
|
5424
|
+
"id": {
|
|
5425
|
+
"description": "Poll ID",
|
|
5426
|
+
"name": "id",
|
|
5324
5427
|
"required": true
|
|
5325
5428
|
}
|
|
5326
5429
|
},
|
|
5327
|
-
"description": "
|
|
5430
|
+
"description": "Set options for a poll",
|
|
5328
5431
|
"examples": [
|
|
5329
|
-
"<%= config.bin %>
|
|
5330
|
-
"<%= config.bin %>
|
|
5432
|
+
"<%= config.bin %> poll set-options 99 --option \"Yes\" --option \"No\" --option \"Maybe\"",
|
|
5433
|
+
"<%= config.bin %> poll set-options 99 --option \"Option A\" --option \"Option B\" --json"
|
|
5331
5434
|
],
|
|
5332
5435
|
"flags": {
|
|
5333
5436
|
"json": {
|
|
@@ -5354,123 +5457,54 @@
|
|
|
5354
5457
|
"allowNo": false,
|
|
5355
5458
|
"type": "boolean"
|
|
5356
5459
|
},
|
|
5357
|
-
"
|
|
5358
|
-
"description": "
|
|
5359
|
-
"name": "
|
|
5360
|
-
"required":
|
|
5460
|
+
"option": {
|
|
5461
|
+
"description": "Poll option (repeat for multiple)",
|
|
5462
|
+
"name": "option",
|
|
5463
|
+
"required": false,
|
|
5361
5464
|
"hasDynamicHelp": false,
|
|
5362
|
-
"multiple":
|
|
5465
|
+
"multiple": true,
|
|
5363
5466
|
"type": "option"
|
|
5364
5467
|
}
|
|
5365
5468
|
},
|
|
5366
5469
|
"hasDynamicHelp": false,
|
|
5367
5470
|
"hiddenAliases": [],
|
|
5368
|
-
"id": "
|
|
5471
|
+
"id": "poll:set-options",
|
|
5369
5472
|
"pluginAlias": "twentythree-cli",
|
|
5370
5473
|
"pluginName": "twentythree-cli",
|
|
5371
5474
|
"pluginType": "core",
|
|
5372
5475
|
"strict": true,
|
|
5373
|
-
"enableJsonFlag": true,
|
|
5374
5476
|
"agentMetadata": {
|
|
5375
|
-
"api_endpoint": "POST /
|
|
5477
|
+
"api_endpoint": "POST /poll/set-options",
|
|
5376
5478
|
"auth_scope": "write",
|
|
5377
5479
|
"output_shape": {
|
|
5378
|
-
"type": "
|
|
5480
|
+
"type": "none"
|
|
5379
5481
|
},
|
|
5380
5482
|
"side_effects": "updates"
|
|
5381
5483
|
},
|
|
5382
|
-
"isESM": false,
|
|
5383
|
-
"relativePath": [
|
|
5384
|
-
"dist",
|
|
5385
|
-
"commands",
|
|
5386
|
-
"player",
|
|
5387
|
-
"set-thumbnail.cjs"
|
|
5388
|
-
]
|
|
5389
|
-
},
|
|
5390
|
-
"player:styles": {
|
|
5391
|
-
"aliases": [],
|
|
5392
|
-
"args": {},
|
|
5393
|
-
"description": "List available player visual styles",
|
|
5394
|
-
"examples": [
|
|
5395
|
-
"<%= config.bin %> player styles",
|
|
5396
|
-
"<%= config.bin %> player styles --json"
|
|
5397
|
-
],
|
|
5398
|
-
"flags": {
|
|
5399
|
-
"json": {
|
|
5400
|
-
"description": "Format output as json.",
|
|
5401
|
-
"helpGroup": "GLOBAL",
|
|
5402
|
-
"name": "json",
|
|
5403
|
-
"allowNo": false,
|
|
5404
|
-
"type": "boolean"
|
|
5405
|
-
},
|
|
5406
|
-
"workspace": {
|
|
5407
|
-
"char": "w",
|
|
5408
|
-
"helpGroup": "GLOBAL",
|
|
5409
|
-
"name": "workspace",
|
|
5410
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
5411
|
-
"hasDynamicHelp": false,
|
|
5412
|
-
"multiple": false,
|
|
5413
|
-
"type": "option"
|
|
5414
|
-
},
|
|
5415
|
-
"agent": {
|
|
5416
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
5417
|
-
"helpGroup": "GLOBAL",
|
|
5418
|
-
"hidden": true,
|
|
5419
|
-
"name": "agent",
|
|
5420
|
-
"allowNo": false,
|
|
5421
|
-
"type": "boolean"
|
|
5422
|
-
},
|
|
5423
|
-
"fields": {
|
|
5424
|
-
"description": "Comma-separated list of fields to return",
|
|
5425
|
-
"name": "fields",
|
|
5426
|
-
"required": false,
|
|
5427
|
-
"hasDynamicHelp": false,
|
|
5428
|
-
"multiple": false,
|
|
5429
|
-
"type": "option"
|
|
5430
|
-
}
|
|
5431
|
-
},
|
|
5432
|
-
"hasDynamicHelp": false,
|
|
5433
|
-
"hiddenAliases": [],
|
|
5434
|
-
"id": "player:styles",
|
|
5435
|
-
"pluginAlias": "twentythree-cli",
|
|
5436
|
-
"pluginName": "twentythree-cli",
|
|
5437
|
-
"pluginType": "core",
|
|
5438
|
-
"strict": true,
|
|
5439
|
-
"agentMetadata": {
|
|
5440
|
-
"api_endpoint": "GET /player/styles",
|
|
5441
|
-
"auth_scope": "read",
|
|
5442
|
-
"output_shape": {
|
|
5443
|
-
"type": "table",
|
|
5444
|
-
"columns": [
|
|
5445
|
-
"Style",
|
|
5446
|
-
"Name",
|
|
5447
|
-
"Icon"
|
|
5448
|
-
]
|
|
5449
|
-
},
|
|
5450
|
-
"side_effects": "none"
|
|
5451
|
-
},
|
|
5452
5484
|
"enableJsonFlag": true,
|
|
5453
5485
|
"isESM": false,
|
|
5454
5486
|
"relativePath": [
|
|
5455
5487
|
"dist",
|
|
5456
5488
|
"commands",
|
|
5457
|
-
"
|
|
5458
|
-
"
|
|
5489
|
+
"poll",
|
|
5490
|
+
"set-options.cjs"
|
|
5459
5491
|
]
|
|
5460
5492
|
},
|
|
5461
|
-
"
|
|
5493
|
+
"poll:update": {
|
|
5462
5494
|
"aliases": [],
|
|
5463
5495
|
"args": {
|
|
5464
5496
|
"id": {
|
|
5465
|
-
"description": "
|
|
5497
|
+
"description": "Poll ID",
|
|
5466
5498
|
"name": "id",
|
|
5467
5499
|
"required": true
|
|
5468
5500
|
}
|
|
5469
5501
|
},
|
|
5470
|
-
"description": "Update
|
|
5502
|
+
"description": "Update a poll",
|
|
5471
5503
|
"examples": [
|
|
5472
|
-
"<%= config.bin %>
|
|
5473
|
-
"<%= config.bin %>
|
|
5504
|
+
"<%= config.bin %> poll update 99 --question \"Updated question?\"",
|
|
5505
|
+
"<%= config.bin %> poll update 99 --open",
|
|
5506
|
+
"<%= config.bin %> poll update 99 --no-display-results",
|
|
5507
|
+
"<%= config.bin %> poll update 99 --question \"New?\" --open --json"
|
|
5474
5508
|
],
|
|
5475
5509
|
"flags": {
|
|
5476
5510
|
"json": {
|
|
@@ -5497,40 +5531,38 @@
|
|
|
5497
5531
|
"allowNo": false,
|
|
5498
5532
|
"type": "boolean"
|
|
5499
5533
|
},
|
|
5500
|
-
"
|
|
5501
|
-
"description": "
|
|
5502
|
-
"name": "
|
|
5534
|
+
"question": {
|
|
5535
|
+
"description": "Poll question",
|
|
5536
|
+
"name": "question",
|
|
5503
5537
|
"required": false,
|
|
5504
5538
|
"hasDynamicHelp": false,
|
|
5505
5539
|
"multiple": false,
|
|
5506
5540
|
"type": "option"
|
|
5507
5541
|
},
|
|
5508
|
-
"
|
|
5509
|
-
"description": "
|
|
5510
|
-
"name": "
|
|
5542
|
+
"open": {
|
|
5543
|
+
"description": "Open or close the poll",
|
|
5544
|
+
"name": "open",
|
|
5511
5545
|
"required": false,
|
|
5512
|
-
"
|
|
5513
|
-
"
|
|
5514
|
-
"type": "option"
|
|
5546
|
+
"allowNo": true,
|
|
5547
|
+
"type": "boolean"
|
|
5515
5548
|
},
|
|
5516
|
-
"
|
|
5517
|
-
"description": "
|
|
5518
|
-
"name": "
|
|
5549
|
+
"display-results": {
|
|
5550
|
+
"description": "Show or hide results",
|
|
5551
|
+
"name": "display-results",
|
|
5519
5552
|
"required": false,
|
|
5520
|
-
"
|
|
5521
|
-
"
|
|
5522
|
-
"type": "option"
|
|
5553
|
+
"allowNo": true,
|
|
5554
|
+
"type": "boolean"
|
|
5523
5555
|
}
|
|
5524
5556
|
},
|
|
5525
5557
|
"hasDynamicHelp": false,
|
|
5526
5558
|
"hiddenAliases": [],
|
|
5527
|
-
"id": "
|
|
5559
|
+
"id": "poll:update",
|
|
5528
5560
|
"pluginAlias": "twentythree-cli",
|
|
5529
5561
|
"pluginName": "twentythree-cli",
|
|
5530
5562
|
"pluginType": "core",
|
|
5531
5563
|
"strict": true,
|
|
5532
5564
|
"agentMetadata": {
|
|
5533
|
-
"api_endpoint": "POST /
|
|
5565
|
+
"api_endpoint": "POST /poll/update",
|
|
5534
5566
|
"auth_scope": "write",
|
|
5535
5567
|
"output_shape": {
|
|
5536
5568
|
"type": "none"
|
|
@@ -5542,7 +5574,7 @@
|
|
|
5542
5574
|
"relativePath": [
|
|
5543
5575
|
"dist",
|
|
5544
5576
|
"commands",
|
|
5545
|
-
"
|
|
5577
|
+
"poll",
|
|
5546
5578
|
"update.cjs"
|
|
5547
5579
|
]
|
|
5548
5580
|
},
|
|
@@ -5795,13 +5827,15 @@
|
|
|
5795
5827
|
"verify.cjs"
|
|
5796
5828
|
]
|
|
5797
5829
|
},
|
|
5798
|
-
"
|
|
5830
|
+
"session:get-token": {
|
|
5799
5831
|
"aliases": [],
|
|
5800
5832
|
"args": {},
|
|
5801
|
-
"description": "Get
|
|
5833
|
+
"description": "Get a session access token",
|
|
5802
5834
|
"examples": [
|
|
5803
|
-
"<%= config.bin %>
|
|
5804
|
-
"<%= config.bin %>
|
|
5835
|
+
"<%= config.bin %> session get-token",
|
|
5836
|
+
"<%= config.bin %> session get-token --return-url https://example.com",
|
|
5837
|
+
"<%= config.bin %> session get-token --email user@example.com --full-name \"Jane Doe\"",
|
|
5838
|
+
"<%= config.bin %> session get-token --json"
|
|
5805
5839
|
],
|
|
5806
5840
|
"flags": {
|
|
5807
5841
|
"json": {
|
|
@@ -5828,17 +5862,25 @@
|
|
|
5828
5862
|
"allowNo": false,
|
|
5829
5863
|
"type": "boolean"
|
|
5830
5864
|
},
|
|
5831
|
-
"
|
|
5832
|
-
"description": "
|
|
5833
|
-
"name": "
|
|
5834
|
-
"required":
|
|
5865
|
+
"return-url": {
|
|
5866
|
+
"description": "Return URL after session authentication",
|
|
5867
|
+
"name": "return-url",
|
|
5868
|
+
"required": false,
|
|
5835
5869
|
"hasDynamicHelp": false,
|
|
5836
5870
|
"multiple": false,
|
|
5837
5871
|
"type": "option"
|
|
5838
5872
|
},
|
|
5839
|
-
"
|
|
5840
|
-
"description": "
|
|
5841
|
-
"name": "
|
|
5873
|
+
"email": {
|
|
5874
|
+
"description": "Email for the session token",
|
|
5875
|
+
"name": "email",
|
|
5876
|
+
"required": false,
|
|
5877
|
+
"hasDynamicHelp": false,
|
|
5878
|
+
"multiple": false,
|
|
5879
|
+
"type": "option"
|
|
5880
|
+
},
|
|
5881
|
+
"full-name": {
|
|
5882
|
+
"description": "Full name for the session token",
|
|
5883
|
+
"name": "full-name",
|
|
5842
5884
|
"required": false,
|
|
5843
5885
|
"hasDynamicHelp": false,
|
|
5844
5886
|
"multiple": false,
|
|
@@ -5847,14 +5889,14 @@
|
|
|
5847
5889
|
},
|
|
5848
5890
|
"hasDynamicHelp": false,
|
|
5849
5891
|
"hiddenAliases": [],
|
|
5850
|
-
"id": "
|
|
5892
|
+
"id": "session:get-token",
|
|
5851
5893
|
"pluginAlias": "twentythree-cli",
|
|
5852
5894
|
"pluginName": "twentythree-cli",
|
|
5853
5895
|
"pluginType": "core",
|
|
5854
5896
|
"strict": true,
|
|
5855
5897
|
"enableJsonFlag": true,
|
|
5856
5898
|
"agentMetadata": {
|
|
5857
|
-
"api_endpoint": "
|
|
5899
|
+
"api_endpoint": "GET /session/get-token",
|
|
5858
5900
|
"auth_scope": "read",
|
|
5859
5901
|
"output_shape": {
|
|
5860
5902
|
"type": "key-value"
|
|
@@ -5865,17 +5907,17 @@
|
|
|
5865
5907
|
"relativePath": [
|
|
5866
5908
|
"dist",
|
|
5867
5909
|
"commands",
|
|
5868
|
-
"
|
|
5869
|
-
"get.cjs"
|
|
5910
|
+
"session",
|
|
5911
|
+
"get-token.cjs"
|
|
5870
5912
|
]
|
|
5871
5913
|
},
|
|
5872
|
-
"
|
|
5914
|
+
"session:redeem-token": {
|
|
5873
5915
|
"aliases": [],
|
|
5874
5916
|
"args": {},
|
|
5875
|
-
"description": "
|
|
5917
|
+
"description": "Redeem a session token",
|
|
5876
5918
|
"examples": [
|
|
5877
|
-
"<%= config.bin %>
|
|
5878
|
-
"<%= config.bin %>
|
|
5919
|
+
"<%= config.bin %> session redeem-token --session-token <token>",
|
|
5920
|
+
"<%= config.bin %> session redeem-token --session-token <token> --json"
|
|
5879
5921
|
],
|
|
5880
5922
|
"flags": {
|
|
5881
5923
|
"json": {
|
|
@@ -5902,54 +5944,46 @@
|
|
|
5902
5944
|
"allowNo": false,
|
|
5903
5945
|
"type": "boolean"
|
|
5904
5946
|
},
|
|
5905
|
-
"
|
|
5906
|
-
"description": "
|
|
5907
|
-
"name": "
|
|
5947
|
+
"session-token": {
|
|
5948
|
+
"description": "Session token to redeem",
|
|
5949
|
+
"name": "session-token",
|
|
5908
5950
|
"required": true,
|
|
5909
5951
|
"hasDynamicHelp": false,
|
|
5910
5952
|
"multiple": false,
|
|
5911
5953
|
"type": "option"
|
|
5912
|
-
},
|
|
5913
|
-
"fields": {
|
|
5914
|
-
"description": "Comma-separated fields to return",
|
|
5915
|
-
"name": "fields",
|
|
5916
|
-
"required": false,
|
|
5917
|
-
"hasDynamicHelp": false,
|
|
5918
|
-
"multiple": false,
|
|
5919
|
-
"type": "option"
|
|
5920
5954
|
}
|
|
5921
5955
|
},
|
|
5922
5956
|
"hasDynamicHelp": false,
|
|
5923
5957
|
"hiddenAliases": [],
|
|
5924
|
-
"id": "
|
|
5958
|
+
"id": "session:redeem-token",
|
|
5925
5959
|
"pluginAlias": "twentythree-cli",
|
|
5926
5960
|
"pluginName": "twentythree-cli",
|
|
5927
5961
|
"pluginType": "core",
|
|
5928
5962
|
"strict": true,
|
|
5929
5963
|
"enableJsonFlag": true,
|
|
5930
5964
|
"agentMetadata": {
|
|
5931
|
-
"api_endpoint": "POST /
|
|
5965
|
+
"api_endpoint": "POST /session/redeem-token",
|
|
5932
5966
|
"auth_scope": "read",
|
|
5933
5967
|
"output_shape": {
|
|
5934
5968
|
"type": "key-value"
|
|
5935
5969
|
},
|
|
5936
|
-
"side_effects": "
|
|
5970
|
+
"side_effects": "updates"
|
|
5937
5971
|
},
|
|
5938
5972
|
"isESM": false,
|
|
5939
5973
|
"relativePath": [
|
|
5940
5974
|
"dist",
|
|
5941
5975
|
"commands",
|
|
5942
|
-
"
|
|
5943
|
-
"
|
|
5976
|
+
"session",
|
|
5977
|
+
"redeem-token.cjs"
|
|
5944
5978
|
]
|
|
5945
5979
|
},
|
|
5946
|
-
"seo:
|
|
5980
|
+
"seo:get": {
|
|
5947
5981
|
"aliases": [],
|
|
5948
5982
|
"args": {},
|
|
5949
|
-
"description": "
|
|
5983
|
+
"description": "Get SEO metadata for a video, webinar, or webinar series",
|
|
5950
5984
|
"examples": [
|
|
5951
|
-
"<%= config.bin %> seo
|
|
5952
|
-
"<%= config.bin %> seo
|
|
5985
|
+
"<%= config.bin %> seo get --object-id 12345",
|
|
5986
|
+
"<%= config.bin %> seo get --object-id 12345 --json"
|
|
5953
5987
|
],
|
|
5954
5988
|
"flags": {
|
|
5955
5989
|
"json": {
|
|
@@ -5984,55 +6018,69 @@
|
|
|
5984
6018
|
"multiple": false,
|
|
5985
6019
|
"type": "option"
|
|
5986
6020
|
},
|
|
5987
|
-
"
|
|
5988
|
-
"description": "
|
|
5989
|
-
"name": "
|
|
6021
|
+
"fields": {
|
|
6022
|
+
"description": "Comma-separated fields to return",
|
|
6023
|
+
"name": "fields",
|
|
5990
6024
|
"required": false,
|
|
5991
6025
|
"hasDynamicHelp": false,
|
|
5992
6026
|
"multiple": false,
|
|
5993
6027
|
"type": "option"
|
|
6028
|
+
}
|
|
6029
|
+
},
|
|
6030
|
+
"hasDynamicHelp": false,
|
|
6031
|
+
"hiddenAliases": [],
|
|
6032
|
+
"id": "seo:get",
|
|
6033
|
+
"pluginAlias": "twentythree-cli",
|
|
6034
|
+
"pluginName": "twentythree-cli",
|
|
6035
|
+
"pluginType": "core",
|
|
6036
|
+
"strict": true,
|
|
6037
|
+
"enableJsonFlag": true,
|
|
6038
|
+
"agentMetadata": {
|
|
6039
|
+
"api_endpoint": "POST /seo/get",
|
|
6040
|
+
"auth_scope": "read",
|
|
6041
|
+
"output_shape": {
|
|
6042
|
+
"type": "key-value"
|
|
5994
6043
|
},
|
|
5995
|
-
"
|
|
5996
|
-
|
|
5997
|
-
|
|
5998
|
-
|
|
5999
|
-
|
|
6000
|
-
|
|
6001
|
-
|
|
6044
|
+
"side_effects": "none"
|
|
6045
|
+
},
|
|
6046
|
+
"isESM": false,
|
|
6047
|
+
"relativePath": [
|
|
6048
|
+
"dist",
|
|
6049
|
+
"commands",
|
|
6050
|
+
"seo",
|
|
6051
|
+
"get.cjs"
|
|
6052
|
+
]
|
|
6053
|
+
},
|
|
6054
|
+
"seo:metrics": {
|
|
6055
|
+
"aliases": [],
|
|
6056
|
+
"args": {},
|
|
6057
|
+
"description": "Get workspace-wide SEO and GEO metrics",
|
|
6058
|
+
"examples": [
|
|
6059
|
+
"<%= config.bin %> seo metrics",
|
|
6060
|
+
"<%= config.bin %> seo metrics --json"
|
|
6061
|
+
],
|
|
6062
|
+
"flags": {
|
|
6063
|
+
"json": {
|
|
6064
|
+
"description": "Format output as json.",
|
|
6065
|
+
"helpGroup": "GLOBAL",
|
|
6066
|
+
"name": "json",
|
|
6067
|
+
"allowNo": false,
|
|
6068
|
+
"type": "boolean"
|
|
6002
6069
|
},
|
|
6003
|
-
"
|
|
6004
|
-
"
|
|
6005
|
-
"
|
|
6006
|
-
"
|
|
6007
|
-
"
|
|
6008
|
-
"multiple": false,
|
|
6009
|
-
"type": "option"
|
|
6010
|
-
},
|
|
6011
|
-
"canonical-url": {
|
|
6012
|
-
"description": "Canonical URL for the object",
|
|
6013
|
-
"name": "canonical-url",
|
|
6014
|
-
"required": false,
|
|
6015
|
-
"hasDynamicHelp": false,
|
|
6016
|
-
"multiple": false,
|
|
6017
|
-
"type": "option"
|
|
6018
|
-
},
|
|
6019
|
-
"seo-policy": {
|
|
6020
|
-
"description": "SEO indexing policy (\"\", \"index\", or \"noindex\")",
|
|
6021
|
-
"name": "seo-policy",
|
|
6022
|
-
"required": false,
|
|
6070
|
+
"workspace": {
|
|
6071
|
+
"char": "w",
|
|
6072
|
+
"helpGroup": "GLOBAL",
|
|
6073
|
+
"name": "workspace",
|
|
6074
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
6023
6075
|
"hasDynamicHelp": false,
|
|
6024
6076
|
"multiple": false,
|
|
6025
|
-
"options": [
|
|
6026
|
-
"",
|
|
6027
|
-
"index",
|
|
6028
|
-
"noindex"
|
|
6029
|
-
],
|
|
6030
6077
|
"type": "option"
|
|
6031
6078
|
},
|
|
6032
|
-
"
|
|
6033
|
-
"description": "
|
|
6034
|
-
"
|
|
6035
|
-
"
|
|
6079
|
+
"agent": {
|
|
6080
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
6081
|
+
"helpGroup": "GLOBAL",
|
|
6082
|
+
"hidden": true,
|
|
6083
|
+
"name": "agent",
|
|
6036
6084
|
"allowNo": false,
|
|
6037
6085
|
"type": "boolean"
|
|
6038
6086
|
},
|
|
@@ -6047,37 +6095,35 @@
|
|
|
6047
6095
|
},
|
|
6048
6096
|
"hasDynamicHelp": false,
|
|
6049
6097
|
"hiddenAliases": [],
|
|
6050
|
-
"id": "seo:
|
|
6098
|
+
"id": "seo:metrics",
|
|
6051
6099
|
"pluginAlias": "twentythree-cli",
|
|
6052
6100
|
"pluginName": "twentythree-cli",
|
|
6053
6101
|
"pluginType": "core",
|
|
6054
6102
|
"strict": true,
|
|
6055
6103
|
"enableJsonFlag": true,
|
|
6056
6104
|
"agentMetadata": {
|
|
6057
|
-
"api_endpoint": "POST /seo/
|
|
6058
|
-
"auth_scope": "
|
|
6105
|
+
"api_endpoint": "POST /seo/metrics",
|
|
6106
|
+
"auth_scope": "read",
|
|
6059
6107
|
"output_shape": {
|
|
6060
|
-
"type": "
|
|
6108
|
+
"type": "key-value"
|
|
6061
6109
|
},
|
|
6062
|
-
"side_effects": "
|
|
6110
|
+
"side_effects": "none"
|
|
6063
6111
|
},
|
|
6064
6112
|
"isESM": false,
|
|
6065
6113
|
"relativePath": [
|
|
6066
6114
|
"dist",
|
|
6067
6115
|
"commands",
|
|
6068
6116
|
"seo",
|
|
6069
|
-
"
|
|
6117
|
+
"metrics.cjs"
|
|
6070
6118
|
]
|
|
6071
6119
|
},
|
|
6072
|
-
"
|
|
6120
|
+
"seo:status": {
|
|
6073
6121
|
"aliases": [],
|
|
6074
6122
|
"args": {},
|
|
6075
|
-
"description": "Get a
|
|
6123
|
+
"description": "Get SEO readiness status for a video, webinar, or webinar series",
|
|
6076
6124
|
"examples": [
|
|
6077
|
-
"<%= config.bin %>
|
|
6078
|
-
"<%= config.bin %>
|
|
6079
|
-
"<%= config.bin %> session get-token --email user@example.com --full-name \"Jane Doe\"",
|
|
6080
|
-
"<%= config.bin %> session get-token --json"
|
|
6125
|
+
"<%= config.bin %> seo status --object-id 12345",
|
|
6126
|
+
"<%= config.bin %> seo status --object-id 12345 --json"
|
|
6081
6127
|
],
|
|
6082
6128
|
"flags": {
|
|
6083
6129
|
"json": {
|
|
@@ -6104,25 +6150,17 @@
|
|
|
6104
6150
|
"allowNo": false,
|
|
6105
6151
|
"type": "boolean"
|
|
6106
6152
|
},
|
|
6107
|
-
"
|
|
6108
|
-
"description": "
|
|
6109
|
-
"name": "
|
|
6110
|
-
"required":
|
|
6111
|
-
"hasDynamicHelp": false,
|
|
6112
|
-
"multiple": false,
|
|
6113
|
-
"type": "option"
|
|
6114
|
-
},
|
|
6115
|
-
"email": {
|
|
6116
|
-
"description": "Email for the session token",
|
|
6117
|
-
"name": "email",
|
|
6118
|
-
"required": false,
|
|
6153
|
+
"object-id": {
|
|
6154
|
+
"description": "Object ID (video, webinar, or webinar series)",
|
|
6155
|
+
"name": "object-id",
|
|
6156
|
+
"required": true,
|
|
6119
6157
|
"hasDynamicHelp": false,
|
|
6120
6158
|
"multiple": false,
|
|
6121
6159
|
"type": "option"
|
|
6122
6160
|
},
|
|
6123
|
-
"
|
|
6124
|
-
"description": "
|
|
6125
|
-
"name": "
|
|
6161
|
+
"fields": {
|
|
6162
|
+
"description": "Comma-separated fields to return",
|
|
6163
|
+
"name": "fields",
|
|
6126
6164
|
"required": false,
|
|
6127
6165
|
"hasDynamicHelp": false,
|
|
6128
6166
|
"multiple": false,
|
|
@@ -6131,14 +6169,14 @@
|
|
|
6131
6169
|
},
|
|
6132
6170
|
"hasDynamicHelp": false,
|
|
6133
6171
|
"hiddenAliases": [],
|
|
6134
|
-
"id": "
|
|
6172
|
+
"id": "seo:status",
|
|
6135
6173
|
"pluginAlias": "twentythree-cli",
|
|
6136
6174
|
"pluginName": "twentythree-cli",
|
|
6137
6175
|
"pluginType": "core",
|
|
6138
6176
|
"strict": true,
|
|
6139
6177
|
"enableJsonFlag": true,
|
|
6140
6178
|
"agentMetadata": {
|
|
6141
|
-
"api_endpoint": "
|
|
6179
|
+
"api_endpoint": "POST /seo/status",
|
|
6142
6180
|
"auth_scope": "read",
|
|
6143
6181
|
"output_shape": {
|
|
6144
6182
|
"type": "key-value"
|
|
@@ -6149,17 +6187,17 @@
|
|
|
6149
6187
|
"relativePath": [
|
|
6150
6188
|
"dist",
|
|
6151
6189
|
"commands",
|
|
6152
|
-
"
|
|
6153
|
-
"
|
|
6190
|
+
"seo",
|
|
6191
|
+
"status.cjs"
|
|
6154
6192
|
]
|
|
6155
6193
|
},
|
|
6156
|
-
"
|
|
6194
|
+
"seo:update": {
|
|
6157
6195
|
"aliases": [],
|
|
6158
6196
|
"args": {},
|
|
6159
|
-
"description": "
|
|
6197
|
+
"description": "Update SEO metadata for a video, webinar, or webinar series",
|
|
6160
6198
|
"examples": [
|
|
6161
|
-
"<%= config.bin %>
|
|
6162
|
-
"<%= config.bin %>
|
|
6199
|
+
"<%= config.bin %> seo update --object-id 12345 --seo-name \"My Video\"",
|
|
6200
|
+
"<%= config.bin %> seo update --object-id 12345 --seo-policy index --json"
|
|
6163
6201
|
],
|
|
6164
6202
|
"flags": {
|
|
6165
6203
|
"json": {
|
|
@@ -6186,28 +6224,88 @@
|
|
|
6186
6224
|
"allowNo": false,
|
|
6187
6225
|
"type": "boolean"
|
|
6188
6226
|
},
|
|
6189
|
-
"
|
|
6190
|
-
"description": "
|
|
6191
|
-
"name": "
|
|
6227
|
+
"object-id": {
|
|
6228
|
+
"description": "Object ID (video, webinar, or webinar series)",
|
|
6229
|
+
"name": "object-id",
|
|
6192
6230
|
"required": true,
|
|
6193
6231
|
"hasDynamicHelp": false,
|
|
6194
6232
|
"multiple": false,
|
|
6195
6233
|
"type": "option"
|
|
6234
|
+
},
|
|
6235
|
+
"seo-name": {
|
|
6236
|
+
"description": "SEO title for the object",
|
|
6237
|
+
"name": "seo-name",
|
|
6238
|
+
"required": false,
|
|
6239
|
+
"hasDynamicHelp": false,
|
|
6240
|
+
"multiple": false,
|
|
6241
|
+
"type": "option"
|
|
6242
|
+
},
|
|
6243
|
+
"seo-description": {
|
|
6244
|
+
"description": "SEO description for the object",
|
|
6245
|
+
"name": "seo-description",
|
|
6246
|
+
"required": false,
|
|
6247
|
+
"hasDynamicHelp": false,
|
|
6248
|
+
"multiple": false,
|
|
6249
|
+
"type": "option"
|
|
6250
|
+
},
|
|
6251
|
+
"seo-keywords": {
|
|
6252
|
+
"description": "SEO keywords for the object",
|
|
6253
|
+
"name": "seo-keywords",
|
|
6254
|
+
"required": false,
|
|
6255
|
+
"hasDynamicHelp": false,
|
|
6256
|
+
"multiple": false,
|
|
6257
|
+
"type": "option"
|
|
6258
|
+
},
|
|
6259
|
+
"canonical-url": {
|
|
6260
|
+
"description": "Canonical URL for the object",
|
|
6261
|
+
"name": "canonical-url",
|
|
6262
|
+
"required": false,
|
|
6263
|
+
"hasDynamicHelp": false,
|
|
6264
|
+
"multiple": false,
|
|
6265
|
+
"type": "option"
|
|
6266
|
+
},
|
|
6267
|
+
"seo-policy": {
|
|
6268
|
+
"description": "SEO indexing policy (\"\", \"index\", or \"noindex\")",
|
|
6269
|
+
"name": "seo-policy",
|
|
6270
|
+
"required": false,
|
|
6271
|
+
"hasDynamicHelp": false,
|
|
6272
|
+
"multiple": false,
|
|
6273
|
+
"options": [
|
|
6274
|
+
"",
|
|
6275
|
+
"index",
|
|
6276
|
+
"noindex"
|
|
6277
|
+
],
|
|
6278
|
+
"type": "option"
|
|
6279
|
+
},
|
|
6280
|
+
"enrich-immediately": {
|
|
6281
|
+
"description": "Enrich SEO metadata immediately",
|
|
6282
|
+
"name": "enrich-immediately",
|
|
6283
|
+
"required": false,
|
|
6284
|
+
"allowNo": false,
|
|
6285
|
+
"type": "boolean"
|
|
6286
|
+
},
|
|
6287
|
+
"fields": {
|
|
6288
|
+
"description": "Comma-separated fields to return",
|
|
6289
|
+
"name": "fields",
|
|
6290
|
+
"required": false,
|
|
6291
|
+
"hasDynamicHelp": false,
|
|
6292
|
+
"multiple": false,
|
|
6293
|
+
"type": "option"
|
|
6196
6294
|
}
|
|
6197
6295
|
},
|
|
6198
6296
|
"hasDynamicHelp": false,
|
|
6199
6297
|
"hiddenAliases": [],
|
|
6200
|
-
"id": "
|
|
6298
|
+
"id": "seo:update",
|
|
6201
6299
|
"pluginAlias": "twentythree-cli",
|
|
6202
6300
|
"pluginName": "twentythree-cli",
|
|
6203
6301
|
"pluginType": "core",
|
|
6204
6302
|
"strict": true,
|
|
6205
6303
|
"enableJsonFlag": true,
|
|
6206
6304
|
"agentMetadata": {
|
|
6207
|
-
"api_endpoint": "POST /
|
|
6208
|
-
"auth_scope": "
|
|
6305
|
+
"api_endpoint": "POST /seo/update",
|
|
6306
|
+
"auth_scope": "write",
|
|
6209
6307
|
"output_shape": {
|
|
6210
|
-
"type": "
|
|
6308
|
+
"type": "message"
|
|
6211
6309
|
},
|
|
6212
6310
|
"side_effects": "updates"
|
|
6213
6311
|
},
|
|
@@ -6215,8 +6313,8 @@
|
|
|
6215
6313
|
"relativePath": [
|
|
6216
6314
|
"dist",
|
|
6217
6315
|
"commands",
|
|
6218
|
-
"
|
|
6219
|
-
"
|
|
6316
|
+
"seo",
|
|
6317
|
+
"update.cjs"
|
|
6220
6318
|
]
|
|
6221
6319
|
},
|
|
6222
6320
|
"setting:update": {
|
|
@@ -6487,19 +6585,15 @@
|
|
|
6487
6585
|
"search.cjs"
|
|
6488
6586
|
]
|
|
6489
6587
|
},
|
|
6490
|
-
"
|
|
6588
|
+
"tag:list": {
|
|
6491
6589
|
"aliases": [],
|
|
6492
|
-
"args": {
|
|
6493
|
-
|
|
6494
|
-
"description": "Spot ID",
|
|
6495
|
-
"name": "id",
|
|
6496
|
-
"required": true
|
|
6497
|
-
}
|
|
6498
|
-
},
|
|
6499
|
-
"description": "Get details of a specific spot",
|
|
6590
|
+
"args": {},
|
|
6591
|
+
"description": "List tags in the active workspace",
|
|
6500
6592
|
"examples": [
|
|
6501
|
-
"<%= config.bin %>
|
|
6502
|
-
"<%= config.bin %>
|
|
6593
|
+
"<%= config.bin %> tag list",
|
|
6594
|
+
"<%= config.bin %> tag list --search marketing",
|
|
6595
|
+
"<%= config.bin %> tag list --orderby count --order desc",
|
|
6596
|
+
"<%= config.bin %> tag list --json"
|
|
6503
6597
|
],
|
|
6504
6598
|
"flags": {
|
|
6505
6599
|
"json": {
|
|
@@ -6525,24 +6619,212 @@
|
|
|
6525
6619
|
"name": "agent",
|
|
6526
6620
|
"allowNo": false,
|
|
6527
6621
|
"type": "boolean"
|
|
6622
|
+
},
|
|
6623
|
+
"search": {
|
|
6624
|
+
"description": "Filter tags by a search string",
|
|
6625
|
+
"name": "search",
|
|
6626
|
+
"required": false,
|
|
6627
|
+
"hasDynamicHelp": false,
|
|
6628
|
+
"multiple": false,
|
|
6629
|
+
"type": "option"
|
|
6630
|
+
},
|
|
6631
|
+
"exclude-machine-tags": {
|
|
6632
|
+
"description": "Exclude machine tags from the results",
|
|
6633
|
+
"name": "exclude-machine-tags",
|
|
6634
|
+
"required": false,
|
|
6635
|
+
"allowNo": false,
|
|
6636
|
+
"type": "boolean"
|
|
6637
|
+
},
|
|
6638
|
+
"only-machine-tags": {
|
|
6639
|
+
"description": "Return only machine tags (overrides --exclude-machine-tags)",
|
|
6640
|
+
"name": "only-machine-tags",
|
|
6641
|
+
"required": false,
|
|
6642
|
+
"allowNo": false,
|
|
6643
|
+
"type": "boolean"
|
|
6644
|
+
},
|
|
6645
|
+
"only-published": {
|
|
6646
|
+
"description": "Return only tags from published videos",
|
|
6647
|
+
"name": "only-published",
|
|
6648
|
+
"required": false,
|
|
6649
|
+
"allowNo": false,
|
|
6650
|
+
"type": "boolean"
|
|
6651
|
+
},
|
|
6652
|
+
"orderby": {
|
|
6653
|
+
"description": "Order tags by this value",
|
|
6654
|
+
"name": "orderby",
|
|
6655
|
+
"required": false,
|
|
6656
|
+
"hasDynamicHelp": false,
|
|
6657
|
+
"multiple": false,
|
|
6658
|
+
"options": [
|
|
6659
|
+
"tag",
|
|
6660
|
+
"count"
|
|
6661
|
+
],
|
|
6662
|
+
"type": "option"
|
|
6663
|
+
},
|
|
6664
|
+
"order": {
|
|
6665
|
+
"description": "Sort order for the results",
|
|
6666
|
+
"name": "order",
|
|
6667
|
+
"required": false,
|
|
6668
|
+
"hasDynamicHelp": false,
|
|
6669
|
+
"multiple": false,
|
|
6670
|
+
"options": [
|
|
6671
|
+
"asc",
|
|
6672
|
+
"desc"
|
|
6673
|
+
],
|
|
6674
|
+
"type": "option"
|
|
6528
6675
|
}
|
|
6529
6676
|
},
|
|
6530
6677
|
"hasDynamicHelp": false,
|
|
6531
6678
|
"hiddenAliases": [],
|
|
6532
|
-
"id": "
|
|
6679
|
+
"id": "tag:list",
|
|
6533
6680
|
"pluginAlias": "twentythree-cli",
|
|
6534
6681
|
"pluginName": "twentythree-cli",
|
|
6535
6682
|
"pluginType": "core",
|
|
6536
6683
|
"strict": true,
|
|
6537
|
-
"enableJsonFlag": true,
|
|
6538
6684
|
"agentMetadata": {
|
|
6539
|
-
"api_endpoint": "GET /
|
|
6540
|
-
"auth_scope": "
|
|
6685
|
+
"api_endpoint": "GET /tag/list",
|
|
6686
|
+
"auth_scope": "anonymous",
|
|
6541
6687
|
"output_shape": {
|
|
6542
|
-
"type": "
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
|
|
6688
|
+
"type": "table",
|
|
6689
|
+
"columns": [
|
|
6690
|
+
"Tag",
|
|
6691
|
+
"Count"
|
|
6692
|
+
]
|
|
6693
|
+
},
|
|
6694
|
+
"side_effects": "none"
|
|
6695
|
+
},
|
|
6696
|
+
"enableJsonFlag": true,
|
|
6697
|
+
"isESM": false,
|
|
6698
|
+
"relativePath": [
|
|
6699
|
+
"dist",
|
|
6700
|
+
"commands",
|
|
6701
|
+
"tag",
|
|
6702
|
+
"list.cjs"
|
|
6703
|
+
]
|
|
6704
|
+
},
|
|
6705
|
+
"tag:related": {
|
|
6706
|
+
"aliases": [],
|
|
6707
|
+
"args": {
|
|
6708
|
+
"tag": {
|
|
6709
|
+
"description": "Tag to find related tags for",
|
|
6710
|
+
"name": "tag",
|
|
6711
|
+
"required": true
|
|
6712
|
+
}
|
|
6713
|
+
},
|
|
6714
|
+
"description": "List tags related to a given tag",
|
|
6715
|
+
"examples": [
|
|
6716
|
+
"<%= config.bin %> tag related marketing",
|
|
6717
|
+
"<%= config.bin %> tag related marketing --json"
|
|
6718
|
+
],
|
|
6719
|
+
"flags": {
|
|
6720
|
+
"json": {
|
|
6721
|
+
"description": "Format output as json.",
|
|
6722
|
+
"helpGroup": "GLOBAL",
|
|
6723
|
+
"name": "json",
|
|
6724
|
+
"allowNo": false,
|
|
6725
|
+
"type": "boolean"
|
|
6726
|
+
},
|
|
6727
|
+
"workspace": {
|
|
6728
|
+
"char": "w",
|
|
6729
|
+
"helpGroup": "GLOBAL",
|
|
6730
|
+
"name": "workspace",
|
|
6731
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
6732
|
+
"hasDynamicHelp": false,
|
|
6733
|
+
"multiple": false,
|
|
6734
|
+
"type": "option"
|
|
6735
|
+
},
|
|
6736
|
+
"agent": {
|
|
6737
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
6738
|
+
"helpGroup": "GLOBAL",
|
|
6739
|
+
"hidden": true,
|
|
6740
|
+
"name": "agent",
|
|
6741
|
+
"allowNo": false,
|
|
6742
|
+
"type": "boolean"
|
|
6743
|
+
}
|
|
6744
|
+
},
|
|
6745
|
+
"hasDynamicHelp": false,
|
|
6746
|
+
"hiddenAliases": [],
|
|
6747
|
+
"id": "tag:related",
|
|
6748
|
+
"pluginAlias": "twentythree-cli",
|
|
6749
|
+
"pluginName": "twentythree-cli",
|
|
6750
|
+
"pluginType": "core",
|
|
6751
|
+
"strict": true,
|
|
6752
|
+
"agentMetadata": {
|
|
6753
|
+
"api_endpoint": "GET /tag/related",
|
|
6754
|
+
"auth_scope": "anonymous",
|
|
6755
|
+
"output_shape": {
|
|
6756
|
+
"type": "table",
|
|
6757
|
+
"columns": [
|
|
6758
|
+
"Tag"
|
|
6759
|
+
]
|
|
6760
|
+
},
|
|
6761
|
+
"side_effects": "none"
|
|
6762
|
+
},
|
|
6763
|
+
"enableJsonFlag": true,
|
|
6764
|
+
"isESM": false,
|
|
6765
|
+
"relativePath": [
|
|
6766
|
+
"dist",
|
|
6767
|
+
"commands",
|
|
6768
|
+
"tag",
|
|
6769
|
+
"related.cjs"
|
|
6770
|
+
]
|
|
6771
|
+
},
|
|
6772
|
+
"spot:check": {
|
|
6773
|
+
"aliases": [],
|
|
6774
|
+
"args": {
|
|
6775
|
+
"id": {
|
|
6776
|
+
"description": "Spot ID",
|
|
6777
|
+
"name": "id",
|
|
6778
|
+
"required": true
|
|
6779
|
+
}
|
|
6780
|
+
},
|
|
6781
|
+
"description": "Get details of a specific spot",
|
|
6782
|
+
"examples": [
|
|
6783
|
+
"<%= config.bin %> spot check 12345",
|
|
6784
|
+
"<%= config.bin %> spot check 12345 --json"
|
|
6785
|
+
],
|
|
6786
|
+
"flags": {
|
|
6787
|
+
"json": {
|
|
6788
|
+
"description": "Format output as json.",
|
|
6789
|
+
"helpGroup": "GLOBAL",
|
|
6790
|
+
"name": "json",
|
|
6791
|
+
"allowNo": false,
|
|
6792
|
+
"type": "boolean"
|
|
6793
|
+
},
|
|
6794
|
+
"workspace": {
|
|
6795
|
+
"char": "w",
|
|
6796
|
+
"helpGroup": "GLOBAL",
|
|
6797
|
+
"name": "workspace",
|
|
6798
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
6799
|
+
"hasDynamicHelp": false,
|
|
6800
|
+
"multiple": false,
|
|
6801
|
+
"type": "option"
|
|
6802
|
+
},
|
|
6803
|
+
"agent": {
|
|
6804
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
6805
|
+
"helpGroup": "GLOBAL",
|
|
6806
|
+
"hidden": true,
|
|
6807
|
+
"name": "agent",
|
|
6808
|
+
"allowNo": false,
|
|
6809
|
+
"type": "boolean"
|
|
6810
|
+
}
|
|
6811
|
+
},
|
|
6812
|
+
"hasDynamicHelp": false,
|
|
6813
|
+
"hiddenAliases": [],
|
|
6814
|
+
"id": "spot:check",
|
|
6815
|
+
"pluginAlias": "twentythree-cli",
|
|
6816
|
+
"pluginName": "twentythree-cli",
|
|
6817
|
+
"pluginType": "core",
|
|
6818
|
+
"strict": true,
|
|
6819
|
+
"enableJsonFlag": true,
|
|
6820
|
+
"agentMetadata": {
|
|
6821
|
+
"api_endpoint": "GET /spot/check",
|
|
6822
|
+
"auth_scope": "read",
|
|
6823
|
+
"output_shape": {
|
|
6824
|
+
"type": "key-value"
|
|
6825
|
+
},
|
|
6826
|
+
"side_effects": "none"
|
|
6827
|
+
},
|
|
6546
6828
|
"isESM": false,
|
|
6547
6829
|
"relativePath": [
|
|
6548
6830
|
"dist",
|
|
@@ -7673,15 +7955,15 @@
|
|
|
7673
7955
|
"update.cjs"
|
|
7674
7956
|
]
|
|
7675
7957
|
},
|
|
7676
|
-
"
|
|
7958
|
+
"user:create": {
|
|
7677
7959
|
"aliases": [],
|
|
7678
7960
|
"args": {},
|
|
7679
|
-
"description": "
|
|
7961
|
+
"description": "Create a new user",
|
|
7680
7962
|
"examples": [
|
|
7681
|
-
"<%= config.bin %>
|
|
7682
|
-
"<%= config.bin %>
|
|
7683
|
-
"<%= config.bin %>
|
|
7684
|
-
"<%= config.bin %>
|
|
7963
|
+
"<%= config.bin %> user create --email alice@example.com",
|
|
7964
|
+
"<%= config.bin %> user create --email alice@example.com --full-name \"Alice Smith\"",
|
|
7965
|
+
"<%= config.bin %> user create --email alice@example.com --site-admin",
|
|
7966
|
+
"<%= config.bin %> user create --email alice@example.com --json"
|
|
7685
7967
|
],
|
|
7686
7968
|
"flags": {
|
|
7687
7969
|
"json": {
|
|
@@ -7708,101 +7990,92 @@
|
|
|
7708
7990
|
"allowNo": false,
|
|
7709
7991
|
"type": "boolean"
|
|
7710
7992
|
},
|
|
7711
|
-
"
|
|
7712
|
-
"description": "
|
|
7713
|
-
"name": "
|
|
7714
|
-
"required":
|
|
7993
|
+
"email": {
|
|
7994
|
+
"description": "Email address for the new user",
|
|
7995
|
+
"name": "email",
|
|
7996
|
+
"required": true,
|
|
7715
7997
|
"hasDynamicHelp": false,
|
|
7716
7998
|
"multiple": false,
|
|
7717
7999
|
"type": "option"
|
|
7718
8000
|
},
|
|
7719
|
-
"
|
|
7720
|
-
"description": "
|
|
7721
|
-
"name": "
|
|
8001
|
+
"username": {
|
|
8002
|
+
"description": "Username for the new user",
|
|
8003
|
+
"name": "username",
|
|
7722
8004
|
"required": false,
|
|
7723
|
-
"
|
|
7724
|
-
"
|
|
8005
|
+
"hasDynamicHelp": false,
|
|
8006
|
+
"multiple": false,
|
|
8007
|
+
"type": "option"
|
|
7725
8008
|
},
|
|
7726
|
-
"
|
|
7727
|
-
"description": "
|
|
7728
|
-
"name": "
|
|
8009
|
+
"full-name": {
|
|
8010
|
+
"description": "Full display name for the new user",
|
|
8011
|
+
"name": "full-name",
|
|
7729
8012
|
"required": false,
|
|
7730
|
-
"
|
|
7731
|
-
"
|
|
8013
|
+
"hasDynamicHelp": false,
|
|
8014
|
+
"multiple": false,
|
|
8015
|
+
"type": "option"
|
|
7732
8016
|
},
|
|
7733
|
-
"
|
|
7734
|
-
"description": "
|
|
7735
|
-
"name": "
|
|
8017
|
+
"site-admin": {
|
|
8018
|
+
"description": "Grant site admin privileges",
|
|
8019
|
+
"name": "site-admin",
|
|
7736
8020
|
"required": false,
|
|
7737
|
-
"allowNo":
|
|
8021
|
+
"allowNo": true,
|
|
7738
8022
|
"type": "boolean"
|
|
7739
8023
|
},
|
|
7740
|
-
"
|
|
7741
|
-
"
|
|
7742
|
-
"name": "
|
|
8024
|
+
"site-admin-p": {
|
|
8025
|
+
"hidden": true,
|
|
8026
|
+
"name": "site-admin-p",
|
|
7743
8027
|
"required": false,
|
|
7744
8028
|
"hasDynamicHelp": false,
|
|
7745
8029
|
"multiple": false,
|
|
7746
|
-
"options": [
|
|
7747
|
-
"tag",
|
|
7748
|
-
"count"
|
|
7749
|
-
],
|
|
7750
8030
|
"type": "option"
|
|
7751
8031
|
},
|
|
7752
|
-
"
|
|
7753
|
-
"description": "
|
|
7754
|
-
"name": "
|
|
8032
|
+
"user-type": {
|
|
8033
|
+
"description": "User type (e.g. standard, administrator)",
|
|
8034
|
+
"name": "user-type",
|
|
7755
8035
|
"required": false,
|
|
7756
8036
|
"hasDynamicHelp": false,
|
|
7757
8037
|
"multiple": false,
|
|
7758
|
-
"options": [
|
|
7759
|
-
"asc",
|
|
7760
|
-
"desc"
|
|
7761
|
-
],
|
|
7762
8038
|
"type": "option"
|
|
7763
8039
|
}
|
|
7764
8040
|
},
|
|
7765
8041
|
"hasDynamicHelp": false,
|
|
7766
8042
|
"hiddenAliases": [],
|
|
7767
|
-
"id": "
|
|
8043
|
+
"id": "user:create",
|
|
7768
8044
|
"pluginAlias": "twentythree-cli",
|
|
7769
8045
|
"pluginName": "twentythree-cli",
|
|
7770
8046
|
"pluginType": "core",
|
|
7771
8047
|
"strict": true,
|
|
8048
|
+
"enableJsonFlag": true,
|
|
7772
8049
|
"agentMetadata": {
|
|
7773
|
-
"api_endpoint": "
|
|
7774
|
-
"auth_scope": "
|
|
8050
|
+
"api_endpoint": "POST /user/create",
|
|
8051
|
+
"auth_scope": "admin",
|
|
7775
8052
|
"output_shape": {
|
|
7776
|
-
"type": "
|
|
7777
|
-
"columns": [
|
|
7778
|
-
"Tag",
|
|
7779
|
-
"Count"
|
|
7780
|
-
]
|
|
8053
|
+
"type": "key-value"
|
|
7781
8054
|
},
|
|
7782
|
-
"side_effects": "
|
|
8055
|
+
"side_effects": "creates"
|
|
7783
8056
|
},
|
|
7784
|
-
"enableJsonFlag": true,
|
|
7785
8057
|
"isESM": false,
|
|
7786
8058
|
"relativePath": [
|
|
7787
8059
|
"dist",
|
|
7788
8060
|
"commands",
|
|
7789
|
-
"
|
|
7790
|
-
"
|
|
8061
|
+
"user",
|
|
8062
|
+
"create.cjs"
|
|
7791
8063
|
]
|
|
7792
8064
|
},
|
|
7793
|
-
"
|
|
8065
|
+
"user:get-login-token": {
|
|
7794
8066
|
"aliases": [],
|
|
7795
8067
|
"args": {
|
|
7796
|
-
"
|
|
7797
|
-
"description": "
|
|
7798
|
-
"name": "
|
|
8068
|
+
"id": {
|
|
8069
|
+
"description": "User ID",
|
|
8070
|
+
"name": "id",
|
|
7799
8071
|
"required": true
|
|
7800
8072
|
}
|
|
7801
8073
|
},
|
|
7802
|
-
"description": "
|
|
8074
|
+
"description": "Generate a login token for a user",
|
|
7803
8075
|
"examples": [
|
|
7804
|
-
"<%= config.bin %>
|
|
7805
|
-
"<%= config.bin %>
|
|
8076
|
+
"<%= config.bin %> user get-login-token 12345",
|
|
8077
|
+
"<%= config.bin %> user get-login-token 12345 --return-url https://example.com/dashboard",
|
|
8078
|
+
"<%= config.bin %> user get-login-token 12345 --json"
|
|
7806
8079
|
],
|
|
7807
8080
|
"flags": {
|
|
7808
8081
|
"json": {
|
|
@@ -7828,199 +8101,24 @@
|
|
|
7828
8101
|
"name": "agent",
|
|
7829
8102
|
"allowNo": false,
|
|
7830
8103
|
"type": "boolean"
|
|
8104
|
+
},
|
|
8105
|
+
"return-url": {
|
|
8106
|
+
"description": "URL to redirect to after login",
|
|
8107
|
+
"name": "return-url",
|
|
8108
|
+
"required": false,
|
|
8109
|
+
"hasDynamicHelp": false,
|
|
8110
|
+
"multiple": false,
|
|
8111
|
+
"type": "option"
|
|
7831
8112
|
}
|
|
7832
8113
|
},
|
|
7833
8114
|
"hasDynamicHelp": false,
|
|
7834
8115
|
"hiddenAliases": [],
|
|
7835
|
-
"id": "
|
|
8116
|
+
"id": "user:get-login-token",
|
|
7836
8117
|
"pluginAlias": "twentythree-cli",
|
|
7837
8118
|
"pluginName": "twentythree-cli",
|
|
7838
8119
|
"pluginType": "core",
|
|
7839
8120
|
"strict": true,
|
|
7840
|
-
"
|
|
7841
|
-
"api_endpoint": "GET /tag/related",
|
|
7842
|
-
"auth_scope": "anonymous",
|
|
7843
|
-
"output_shape": {
|
|
7844
|
-
"type": "table",
|
|
7845
|
-
"columns": [
|
|
7846
|
-
"Tag"
|
|
7847
|
-
]
|
|
7848
|
-
},
|
|
7849
|
-
"side_effects": "none"
|
|
7850
|
-
},
|
|
7851
|
-
"enableJsonFlag": true,
|
|
7852
|
-
"isESM": false,
|
|
7853
|
-
"relativePath": [
|
|
7854
|
-
"dist",
|
|
7855
|
-
"commands",
|
|
7856
|
-
"tag",
|
|
7857
|
-
"related.cjs"
|
|
7858
|
-
]
|
|
7859
|
-
},
|
|
7860
|
-
"user:create": {
|
|
7861
|
-
"aliases": [],
|
|
7862
|
-
"args": {},
|
|
7863
|
-
"description": "Create a new user",
|
|
7864
|
-
"examples": [
|
|
7865
|
-
"<%= config.bin %> user create --email alice@example.com",
|
|
7866
|
-
"<%= config.bin %> user create --email alice@example.com --full-name \"Alice Smith\"",
|
|
7867
|
-
"<%= config.bin %> user create --email alice@example.com --site-admin",
|
|
7868
|
-
"<%= config.bin %> user create --email alice@example.com --json"
|
|
7869
|
-
],
|
|
7870
|
-
"flags": {
|
|
7871
|
-
"json": {
|
|
7872
|
-
"description": "Format output as json.",
|
|
7873
|
-
"helpGroup": "GLOBAL",
|
|
7874
|
-
"name": "json",
|
|
7875
|
-
"allowNo": false,
|
|
7876
|
-
"type": "boolean"
|
|
7877
|
-
},
|
|
7878
|
-
"workspace": {
|
|
7879
|
-
"char": "w",
|
|
7880
|
-
"helpGroup": "GLOBAL",
|
|
7881
|
-
"name": "workspace",
|
|
7882
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
7883
|
-
"hasDynamicHelp": false,
|
|
7884
|
-
"multiple": false,
|
|
7885
|
-
"type": "option"
|
|
7886
|
-
},
|
|
7887
|
-
"agent": {
|
|
7888
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
7889
|
-
"helpGroup": "GLOBAL",
|
|
7890
|
-
"hidden": true,
|
|
7891
|
-
"name": "agent",
|
|
7892
|
-
"allowNo": false,
|
|
7893
|
-
"type": "boolean"
|
|
7894
|
-
},
|
|
7895
|
-
"email": {
|
|
7896
|
-
"description": "Email address for the new user",
|
|
7897
|
-
"name": "email",
|
|
7898
|
-
"required": true,
|
|
7899
|
-
"hasDynamicHelp": false,
|
|
7900
|
-
"multiple": false,
|
|
7901
|
-
"type": "option"
|
|
7902
|
-
},
|
|
7903
|
-
"username": {
|
|
7904
|
-
"description": "Username for the new user",
|
|
7905
|
-
"name": "username",
|
|
7906
|
-
"required": false,
|
|
7907
|
-
"hasDynamicHelp": false,
|
|
7908
|
-
"multiple": false,
|
|
7909
|
-
"type": "option"
|
|
7910
|
-
},
|
|
7911
|
-
"full-name": {
|
|
7912
|
-
"description": "Full display name for the new user",
|
|
7913
|
-
"name": "full-name",
|
|
7914
|
-
"required": false,
|
|
7915
|
-
"hasDynamicHelp": false,
|
|
7916
|
-
"multiple": false,
|
|
7917
|
-
"type": "option"
|
|
7918
|
-
},
|
|
7919
|
-
"site-admin": {
|
|
7920
|
-
"description": "Grant site admin privileges",
|
|
7921
|
-
"name": "site-admin",
|
|
7922
|
-
"required": false,
|
|
7923
|
-
"allowNo": true,
|
|
7924
|
-
"type": "boolean"
|
|
7925
|
-
},
|
|
7926
|
-
"site-admin-p": {
|
|
7927
|
-
"hidden": true,
|
|
7928
|
-
"name": "site-admin-p",
|
|
7929
|
-
"required": false,
|
|
7930
|
-
"hasDynamicHelp": false,
|
|
7931
|
-
"multiple": false,
|
|
7932
|
-
"type": "option"
|
|
7933
|
-
},
|
|
7934
|
-
"user-type": {
|
|
7935
|
-
"description": "User type (e.g. standard, administrator)",
|
|
7936
|
-
"name": "user-type",
|
|
7937
|
-
"required": false,
|
|
7938
|
-
"hasDynamicHelp": false,
|
|
7939
|
-
"multiple": false,
|
|
7940
|
-
"type": "option"
|
|
7941
|
-
}
|
|
7942
|
-
},
|
|
7943
|
-
"hasDynamicHelp": false,
|
|
7944
|
-
"hiddenAliases": [],
|
|
7945
|
-
"id": "user:create",
|
|
7946
|
-
"pluginAlias": "twentythree-cli",
|
|
7947
|
-
"pluginName": "twentythree-cli",
|
|
7948
|
-
"pluginType": "core",
|
|
7949
|
-
"strict": true,
|
|
7950
|
-
"enableJsonFlag": true,
|
|
7951
|
-
"agentMetadata": {
|
|
7952
|
-
"api_endpoint": "POST /user/create",
|
|
7953
|
-
"auth_scope": "admin",
|
|
7954
|
-
"output_shape": {
|
|
7955
|
-
"type": "key-value"
|
|
7956
|
-
},
|
|
7957
|
-
"side_effects": "creates"
|
|
7958
|
-
},
|
|
7959
|
-
"isESM": false,
|
|
7960
|
-
"relativePath": [
|
|
7961
|
-
"dist",
|
|
7962
|
-
"commands",
|
|
7963
|
-
"user",
|
|
7964
|
-
"create.cjs"
|
|
7965
|
-
]
|
|
7966
|
-
},
|
|
7967
|
-
"user:get-login-token": {
|
|
7968
|
-
"aliases": [],
|
|
7969
|
-
"args": {
|
|
7970
|
-
"id": {
|
|
7971
|
-
"description": "User ID",
|
|
7972
|
-
"name": "id",
|
|
7973
|
-
"required": true
|
|
7974
|
-
}
|
|
7975
|
-
},
|
|
7976
|
-
"description": "Generate a login token for a user",
|
|
7977
|
-
"examples": [
|
|
7978
|
-
"<%= config.bin %> user get-login-token 12345",
|
|
7979
|
-
"<%= config.bin %> user get-login-token 12345 --return-url https://example.com/dashboard",
|
|
7980
|
-
"<%= config.bin %> user get-login-token 12345 --json"
|
|
7981
|
-
],
|
|
7982
|
-
"flags": {
|
|
7983
|
-
"json": {
|
|
7984
|
-
"description": "Format output as json.",
|
|
7985
|
-
"helpGroup": "GLOBAL",
|
|
7986
|
-
"name": "json",
|
|
7987
|
-
"allowNo": false,
|
|
7988
|
-
"type": "boolean"
|
|
7989
|
-
},
|
|
7990
|
-
"workspace": {
|
|
7991
|
-
"char": "w",
|
|
7992
|
-
"helpGroup": "GLOBAL",
|
|
7993
|
-
"name": "workspace",
|
|
7994
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
7995
|
-
"hasDynamicHelp": false,
|
|
7996
|
-
"multiple": false,
|
|
7997
|
-
"type": "option"
|
|
7998
|
-
},
|
|
7999
|
-
"agent": {
|
|
8000
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
8001
|
-
"helpGroup": "GLOBAL",
|
|
8002
|
-
"hidden": true,
|
|
8003
|
-
"name": "agent",
|
|
8004
|
-
"allowNo": false,
|
|
8005
|
-
"type": "boolean"
|
|
8006
|
-
},
|
|
8007
|
-
"return-url": {
|
|
8008
|
-
"description": "URL to redirect to after login",
|
|
8009
|
-
"name": "return-url",
|
|
8010
|
-
"required": false,
|
|
8011
|
-
"hasDynamicHelp": false,
|
|
8012
|
-
"multiple": false,
|
|
8013
|
-
"type": "option"
|
|
8014
|
-
}
|
|
8015
|
-
},
|
|
8016
|
-
"hasDynamicHelp": false,
|
|
8017
|
-
"hiddenAliases": [],
|
|
8018
|
-
"id": "user:get-login-token",
|
|
8019
|
-
"pluginAlias": "twentythree-cli",
|
|
8020
|
-
"pluginName": "twentythree-cli",
|
|
8021
|
-
"pluginType": "core",
|
|
8022
|
-
"strict": true,
|
|
8023
|
-
"enableJsonFlag": true,
|
|
8121
|
+
"enableJsonFlag": true,
|
|
8024
8122
|
"agentMetadata": {
|
|
8025
8123
|
"api_endpoint": "GET /user/get-login-token",
|
|
8026
8124
|
"auth_scope": "admin",
|
|
@@ -9890,12 +9988,19 @@
|
|
|
9890
9988
|
"unsubscribe.cjs"
|
|
9891
9989
|
]
|
|
9892
9990
|
},
|
|
9893
|
-
"
|
|
9991
|
+
"webinar:clips": {
|
|
9894
9992
|
"aliases": [],
|
|
9895
|
-
"args": {
|
|
9896
|
-
|
|
9993
|
+
"args": {
|
|
9994
|
+
"id": {
|
|
9995
|
+
"description": "Webinar ID",
|
|
9996
|
+
"name": "id",
|
|
9997
|
+
"required": true
|
|
9998
|
+
}
|
|
9999
|
+
},
|
|
10000
|
+
"description": "List recording clips from a webinar",
|
|
9897
10001
|
"examples": [
|
|
9898
|
-
"<%= config.bin %>
|
|
10002
|
+
"<%= config.bin %> webinar clips 12345",
|
|
10003
|
+
"<%= config.bin %> webinar clips 12345 --json"
|
|
9899
10004
|
],
|
|
9900
10005
|
"flags": {
|
|
9901
10006
|
"json": {
|
|
@@ -9925,21 +10030,24 @@
|
|
|
9925
10030
|
},
|
|
9926
10031
|
"hasDynamicHelp": false,
|
|
9927
10032
|
"hiddenAliases": [],
|
|
9928
|
-
"id": "
|
|
10033
|
+
"id": "webinar:clips",
|
|
9929
10034
|
"pluginAlias": "twentythree-cli",
|
|
9930
10035
|
"pluginName": "twentythree-cli",
|
|
9931
10036
|
"pluginType": "core",
|
|
9932
10037
|
"strict": true,
|
|
9933
10038
|
"enableJsonFlag": true,
|
|
9934
10039
|
"agentMetadata": {
|
|
9935
|
-
"api_endpoint": "
|
|
9936
|
-
"auth_scope": "
|
|
10040
|
+
"api_endpoint": "GET /live/clips",
|
|
10041
|
+
"auth_scope": "read",
|
|
9937
10042
|
"output_shape": {
|
|
9938
10043
|
"type": "table",
|
|
9939
10044
|
"columns": [
|
|
9940
|
-
"
|
|
9941
|
-
"
|
|
9942
|
-
"
|
|
10045
|
+
"Video ID",
|
|
10046
|
+
"Title",
|
|
10047
|
+
"Duration",
|
|
10048
|
+
"Type",
|
|
10049
|
+
"Published",
|
|
10050
|
+
"Views"
|
|
9943
10051
|
]
|
|
9944
10052
|
},
|
|
9945
10053
|
"side_effects": "none"
|
|
@@ -9948,154 +10056,20 @@
|
|
|
9948
10056
|
"relativePath": [
|
|
9949
10057
|
"dist",
|
|
9950
10058
|
"commands",
|
|
9951
|
-
"
|
|
9952
|
-
"
|
|
10059
|
+
"webinar",
|
|
10060
|
+
"clips.cjs"
|
|
9953
10061
|
]
|
|
9954
10062
|
},
|
|
9955
|
-
"
|
|
10063
|
+
"webinar:create": {
|
|
9956
10064
|
"aliases": [],
|
|
9957
|
-
"args": {
|
|
9958
|
-
|
|
9959
|
-
"description": "Workspace domain or display name",
|
|
9960
|
-
"name": "name",
|
|
9961
|
-
"required": true
|
|
9962
|
-
}
|
|
9963
|
-
},
|
|
9964
|
-
"description": "Switch the active workspace",
|
|
10065
|
+
"args": {},
|
|
10066
|
+
"description": "Create a new webinar. By default the webinar is created as a draft with registration enabled (registration-mode=all); pass --no-draft/--publish or --registration-mode none to change this.",
|
|
9965
10067
|
"examples": [
|
|
9966
|
-
"<%= config.bin %>
|
|
9967
|
-
"<%= config.bin %>
|
|
9968
|
-
|
|
9969
|
-
|
|
9970
|
-
"json"
|
|
9971
|
-
"description": "Format output as json.",
|
|
9972
|
-
"helpGroup": "GLOBAL",
|
|
9973
|
-
"name": "json",
|
|
9974
|
-
"allowNo": false,
|
|
9975
|
-
"type": "boolean"
|
|
9976
|
-
},
|
|
9977
|
-
"workspace": {
|
|
9978
|
-
"char": "w",
|
|
9979
|
-
"helpGroup": "GLOBAL",
|
|
9980
|
-
"name": "workspace",
|
|
9981
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
9982
|
-
"hasDynamicHelp": false,
|
|
9983
|
-
"multiple": false,
|
|
9984
|
-
"type": "option"
|
|
9985
|
-
},
|
|
9986
|
-
"agent": {
|
|
9987
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
9988
|
-
"helpGroup": "GLOBAL",
|
|
9989
|
-
"hidden": true,
|
|
9990
|
-
"name": "agent",
|
|
9991
|
-
"allowNo": false,
|
|
9992
|
-
"type": "boolean"
|
|
9993
|
-
}
|
|
9994
|
-
},
|
|
9995
|
-
"hasDynamicHelp": false,
|
|
9996
|
-
"hiddenAliases": [],
|
|
9997
|
-
"id": "workspace:use",
|
|
9998
|
-
"pluginAlias": "twentythree-cli",
|
|
9999
|
-
"pluginName": "twentythree-cli",
|
|
10000
|
-
"pluginType": "core",
|
|
10001
|
-
"strict": true,
|
|
10002
|
-
"enableJsonFlag": true,
|
|
10003
|
-
"agentMetadata": {
|
|
10004
|
-
"api_endpoint": "local",
|
|
10005
|
-
"auth_scope": "none",
|
|
10006
|
-
"output_shape": {
|
|
10007
|
-
"type": "none"
|
|
10008
|
-
},
|
|
10009
|
-
"side_effects": "updates"
|
|
10010
|
-
},
|
|
10011
|
-
"isESM": false,
|
|
10012
|
-
"relativePath": [
|
|
10013
|
-
"dist",
|
|
10014
|
-
"commands",
|
|
10015
|
-
"workspace",
|
|
10016
|
-
"use.cjs"
|
|
10017
|
-
]
|
|
10018
|
-
},
|
|
10019
|
-
"webinar:clips": {
|
|
10020
|
-
"aliases": [],
|
|
10021
|
-
"args": {
|
|
10022
|
-
"id": {
|
|
10023
|
-
"description": "Webinar ID",
|
|
10024
|
-
"name": "id",
|
|
10025
|
-
"required": true
|
|
10026
|
-
}
|
|
10027
|
-
},
|
|
10028
|
-
"description": "List recording clips from a webinar",
|
|
10029
|
-
"examples": [
|
|
10030
|
-
"<%= config.bin %> webinar clips 12345",
|
|
10031
|
-
"<%= config.bin %> webinar clips 12345 --json"
|
|
10032
|
-
],
|
|
10033
|
-
"flags": {
|
|
10034
|
-
"json": {
|
|
10035
|
-
"description": "Format output as json.",
|
|
10036
|
-
"helpGroup": "GLOBAL",
|
|
10037
|
-
"name": "json",
|
|
10038
|
-
"allowNo": false,
|
|
10039
|
-
"type": "boolean"
|
|
10040
|
-
},
|
|
10041
|
-
"workspace": {
|
|
10042
|
-
"char": "w",
|
|
10043
|
-
"helpGroup": "GLOBAL",
|
|
10044
|
-
"name": "workspace",
|
|
10045
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
10046
|
-
"hasDynamicHelp": false,
|
|
10047
|
-
"multiple": false,
|
|
10048
|
-
"type": "option"
|
|
10049
|
-
},
|
|
10050
|
-
"agent": {
|
|
10051
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
10052
|
-
"helpGroup": "GLOBAL",
|
|
10053
|
-
"hidden": true,
|
|
10054
|
-
"name": "agent",
|
|
10055
|
-
"allowNo": false,
|
|
10056
|
-
"type": "boolean"
|
|
10057
|
-
}
|
|
10058
|
-
},
|
|
10059
|
-
"hasDynamicHelp": false,
|
|
10060
|
-
"hiddenAliases": [],
|
|
10061
|
-
"id": "webinar:clips",
|
|
10062
|
-
"pluginAlias": "twentythree-cli",
|
|
10063
|
-
"pluginName": "twentythree-cli",
|
|
10064
|
-
"pluginType": "core",
|
|
10065
|
-
"strict": true,
|
|
10066
|
-
"enableJsonFlag": true,
|
|
10067
|
-
"agentMetadata": {
|
|
10068
|
-
"api_endpoint": "GET /live/clips",
|
|
10069
|
-
"auth_scope": "read",
|
|
10070
|
-
"output_shape": {
|
|
10071
|
-
"type": "table",
|
|
10072
|
-
"columns": [
|
|
10073
|
-
"Video ID",
|
|
10074
|
-
"Title",
|
|
10075
|
-
"Duration",
|
|
10076
|
-
"Type",
|
|
10077
|
-
"Published",
|
|
10078
|
-
"Views"
|
|
10079
|
-
]
|
|
10080
|
-
},
|
|
10081
|
-
"side_effects": "none"
|
|
10082
|
-
},
|
|
10083
|
-
"isESM": false,
|
|
10084
|
-
"relativePath": [
|
|
10085
|
-
"dist",
|
|
10086
|
-
"commands",
|
|
10087
|
-
"webinar",
|
|
10088
|
-
"clips.cjs"
|
|
10089
|
-
]
|
|
10090
|
-
},
|
|
10091
|
-
"webinar:create": {
|
|
10092
|
-
"aliases": [],
|
|
10093
|
-
"args": {},
|
|
10094
|
-
"description": "Create a new webinar",
|
|
10095
|
-
"examples": [
|
|
10096
|
-
"<%= config.bin %> webinar create --title \"My Webinar\"",
|
|
10097
|
-
"<%= config.bin %> webinar create --title \"My Webinar\" --live-date \"2024-12-01T14:00:00Z\"",
|
|
10098
|
-
"<%= config.bin %> webinar create --title \"My Webinar\" --json"
|
|
10068
|
+
"<%= config.bin %> webinar create --title \"My Webinar\"",
|
|
10069
|
+
"<%= config.bin %> webinar create --title \"My Webinar\" --live-date \"2024-12-01T14:00:00Z\" --timezone Europe/Copenhagen",
|
|
10070
|
+
"<%= config.bin %> webinar create --title \"My Webinar\" --format webinar --locale da_DK --category-id 127972488",
|
|
10071
|
+
"<%= config.bin %> webinar create --title \"My Webinar\" --no-draft --no-private --publish-recordings",
|
|
10072
|
+
"<%= config.bin %> webinar create --title \"Episode 3\" --series-id 67890 --json"
|
|
10099
10073
|
],
|
|
10100
10074
|
"flags": {
|
|
10101
10075
|
"json": {
|
|
@@ -10176,6 +10150,78 @@
|
|
|
10176
10150
|
"multiple": false,
|
|
10177
10151
|
"type": "option"
|
|
10178
10152
|
},
|
|
10153
|
+
"format": {
|
|
10154
|
+
"description": "Webinar format: \"webinar\" (registration, hub) or \"event\" (freeform live stream)",
|
|
10155
|
+
"name": "format",
|
|
10156
|
+
"required": false,
|
|
10157
|
+
"hasDynamicHelp": false,
|
|
10158
|
+
"multiple": false,
|
|
10159
|
+
"options": [
|
|
10160
|
+
"event",
|
|
10161
|
+
"webinar"
|
|
10162
|
+
],
|
|
10163
|
+
"type": "option"
|
|
10164
|
+
},
|
|
10165
|
+
"registration-mode": {
|
|
10166
|
+
"description": "Registration mode. Defaults to \"all\" (registration enabled); pass \"none\" to disable.",
|
|
10167
|
+
"name": "registration-mode",
|
|
10168
|
+
"required": false,
|
|
10169
|
+
"default": "all",
|
|
10170
|
+
"hasDynamicHelp": false,
|
|
10171
|
+
"multiple": false,
|
|
10172
|
+
"options": [
|
|
10173
|
+
"",
|
|
10174
|
+
"all",
|
|
10175
|
+
"none"
|
|
10176
|
+
],
|
|
10177
|
+
"type": "option"
|
|
10178
|
+
},
|
|
10179
|
+
"private": {
|
|
10180
|
+
"description": "Make the webinar private (use --no-private to make it public and appear on the hub)",
|
|
10181
|
+
"name": "private",
|
|
10182
|
+
"required": false,
|
|
10183
|
+
"allowNo": true,
|
|
10184
|
+
"type": "boolean"
|
|
10185
|
+
},
|
|
10186
|
+
"category-id": {
|
|
10187
|
+
"description": "Assign the webinar to a category by ID (API album_id)",
|
|
10188
|
+
"name": "category-id",
|
|
10189
|
+
"required": false,
|
|
10190
|
+
"hasDynamicHelp": false,
|
|
10191
|
+
"multiple": false,
|
|
10192
|
+
"type": "option"
|
|
10193
|
+
},
|
|
10194
|
+
"locale": {
|
|
10195
|
+
"description": "Webinar language/locale (e.g. en_US, da_DK)",
|
|
10196
|
+
"name": "locale",
|
|
10197
|
+
"required": false,
|
|
10198
|
+
"hasDynamicHelp": false,
|
|
10199
|
+
"multiple": false,
|
|
10200
|
+
"type": "option"
|
|
10201
|
+
},
|
|
10202
|
+
"publish-recordings": {
|
|
10203
|
+
"description": "Publish the webinar recordings",
|
|
10204
|
+
"name": "publish-recordings",
|
|
10205
|
+
"required": false,
|
|
10206
|
+
"allowNo": true,
|
|
10207
|
+
"type": "boolean"
|
|
10208
|
+
},
|
|
10209
|
+
"series-id": {
|
|
10210
|
+
"description": "Attach the webinar to a webinar series by ID",
|
|
10211
|
+
"name": "series-id",
|
|
10212
|
+
"required": false,
|
|
10213
|
+
"hasDynamicHelp": false,
|
|
10214
|
+
"multiple": false,
|
|
10215
|
+
"type": "option"
|
|
10216
|
+
},
|
|
10217
|
+
"timezone": {
|
|
10218
|
+
"description": "Timezone for the webinar schedule (e.g. Europe/Copenhagen)",
|
|
10219
|
+
"name": "timezone",
|
|
10220
|
+
"required": false,
|
|
10221
|
+
"hasDynamicHelp": false,
|
|
10222
|
+
"multiple": false,
|
|
10223
|
+
"type": "option"
|
|
10224
|
+
},
|
|
10179
10225
|
"draft-p": {
|
|
10180
10226
|
"hidden": true,
|
|
10181
10227
|
"name": "draft-p",
|
|
@@ -10660,12 +10706,461 @@
|
|
|
10660
10706
|
"description": "Include category information for each webinar",
|
|
10661
10707
|
"name": "include-albums",
|
|
10662
10708
|
"required": false,
|
|
10663
|
-
"allowNo": false,
|
|
10664
|
-
"type": "boolean"
|
|
10709
|
+
"allowNo": false,
|
|
10710
|
+
"type": "boolean"
|
|
10711
|
+
},
|
|
10712
|
+
"fields": {
|
|
10713
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
10714
|
+
"name": "fields",
|
|
10715
|
+
"required": false,
|
|
10716
|
+
"hasDynamicHelp": false,
|
|
10717
|
+
"multiple": false,
|
|
10718
|
+
"type": "option"
|
|
10719
|
+
}
|
|
10720
|
+
},
|
|
10721
|
+
"hasDynamicHelp": false,
|
|
10722
|
+
"hiddenAliases": [],
|
|
10723
|
+
"id": "webinar:list",
|
|
10724
|
+
"pluginAlias": "twentythree-cli",
|
|
10725
|
+
"pluginName": "twentythree-cli",
|
|
10726
|
+
"pluginType": "core",
|
|
10727
|
+
"strict": true,
|
|
10728
|
+
"enableJsonFlag": true,
|
|
10729
|
+
"agentMetadata": {
|
|
10730
|
+
"api_endpoint": "GET /live/list",
|
|
10731
|
+
"auth_scope": "read",
|
|
10732
|
+
"output_shape": {
|
|
10733
|
+
"type": "table",
|
|
10734
|
+
"columns": [
|
|
10735
|
+
"ID",
|
|
10736
|
+
"Title",
|
|
10737
|
+
"Status",
|
|
10738
|
+
"Date",
|
|
10739
|
+
"Private"
|
|
10740
|
+
]
|
|
10741
|
+
},
|
|
10742
|
+
"side_effects": "none"
|
|
10743
|
+
},
|
|
10744
|
+
"isESM": false,
|
|
10745
|
+
"relativePath": [
|
|
10746
|
+
"dist",
|
|
10747
|
+
"commands",
|
|
10748
|
+
"webinar",
|
|
10749
|
+
"list.cjs"
|
|
10750
|
+
]
|
|
10751
|
+
},
|
|
10752
|
+
"webinar:log": {
|
|
10753
|
+
"aliases": [],
|
|
10754
|
+
"args": {
|
|
10755
|
+
"id": {
|
|
10756
|
+
"description": "Webinar ID",
|
|
10757
|
+
"name": "id",
|
|
10758
|
+
"required": true
|
|
10759
|
+
}
|
|
10760
|
+
},
|
|
10761
|
+
"description": "Retrieve the event log for a webinar",
|
|
10762
|
+
"examples": [
|
|
10763
|
+
"<%= config.bin %> webinar log 12345",
|
|
10764
|
+
"<%= config.bin %> webinar log 12345 --json"
|
|
10765
|
+
],
|
|
10766
|
+
"flags": {
|
|
10767
|
+
"json": {
|
|
10768
|
+
"description": "Format output as json.",
|
|
10769
|
+
"helpGroup": "GLOBAL",
|
|
10770
|
+
"name": "json",
|
|
10771
|
+
"allowNo": false,
|
|
10772
|
+
"type": "boolean"
|
|
10773
|
+
},
|
|
10774
|
+
"workspace": {
|
|
10775
|
+
"char": "w",
|
|
10776
|
+
"helpGroup": "GLOBAL",
|
|
10777
|
+
"name": "workspace",
|
|
10778
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
10779
|
+
"hasDynamicHelp": false,
|
|
10780
|
+
"multiple": false,
|
|
10781
|
+
"type": "option"
|
|
10782
|
+
},
|
|
10783
|
+
"agent": {
|
|
10784
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
10785
|
+
"helpGroup": "GLOBAL",
|
|
10786
|
+
"hidden": true,
|
|
10787
|
+
"name": "agent",
|
|
10788
|
+
"allowNo": false,
|
|
10789
|
+
"type": "boolean"
|
|
10790
|
+
}
|
|
10791
|
+
},
|
|
10792
|
+
"hasDynamicHelp": false,
|
|
10793
|
+
"hiddenAliases": [],
|
|
10794
|
+
"id": "webinar:log",
|
|
10795
|
+
"pluginAlias": "twentythree-cli",
|
|
10796
|
+
"pluginName": "twentythree-cli",
|
|
10797
|
+
"pluginType": "core",
|
|
10798
|
+
"strict": true,
|
|
10799
|
+
"enableJsonFlag": true,
|
|
10800
|
+
"agentMetadata": {
|
|
10801
|
+
"api_endpoint": "GET /live/log",
|
|
10802
|
+
"auth_scope": "read",
|
|
10803
|
+
"output_shape": {
|
|
10804
|
+
"type": "table",
|
|
10805
|
+
"columns": [
|
|
10806
|
+
"Event",
|
|
10807
|
+
"Start",
|
|
10808
|
+
"End"
|
|
10809
|
+
]
|
|
10810
|
+
},
|
|
10811
|
+
"side_effects": "none"
|
|
10812
|
+
},
|
|
10813
|
+
"isESM": false,
|
|
10814
|
+
"relativePath": [
|
|
10815
|
+
"dist",
|
|
10816
|
+
"commands",
|
|
10817
|
+
"webinar",
|
|
10818
|
+
"log.cjs"
|
|
10819
|
+
]
|
|
10820
|
+
},
|
|
10821
|
+
"webinar:metrics": {
|
|
10822
|
+
"aliases": [],
|
|
10823
|
+
"args": {
|
|
10824
|
+
"id": {
|
|
10825
|
+
"description": "Webinar ID",
|
|
10826
|
+
"name": "id",
|
|
10827
|
+
"required": true
|
|
10828
|
+
}
|
|
10829
|
+
},
|
|
10830
|
+
"description": "Retrieve metrics for a webinar",
|
|
10831
|
+
"examples": [
|
|
10832
|
+
"<%= config.bin %> webinar metrics 12345",
|
|
10833
|
+
"<%= config.bin %> webinar metrics 12345 --json"
|
|
10834
|
+
],
|
|
10835
|
+
"flags": {
|
|
10836
|
+
"json": {
|
|
10837
|
+
"description": "Format output as json.",
|
|
10838
|
+
"helpGroup": "GLOBAL",
|
|
10839
|
+
"name": "json",
|
|
10840
|
+
"allowNo": false,
|
|
10841
|
+
"type": "boolean"
|
|
10842
|
+
},
|
|
10843
|
+
"workspace": {
|
|
10844
|
+
"char": "w",
|
|
10845
|
+
"helpGroup": "GLOBAL",
|
|
10846
|
+
"name": "workspace",
|
|
10847
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
10848
|
+
"hasDynamicHelp": false,
|
|
10849
|
+
"multiple": false,
|
|
10850
|
+
"type": "option"
|
|
10851
|
+
},
|
|
10852
|
+
"agent": {
|
|
10853
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
10854
|
+
"helpGroup": "GLOBAL",
|
|
10855
|
+
"hidden": true,
|
|
10856
|
+
"name": "agent",
|
|
10857
|
+
"allowNo": false,
|
|
10858
|
+
"type": "boolean"
|
|
10859
|
+
}
|
|
10860
|
+
},
|
|
10861
|
+
"hasDynamicHelp": false,
|
|
10862
|
+
"hiddenAliases": [],
|
|
10863
|
+
"id": "webinar:metrics",
|
|
10864
|
+
"pluginAlias": "twentythree-cli",
|
|
10865
|
+
"pluginName": "twentythree-cli",
|
|
10866
|
+
"pluginType": "core",
|
|
10867
|
+
"strict": true,
|
|
10868
|
+
"enableJsonFlag": true,
|
|
10869
|
+
"agentMetadata": {
|
|
10870
|
+
"api_endpoint": "GET /live/metrics",
|
|
10871
|
+
"auth_scope": "read",
|
|
10872
|
+
"output_shape": {
|
|
10873
|
+
"type": "table",
|
|
10874
|
+
"columns": [
|
|
10875
|
+
"Metric",
|
|
10876
|
+
"Value"
|
|
10877
|
+
]
|
|
10878
|
+
},
|
|
10879
|
+
"side_effects": "none"
|
|
10880
|
+
},
|
|
10881
|
+
"isESM": false,
|
|
10882
|
+
"relativePath": [
|
|
10883
|
+
"dist",
|
|
10884
|
+
"commands",
|
|
10885
|
+
"webinar",
|
|
10886
|
+
"metrics.cjs"
|
|
10887
|
+
]
|
|
10888
|
+
},
|
|
10889
|
+
"webinar:repeat": {
|
|
10890
|
+
"aliases": [],
|
|
10891
|
+
"args": {
|
|
10892
|
+
"id": {
|
|
10893
|
+
"description": "Webinar ID",
|
|
10894
|
+
"name": "id",
|
|
10895
|
+
"required": true
|
|
10896
|
+
}
|
|
10897
|
+
},
|
|
10898
|
+
"description": "Duplicate a webinar and schedule the copy at a new date/time",
|
|
10899
|
+
"examples": [
|
|
10900
|
+
"<%= config.bin %> webinar repeat 12345 --date \"2024-12-01T14:00:00Z\"",
|
|
10901
|
+
"<%= config.bin %> webinar repeat 12345 --date \"2024-12-01T14:00:00Z\" --json"
|
|
10902
|
+
],
|
|
10903
|
+
"flags": {
|
|
10904
|
+
"json": {
|
|
10905
|
+
"description": "Format output as json.",
|
|
10906
|
+
"helpGroup": "GLOBAL",
|
|
10907
|
+
"name": "json",
|
|
10908
|
+
"allowNo": false,
|
|
10909
|
+
"type": "boolean"
|
|
10910
|
+
},
|
|
10911
|
+
"workspace": {
|
|
10912
|
+
"char": "w",
|
|
10913
|
+
"helpGroup": "GLOBAL",
|
|
10914
|
+
"name": "workspace",
|
|
10915
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
10916
|
+
"hasDynamicHelp": false,
|
|
10917
|
+
"multiple": false,
|
|
10918
|
+
"type": "option"
|
|
10919
|
+
},
|
|
10920
|
+
"agent": {
|
|
10921
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
10922
|
+
"helpGroup": "GLOBAL",
|
|
10923
|
+
"hidden": true,
|
|
10924
|
+
"name": "agent",
|
|
10925
|
+
"allowNo": false,
|
|
10926
|
+
"type": "boolean"
|
|
10927
|
+
},
|
|
10928
|
+
"date": {
|
|
10929
|
+
"description": "Schedule date/time for the new webinar (ISO 8601)",
|
|
10930
|
+
"name": "date",
|
|
10931
|
+
"required": true,
|
|
10932
|
+
"hasDynamicHelp": false,
|
|
10933
|
+
"multiple": false,
|
|
10934
|
+
"type": "option"
|
|
10935
|
+
},
|
|
10936
|
+
"webinar-design-id": {
|
|
10937
|
+
"description": "Assign a webinar design by ID to the new webinar",
|
|
10938
|
+
"name": "webinar-design-id",
|
|
10939
|
+
"required": false,
|
|
10940
|
+
"hasDynamicHelp": false,
|
|
10941
|
+
"multiple": false,
|
|
10942
|
+
"type": "option"
|
|
10943
|
+
}
|
|
10944
|
+
},
|
|
10945
|
+
"hasDynamicHelp": false,
|
|
10946
|
+
"hiddenAliases": [],
|
|
10947
|
+
"id": "webinar:repeat",
|
|
10948
|
+
"pluginAlias": "twentythree-cli",
|
|
10949
|
+
"pluginName": "twentythree-cli",
|
|
10950
|
+
"pluginType": "core",
|
|
10951
|
+
"strict": true,
|
|
10952
|
+
"enableJsonFlag": true,
|
|
10953
|
+
"agentMetadata": {
|
|
10954
|
+
"api_endpoint": "POST /live/repeat",
|
|
10955
|
+
"auth_scope": "write",
|
|
10956
|
+
"output_shape": {
|
|
10957
|
+
"type": "key-value"
|
|
10958
|
+
},
|
|
10959
|
+
"side_effects": "creates"
|
|
10960
|
+
},
|
|
10961
|
+
"isESM": false,
|
|
10962
|
+
"relativePath": [
|
|
10963
|
+
"dist",
|
|
10964
|
+
"commands",
|
|
10965
|
+
"webinar",
|
|
10966
|
+
"repeat.cjs"
|
|
10967
|
+
]
|
|
10968
|
+
},
|
|
10969
|
+
"webinar:update": {
|
|
10970
|
+
"aliases": [],
|
|
10971
|
+
"args": {
|
|
10972
|
+
"id": {
|
|
10973
|
+
"description": "Webinar ID",
|
|
10974
|
+
"name": "id",
|
|
10975
|
+
"required": true
|
|
10976
|
+
}
|
|
10977
|
+
},
|
|
10978
|
+
"description": "Update details for a webinar",
|
|
10979
|
+
"examples": [
|
|
10980
|
+
"<%= config.bin %> webinar update 12345 --title \"New Title\"",
|
|
10981
|
+
"<%= config.bin %> webinar update 12345 --status upcoming",
|
|
10982
|
+
"<%= config.bin %> webinar update 12345"
|
|
10983
|
+
],
|
|
10984
|
+
"flags": {
|
|
10985
|
+
"json": {
|
|
10986
|
+
"description": "Format output as json.",
|
|
10987
|
+
"helpGroup": "GLOBAL",
|
|
10988
|
+
"name": "json",
|
|
10989
|
+
"allowNo": false,
|
|
10990
|
+
"type": "boolean"
|
|
10991
|
+
},
|
|
10992
|
+
"workspace": {
|
|
10993
|
+
"char": "w",
|
|
10994
|
+
"helpGroup": "GLOBAL",
|
|
10995
|
+
"name": "workspace",
|
|
10996
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
10997
|
+
"hasDynamicHelp": false,
|
|
10998
|
+
"multiple": false,
|
|
10999
|
+
"type": "option"
|
|
11000
|
+
},
|
|
11001
|
+
"agent": {
|
|
11002
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
11003
|
+
"helpGroup": "GLOBAL",
|
|
11004
|
+
"hidden": true,
|
|
11005
|
+
"name": "agent",
|
|
11006
|
+
"allowNo": false,
|
|
11007
|
+
"type": "boolean"
|
|
11008
|
+
},
|
|
11009
|
+
"title": {
|
|
11010
|
+
"description": "New title for the webinar",
|
|
11011
|
+
"name": "title",
|
|
11012
|
+
"required": false,
|
|
11013
|
+
"hasDynamicHelp": false,
|
|
11014
|
+
"multiple": false,
|
|
11015
|
+
"type": "option"
|
|
11016
|
+
},
|
|
11017
|
+
"description": {
|
|
11018
|
+
"description": "New description for the webinar",
|
|
11019
|
+
"name": "description",
|
|
11020
|
+
"required": false,
|
|
11021
|
+
"hasDynamicHelp": false,
|
|
11022
|
+
"multiple": false,
|
|
11023
|
+
"type": "option"
|
|
11024
|
+
},
|
|
11025
|
+
"status": {
|
|
11026
|
+
"description": "Webinar status: upcoming, live, or previous",
|
|
11027
|
+
"name": "status",
|
|
11028
|
+
"required": false,
|
|
11029
|
+
"hasDynamicHelp": false,
|
|
11030
|
+
"multiple": false,
|
|
11031
|
+
"type": "option"
|
|
11032
|
+
},
|
|
11033
|
+
"live-date": {
|
|
11034
|
+
"description": "Schedule date/time (ISO 8601)",
|
|
11035
|
+
"name": "live-date",
|
|
11036
|
+
"required": false,
|
|
11037
|
+
"hasDynamicHelp": false,
|
|
11038
|
+
"multiple": false,
|
|
11039
|
+
"type": "option"
|
|
11040
|
+
},
|
|
11041
|
+
"draft": {
|
|
11042
|
+
"description": "Set as draft",
|
|
11043
|
+
"name": "draft",
|
|
11044
|
+
"required": false,
|
|
11045
|
+
"allowNo": true,
|
|
11046
|
+
"type": "boolean"
|
|
11047
|
+
},
|
|
11048
|
+
"publish": {
|
|
11049
|
+
"description": "Publish or unpublish the webinar",
|
|
11050
|
+
"name": "publish",
|
|
11051
|
+
"required": false,
|
|
11052
|
+
"allowNo": true,
|
|
11053
|
+
"type": "boolean"
|
|
11054
|
+
},
|
|
11055
|
+
"seo-policy": {
|
|
11056
|
+
"description": "SEO policy for the webinar: index, noindex, or empty string to reset",
|
|
11057
|
+
"name": "seo-policy",
|
|
11058
|
+
"required": false,
|
|
11059
|
+
"hasDynamicHelp": false,
|
|
11060
|
+
"multiple": false,
|
|
11061
|
+
"options": [
|
|
11062
|
+
"",
|
|
11063
|
+
"index",
|
|
11064
|
+
"noindex"
|
|
11065
|
+
],
|
|
11066
|
+
"type": "option"
|
|
11067
|
+
},
|
|
11068
|
+
"webinar-design-id": {
|
|
11069
|
+
"description": "Assign a webinar design by ID to this webinar",
|
|
11070
|
+
"name": "webinar-design-id",
|
|
11071
|
+
"required": false,
|
|
11072
|
+
"hasDynamicHelp": false,
|
|
11073
|
+
"multiple": false,
|
|
11074
|
+
"type": "option"
|
|
11075
|
+
},
|
|
11076
|
+
"format": {
|
|
11077
|
+
"description": "Webinar format: \"webinar\" or \"event\"",
|
|
11078
|
+
"name": "format",
|
|
11079
|
+
"required": false,
|
|
11080
|
+
"hasDynamicHelp": false,
|
|
11081
|
+
"multiple": false,
|
|
11082
|
+
"options": [
|
|
11083
|
+
"event",
|
|
11084
|
+
"webinar"
|
|
11085
|
+
],
|
|
11086
|
+
"type": "option"
|
|
11087
|
+
},
|
|
11088
|
+
"registration-mode": {
|
|
11089
|
+
"description": "Registration mode: \"all\" (enabled) or \"none\" (disabled)",
|
|
11090
|
+
"name": "registration-mode",
|
|
11091
|
+
"required": false,
|
|
11092
|
+
"hasDynamicHelp": false,
|
|
11093
|
+
"multiple": false,
|
|
11094
|
+
"options": [
|
|
11095
|
+
"all",
|
|
11096
|
+
"none"
|
|
11097
|
+
],
|
|
11098
|
+
"type": "option"
|
|
11099
|
+
},
|
|
11100
|
+
"private": {
|
|
11101
|
+
"description": "Make the webinar private (use --no-private to make it public)",
|
|
11102
|
+
"name": "private",
|
|
11103
|
+
"required": false,
|
|
11104
|
+
"allowNo": true,
|
|
11105
|
+
"type": "boolean"
|
|
11106
|
+
},
|
|
11107
|
+
"category-id": {
|
|
11108
|
+
"description": "Assign the webinar to a category by ID (API album_id)",
|
|
11109
|
+
"name": "category-id",
|
|
11110
|
+
"required": false,
|
|
11111
|
+
"hasDynamicHelp": false,
|
|
11112
|
+
"multiple": false,
|
|
11113
|
+
"type": "option"
|
|
11114
|
+
},
|
|
11115
|
+
"locale": {
|
|
11116
|
+
"description": "Webinar language/locale (e.g. en_US, da_DK)",
|
|
11117
|
+
"name": "locale",
|
|
11118
|
+
"required": false,
|
|
11119
|
+
"hasDynamicHelp": false,
|
|
11120
|
+
"multiple": false,
|
|
11121
|
+
"type": "option"
|
|
11122
|
+
},
|
|
11123
|
+
"publish-recordings": {
|
|
11124
|
+
"description": "Publish the webinar recordings",
|
|
11125
|
+
"name": "publish-recordings",
|
|
11126
|
+
"required": false,
|
|
11127
|
+
"allowNo": true,
|
|
11128
|
+
"type": "boolean"
|
|
11129
|
+
},
|
|
11130
|
+
"ondemand": {
|
|
11131
|
+
"description": "Make the recording available on demand",
|
|
11132
|
+
"name": "ondemand",
|
|
11133
|
+
"required": false,
|
|
11134
|
+
"allowNo": true,
|
|
11135
|
+
"type": "boolean"
|
|
11136
|
+
},
|
|
11137
|
+
"series-id": {
|
|
11138
|
+
"description": "Attach the webinar to a webinar series by ID",
|
|
11139
|
+
"name": "series-id",
|
|
11140
|
+
"required": false,
|
|
11141
|
+
"hasDynamicHelp": false,
|
|
11142
|
+
"multiple": false,
|
|
11143
|
+
"type": "option"
|
|
11144
|
+
},
|
|
11145
|
+
"timezone": {
|
|
11146
|
+
"description": "Timezone for the webinar schedule (e.g. Europe/Copenhagen)",
|
|
11147
|
+
"name": "timezone",
|
|
11148
|
+
"required": false,
|
|
11149
|
+
"hasDynamicHelp": false,
|
|
11150
|
+
"multiple": false,
|
|
11151
|
+
"type": "option"
|
|
11152
|
+
},
|
|
11153
|
+
"draft-p": {
|
|
11154
|
+
"hidden": true,
|
|
11155
|
+
"name": "draft-p",
|
|
11156
|
+
"required": false,
|
|
11157
|
+
"hasDynamicHelp": false,
|
|
11158
|
+
"multiple": false,
|
|
11159
|
+
"type": "option"
|
|
10665
11160
|
},
|
|
10666
|
-
"
|
|
10667
|
-
"
|
|
10668
|
-
"name": "
|
|
11161
|
+
"published-p": {
|
|
11162
|
+
"hidden": true,
|
|
11163
|
+
"name": "published-p",
|
|
10669
11164
|
"required": false,
|
|
10670
11165
|
"hasDynamicHelp": false,
|
|
10671
11166
|
"multiple": false,
|
|
@@ -10674,48 +11169,47 @@
|
|
|
10674
11169
|
},
|
|
10675
11170
|
"hasDynamicHelp": false,
|
|
10676
11171
|
"hiddenAliases": [],
|
|
10677
|
-
"id": "webinar:
|
|
11172
|
+
"id": "webinar:update",
|
|
10678
11173
|
"pluginAlias": "twentythree-cli",
|
|
10679
11174
|
"pluginName": "twentythree-cli",
|
|
10680
11175
|
"pluginType": "core",
|
|
10681
11176
|
"strict": true,
|
|
10682
11177
|
"enableJsonFlag": true,
|
|
10683
11178
|
"agentMetadata": {
|
|
10684
|
-
"api_endpoint": "
|
|
10685
|
-
"auth_scope": "
|
|
11179
|
+
"api_endpoint": "POST /live/update",
|
|
11180
|
+
"auth_scope": "write",
|
|
10686
11181
|
"output_shape": {
|
|
10687
|
-
"type": "
|
|
10688
|
-
"columns": [
|
|
10689
|
-
"ID",
|
|
10690
|
-
"Title",
|
|
10691
|
-
"Status",
|
|
10692
|
-
"Date",
|
|
10693
|
-
"Private"
|
|
10694
|
-
]
|
|
11182
|
+
"type": "key-value"
|
|
10695
11183
|
},
|
|
10696
|
-
"side_effects": "
|
|
11184
|
+
"side_effects": "updates"
|
|
10697
11185
|
},
|
|
10698
11186
|
"isESM": false,
|
|
10699
11187
|
"relativePath": [
|
|
10700
11188
|
"dist",
|
|
10701
11189
|
"commands",
|
|
10702
11190
|
"webinar",
|
|
10703
|
-
"
|
|
11191
|
+
"update.cjs"
|
|
10704
11192
|
]
|
|
10705
11193
|
},
|
|
10706
|
-
"webinar:
|
|
11194
|
+
"webinar:upload-image": {
|
|
10707
11195
|
"aliases": [],
|
|
10708
11196
|
"args": {
|
|
10709
11197
|
"id": {
|
|
10710
11198
|
"description": "Webinar ID",
|
|
10711
11199
|
"name": "id",
|
|
10712
11200
|
"required": true
|
|
11201
|
+
},
|
|
11202
|
+
"file": {
|
|
11203
|
+
"description": "Path to the image file to upload",
|
|
11204
|
+
"name": "file",
|
|
11205
|
+
"required": true
|
|
10713
11206
|
}
|
|
10714
11207
|
},
|
|
10715
|
-
"description": "
|
|
11208
|
+
"description": "Upload an image for a webinar (thumbnail, preview, or before-webinar)",
|
|
10716
11209
|
"examples": [
|
|
10717
|
-
"<%= config.bin %> webinar
|
|
10718
|
-
"<%= config.bin %> webinar
|
|
11210
|
+
"<%= config.bin %> webinar upload-image 12345 ./thumb.jpg",
|
|
11211
|
+
"<%= config.bin %> webinar upload-image 12345 ./preview.png --type preview",
|
|
11212
|
+
"<%= config.bin %> webinar upload-image 12345 ./before.jpg --type before_webinar"
|
|
10719
11213
|
],
|
|
10720
11214
|
"flags": {
|
|
10721
11215
|
"json": {
|
|
@@ -10741,50 +11235,67 @@
|
|
|
10741
11235
|
"name": "agent",
|
|
10742
11236
|
"allowNo": false,
|
|
10743
11237
|
"type": "boolean"
|
|
11238
|
+
},
|
|
11239
|
+
"type": {
|
|
11240
|
+
"description": "Image type",
|
|
11241
|
+
"name": "type",
|
|
11242
|
+
"default": "thumbnail",
|
|
11243
|
+
"hasDynamicHelp": false,
|
|
11244
|
+
"multiple": false,
|
|
11245
|
+
"options": [
|
|
11246
|
+
"thumbnail",
|
|
11247
|
+
"preview",
|
|
11248
|
+
"before_webinar"
|
|
11249
|
+
],
|
|
11250
|
+
"type": "option"
|
|
11251
|
+
},
|
|
11252
|
+
"chunk-size": {
|
|
11253
|
+
"description": "Chunk size in bytes (default: 5242880)",
|
|
11254
|
+
"name": "chunk-size",
|
|
11255
|
+
"default": 5242880,
|
|
11256
|
+
"hasDynamicHelp": false,
|
|
11257
|
+
"multiple": false,
|
|
11258
|
+
"type": "option"
|
|
11259
|
+
},
|
|
11260
|
+
"concurrency": {
|
|
11261
|
+
"description": "Number of chunks to upload in parallel (default: 5)",
|
|
11262
|
+
"name": "concurrency",
|
|
11263
|
+
"default": 5,
|
|
11264
|
+
"hasDynamicHelp": false,
|
|
11265
|
+
"multiple": false,
|
|
11266
|
+
"type": "option"
|
|
10744
11267
|
}
|
|
10745
11268
|
},
|
|
10746
11269
|
"hasDynamicHelp": false,
|
|
10747
11270
|
"hiddenAliases": [],
|
|
10748
|
-
"id": "webinar:
|
|
11271
|
+
"id": "webinar:upload-image",
|
|
10749
11272
|
"pluginAlias": "twentythree-cli",
|
|
10750
11273
|
"pluginName": "twentythree-cli",
|
|
10751
11274
|
"pluginType": "core",
|
|
10752
11275
|
"strict": true,
|
|
10753
11276
|
"enableJsonFlag": true,
|
|
10754
11277
|
"agentMetadata": {
|
|
10755
|
-
"api_endpoint": "
|
|
10756
|
-
"auth_scope": "
|
|
11278
|
+
"api_endpoint": "POST /live/upload-image",
|
|
11279
|
+
"auth_scope": "write",
|
|
10757
11280
|
"output_shape": {
|
|
10758
|
-
"type": "
|
|
10759
|
-
"columns": [
|
|
10760
|
-
"Event",
|
|
10761
|
-
"Start",
|
|
10762
|
-
"End"
|
|
10763
|
-
]
|
|
11281
|
+
"type": "none"
|
|
10764
11282
|
},
|
|
10765
|
-
"side_effects": "
|
|
11283
|
+
"side_effects": "creates"
|
|
10766
11284
|
},
|
|
10767
11285
|
"isESM": false,
|
|
10768
11286
|
"relativePath": [
|
|
10769
11287
|
"dist",
|
|
10770
11288
|
"commands",
|
|
10771
11289
|
"webinar",
|
|
10772
|
-
"
|
|
11290
|
+
"upload-image.cjs"
|
|
10773
11291
|
]
|
|
10774
11292
|
},
|
|
10775
|
-
"
|
|
11293
|
+
"workspace:list": {
|
|
10776
11294
|
"aliases": [],
|
|
10777
|
-
"args": {
|
|
10778
|
-
|
|
10779
|
-
"description": "Webinar ID",
|
|
10780
|
-
"name": "id",
|
|
10781
|
-
"required": true
|
|
10782
|
-
}
|
|
10783
|
-
},
|
|
10784
|
-
"description": "Retrieve metrics for a webinar",
|
|
11295
|
+
"args": {},
|
|
11296
|
+
"description": "List all configured workspaces",
|
|
10785
11297
|
"examples": [
|
|
10786
|
-
"<%= config.bin %>
|
|
10787
|
-
"<%= config.bin %> webinar metrics 12345 --json"
|
|
11298
|
+
"<%= config.bin %> workspace list"
|
|
10788
11299
|
],
|
|
10789
11300
|
"flags": {
|
|
10790
11301
|
"json": {
|
|
@@ -10814,20 +11325,21 @@
|
|
|
10814
11325
|
},
|
|
10815
11326
|
"hasDynamicHelp": false,
|
|
10816
11327
|
"hiddenAliases": [],
|
|
10817
|
-
"id": "
|
|
11328
|
+
"id": "workspace:list",
|
|
10818
11329
|
"pluginAlias": "twentythree-cli",
|
|
10819
11330
|
"pluginName": "twentythree-cli",
|
|
10820
11331
|
"pluginType": "core",
|
|
10821
11332
|
"strict": true,
|
|
10822
11333
|
"enableJsonFlag": true,
|
|
10823
11334
|
"agentMetadata": {
|
|
10824
|
-
"api_endpoint": "
|
|
10825
|
-
"auth_scope": "
|
|
11335
|
+
"api_endpoint": "local",
|
|
11336
|
+
"auth_scope": "none",
|
|
10826
11337
|
"output_shape": {
|
|
10827
11338
|
"type": "table",
|
|
10828
11339
|
"columns": [
|
|
10829
|
-
"
|
|
10830
|
-
"
|
|
11340
|
+
"Domain",
|
|
11341
|
+
"Display Name",
|
|
11342
|
+
"Status"
|
|
10831
11343
|
]
|
|
10832
11344
|
},
|
|
10833
11345
|
"side_effects": "none"
|
|
@@ -10836,23 +11348,23 @@
|
|
|
10836
11348
|
"relativePath": [
|
|
10837
11349
|
"dist",
|
|
10838
11350
|
"commands",
|
|
10839
|
-
"
|
|
10840
|
-
"
|
|
11351
|
+
"workspace",
|
|
11352
|
+
"list.cjs"
|
|
10841
11353
|
]
|
|
10842
11354
|
},
|
|
10843
|
-
"
|
|
11355
|
+
"workspace:use": {
|
|
10844
11356
|
"aliases": [],
|
|
10845
11357
|
"args": {
|
|
10846
|
-
"
|
|
10847
|
-
"description": "
|
|
10848
|
-
"name": "
|
|
11358
|
+
"name": {
|
|
11359
|
+
"description": "Workspace domain or display name",
|
|
11360
|
+
"name": "name",
|
|
10849
11361
|
"required": true
|
|
10850
11362
|
}
|
|
10851
11363
|
},
|
|
10852
|
-
"description": "
|
|
11364
|
+
"description": "Switch the active workspace",
|
|
10853
11365
|
"examples": [
|
|
10854
|
-
"<%= config.bin %>
|
|
10855
|
-
"<%= config.bin %>
|
|
11366
|
+
"<%= config.bin %> workspace use company.video23.com",
|
|
11367
|
+
"<%= config.bin %> workspace use \"Company Name\""
|
|
10856
11368
|
],
|
|
10857
11369
|
"flags": {
|
|
10858
11370
|
"json": {
|
|
@@ -10878,62 +11390,39 @@
|
|
|
10878
11390
|
"name": "agent",
|
|
10879
11391
|
"allowNo": false,
|
|
10880
11392
|
"type": "boolean"
|
|
10881
|
-
},
|
|
10882
|
-
"date": {
|
|
10883
|
-
"description": "Schedule date/time for the new webinar (ISO 8601)",
|
|
10884
|
-
"name": "date",
|
|
10885
|
-
"required": true,
|
|
10886
|
-
"hasDynamicHelp": false,
|
|
10887
|
-
"multiple": false,
|
|
10888
|
-
"type": "option"
|
|
10889
|
-
},
|
|
10890
|
-
"webinar-design-id": {
|
|
10891
|
-
"description": "Assign a webinar design by ID to the new webinar",
|
|
10892
|
-
"name": "webinar-design-id",
|
|
10893
|
-
"required": false,
|
|
10894
|
-
"hasDynamicHelp": false,
|
|
10895
|
-
"multiple": false,
|
|
10896
|
-
"type": "option"
|
|
10897
11393
|
}
|
|
10898
11394
|
},
|
|
10899
11395
|
"hasDynamicHelp": false,
|
|
10900
11396
|
"hiddenAliases": [],
|
|
10901
|
-
"id": "
|
|
11397
|
+
"id": "workspace:use",
|
|
10902
11398
|
"pluginAlias": "twentythree-cli",
|
|
10903
11399
|
"pluginName": "twentythree-cli",
|
|
10904
11400
|
"pluginType": "core",
|
|
10905
11401
|
"strict": true,
|
|
10906
11402
|
"enableJsonFlag": true,
|
|
10907
11403
|
"agentMetadata": {
|
|
10908
|
-
"api_endpoint": "
|
|
10909
|
-
"auth_scope": "
|
|
11404
|
+
"api_endpoint": "local",
|
|
11405
|
+
"auth_scope": "none",
|
|
10910
11406
|
"output_shape": {
|
|
10911
|
-
"type": "
|
|
11407
|
+
"type": "none"
|
|
10912
11408
|
},
|
|
10913
|
-
"side_effects": "
|
|
11409
|
+
"side_effects": "updates"
|
|
10914
11410
|
},
|
|
10915
11411
|
"isESM": false,
|
|
10916
11412
|
"relativePath": [
|
|
10917
11413
|
"dist",
|
|
10918
11414
|
"commands",
|
|
10919
|
-
"
|
|
10920
|
-
"
|
|
11415
|
+
"workspace",
|
|
11416
|
+
"use.cjs"
|
|
10921
11417
|
]
|
|
10922
11418
|
},
|
|
10923
|
-
"
|
|
11419
|
+
"agentic:session:list": {
|
|
10924
11420
|
"aliases": [],
|
|
10925
|
-
"args": {
|
|
10926
|
-
|
|
10927
|
-
"description": "Webinar ID",
|
|
10928
|
-
"name": "id",
|
|
10929
|
-
"required": true
|
|
10930
|
-
}
|
|
10931
|
-
},
|
|
10932
|
-
"description": "Update details for a webinar",
|
|
11421
|
+
"args": {},
|
|
11422
|
+
"description": "List reported agentic (AI agent) sessions",
|
|
10933
11423
|
"examples": [
|
|
10934
|
-
"<%= config.bin %>
|
|
10935
|
-
"<%= config.bin %>
|
|
10936
|
-
"<%= config.bin %> webinar update 12345"
|
|
11424
|
+
"<%= config.bin %> agentic session list",
|
|
11425
|
+
"<%= config.bin %> agentic session list --json"
|
|
10937
11426
|
],
|
|
10938
11427
|
"flags": {
|
|
10939
11428
|
"json": {
|
|
@@ -10960,84 +11449,83 @@
|
|
|
10960
11449
|
"allowNo": false,
|
|
10961
11450
|
"type": "boolean"
|
|
10962
11451
|
},
|
|
10963
|
-
"
|
|
10964
|
-
"description": "
|
|
10965
|
-
"name": "
|
|
10966
|
-
"required": false,
|
|
10967
|
-
"hasDynamicHelp": false,
|
|
10968
|
-
"multiple": false,
|
|
10969
|
-
"type": "option"
|
|
10970
|
-
},
|
|
10971
|
-
"description": {
|
|
10972
|
-
"description": "New description for the webinar",
|
|
10973
|
-
"name": "description",
|
|
10974
|
-
"required": false,
|
|
10975
|
-
"hasDynamicHelp": false,
|
|
10976
|
-
"multiple": false,
|
|
10977
|
-
"type": "option"
|
|
10978
|
-
},
|
|
10979
|
-
"status": {
|
|
10980
|
-
"description": "Webinar status: upcoming, live, or previous",
|
|
10981
|
-
"name": "status",
|
|
10982
|
-
"required": false,
|
|
10983
|
-
"hasDynamicHelp": false,
|
|
10984
|
-
"multiple": false,
|
|
10985
|
-
"type": "option"
|
|
10986
|
-
},
|
|
10987
|
-
"live-date": {
|
|
10988
|
-
"description": "Schedule date/time (ISO 8601)",
|
|
10989
|
-
"name": "live-date",
|
|
11452
|
+
"fields": {
|
|
11453
|
+
"description": "Comma-separated fields to return",
|
|
11454
|
+
"name": "fields",
|
|
10990
11455
|
"required": false,
|
|
10991
11456
|
"hasDynamicHelp": false,
|
|
10992
11457
|
"multiple": false,
|
|
10993
11458
|
"type": "option"
|
|
11459
|
+
}
|
|
11460
|
+
},
|
|
11461
|
+
"hasDynamicHelp": false,
|
|
11462
|
+
"hiddenAliases": [],
|
|
11463
|
+
"id": "agentic:session:list",
|
|
11464
|
+
"pluginAlias": "twentythree-cli",
|
|
11465
|
+
"pluginName": "twentythree-cli",
|
|
11466
|
+
"pluginType": "core",
|
|
11467
|
+
"strict": true,
|
|
11468
|
+
"enableJsonFlag": true,
|
|
11469
|
+
"agentMetadata": {
|
|
11470
|
+
"api_endpoint": "POST /agentic/session/list",
|
|
11471
|
+
"auth_scope": "read",
|
|
11472
|
+
"output_shape": {
|
|
11473
|
+
"type": "table",
|
|
11474
|
+
"columns": [
|
|
11475
|
+
"Session",
|
|
11476
|
+
"Summary",
|
|
11477
|
+
"Prompts",
|
|
11478
|
+
"Duration (s)",
|
|
11479
|
+
"Started"
|
|
11480
|
+
]
|
|
10994
11481
|
},
|
|
10995
|
-
"
|
|
10996
|
-
|
|
10997
|
-
|
|
10998
|
-
|
|
10999
|
-
|
|
11000
|
-
|
|
11001
|
-
|
|
11002
|
-
"
|
|
11003
|
-
|
|
11004
|
-
|
|
11005
|
-
|
|
11006
|
-
|
|
11482
|
+
"side_effects": "none"
|
|
11483
|
+
},
|
|
11484
|
+
"isESM": false,
|
|
11485
|
+
"relativePath": [
|
|
11486
|
+
"dist",
|
|
11487
|
+
"commands",
|
|
11488
|
+
"agentic",
|
|
11489
|
+
"session",
|
|
11490
|
+
"list.cjs"
|
|
11491
|
+
]
|
|
11492
|
+
},
|
|
11493
|
+
"agentic:session:metrics": {
|
|
11494
|
+
"aliases": [],
|
|
11495
|
+
"args": {},
|
|
11496
|
+
"description": "Get aggregate metrics for reported agentic (AI agent) sessions",
|
|
11497
|
+
"examples": [
|
|
11498
|
+
"<%= config.bin %> agentic session metrics",
|
|
11499
|
+
"<%= config.bin %> agentic session metrics --json"
|
|
11500
|
+
],
|
|
11501
|
+
"flags": {
|
|
11502
|
+
"json": {
|
|
11503
|
+
"description": "Format output as json.",
|
|
11504
|
+
"helpGroup": "GLOBAL",
|
|
11505
|
+
"name": "json",
|
|
11506
|
+
"allowNo": false,
|
|
11007
11507
|
"type": "boolean"
|
|
11008
11508
|
},
|
|
11009
|
-
"
|
|
11010
|
-
"
|
|
11011
|
-
"
|
|
11012
|
-
"
|
|
11013
|
-
"
|
|
11014
|
-
"multiple": false,
|
|
11015
|
-
"options": [
|
|
11016
|
-
"",
|
|
11017
|
-
"index",
|
|
11018
|
-
"noindex"
|
|
11019
|
-
],
|
|
11020
|
-
"type": "option"
|
|
11021
|
-
},
|
|
11022
|
-
"webinar-design-id": {
|
|
11023
|
-
"description": "Assign a webinar design by ID to this webinar",
|
|
11024
|
-
"name": "webinar-design-id",
|
|
11025
|
-
"required": false,
|
|
11509
|
+
"workspace": {
|
|
11510
|
+
"char": "w",
|
|
11511
|
+
"helpGroup": "GLOBAL",
|
|
11512
|
+
"name": "workspace",
|
|
11513
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
11026
11514
|
"hasDynamicHelp": false,
|
|
11027
11515
|
"multiple": false,
|
|
11028
11516
|
"type": "option"
|
|
11029
11517
|
},
|
|
11030
|
-
"
|
|
11518
|
+
"agent": {
|
|
11519
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
11520
|
+
"helpGroup": "GLOBAL",
|
|
11031
11521
|
"hidden": true,
|
|
11032
|
-
"name": "
|
|
11033
|
-
"
|
|
11034
|
-
"
|
|
11035
|
-
"multiple": false,
|
|
11036
|
-
"type": "option"
|
|
11522
|
+
"name": "agent",
|
|
11523
|
+
"allowNo": false,
|
|
11524
|
+
"type": "boolean"
|
|
11037
11525
|
},
|
|
11038
|
-
"
|
|
11039
|
-
"
|
|
11040
|
-
"name": "
|
|
11526
|
+
"fields": {
|
|
11527
|
+
"description": "Comma-separated fields to return",
|
|
11528
|
+
"name": "fields",
|
|
11041
11529
|
"required": false,
|
|
11042
11530
|
"hasDynamicHelp": false,
|
|
11043
11531
|
"multiple": false,
|
|
@@ -11046,47 +11534,36 @@
|
|
|
11046
11534
|
},
|
|
11047
11535
|
"hasDynamicHelp": false,
|
|
11048
11536
|
"hiddenAliases": [],
|
|
11049
|
-
"id": "
|
|
11537
|
+
"id": "agentic:session:metrics",
|
|
11050
11538
|
"pluginAlias": "twentythree-cli",
|
|
11051
11539
|
"pluginName": "twentythree-cli",
|
|
11052
11540
|
"pluginType": "core",
|
|
11053
11541
|
"strict": true,
|
|
11054
11542
|
"enableJsonFlag": true,
|
|
11055
11543
|
"agentMetadata": {
|
|
11056
|
-
"api_endpoint": "POST /
|
|
11057
|
-
"auth_scope": "
|
|
11544
|
+
"api_endpoint": "POST /agentic/session/metrics",
|
|
11545
|
+
"auth_scope": "read",
|
|
11058
11546
|
"output_shape": {
|
|
11059
11547
|
"type": "key-value"
|
|
11060
11548
|
},
|
|
11061
|
-
"side_effects": "
|
|
11549
|
+
"side_effects": "none"
|
|
11062
11550
|
},
|
|
11063
11551
|
"isESM": false,
|
|
11064
11552
|
"relativePath": [
|
|
11065
11553
|
"dist",
|
|
11066
11554
|
"commands",
|
|
11067
|
-
"
|
|
11068
|
-
"
|
|
11555
|
+
"agentic",
|
|
11556
|
+
"session",
|
|
11557
|
+
"metrics.cjs"
|
|
11069
11558
|
]
|
|
11070
11559
|
},
|
|
11071
|
-
"
|
|
11560
|
+
"agentic:session:status": {
|
|
11072
11561
|
"aliases": [],
|
|
11073
|
-
"args": {
|
|
11074
|
-
|
|
11075
|
-
"description": "Webinar ID",
|
|
11076
|
-
"name": "id",
|
|
11077
|
-
"required": true
|
|
11078
|
-
},
|
|
11079
|
-
"file": {
|
|
11080
|
-
"description": "Path to the image file to upload",
|
|
11081
|
-
"name": "file",
|
|
11082
|
-
"required": true
|
|
11083
|
-
}
|
|
11084
|
-
},
|
|
11085
|
-
"description": "Upload an image for a webinar (thumbnail, preview, or before-webinar)",
|
|
11562
|
+
"args": {},
|
|
11563
|
+
"description": "Report (store) the status of an agentic (AI agent) session",
|
|
11086
11564
|
"examples": [
|
|
11087
|
-
"<%= config.bin %>
|
|
11088
|
-
"<%= config.bin %> webinar
|
|
11089
|
-
"<%= config.bin %> webinar upload-image 12345 ./before.jpg --type before_webinar"
|
|
11565
|
+
"<%= config.bin %> 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",
|
|
11566
|
+
"<%= config.bin %> 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"
|
|
11090
11567
|
],
|
|
11091
11568
|
"flags": {
|
|
11092
11569
|
"json": {
|
|
@@ -11113,31 +11590,58 @@
|
|
|
11113
11590
|
"allowNo": false,
|
|
11114
11591
|
"type": "boolean"
|
|
11115
11592
|
},
|
|
11116
|
-
"
|
|
11117
|
-
"description": "
|
|
11118
|
-
"name": "
|
|
11119
|
-
"
|
|
11593
|
+
"session-identifier": {
|
|
11594
|
+
"description": "Unique identifier for the agent session being reported",
|
|
11595
|
+
"name": "session-identifier",
|
|
11596
|
+
"required": true,
|
|
11120
11597
|
"hasDynamicHelp": false,
|
|
11121
11598
|
"multiple": false,
|
|
11122
|
-
"options": [
|
|
11123
|
-
"thumbnail",
|
|
11124
|
-
"preview",
|
|
11125
|
-
"before_webinar"
|
|
11126
|
-
],
|
|
11127
11599
|
"type": "option"
|
|
11128
11600
|
},
|
|
11129
|
-
"
|
|
11130
|
-
"description": "
|
|
11131
|
-
"name": "
|
|
11132
|
-
"
|
|
11601
|
+
"summary": {
|
|
11602
|
+
"description": "Short summary of what the agent session accomplished",
|
|
11603
|
+
"name": "summary",
|
|
11604
|
+
"required": true,
|
|
11133
11605
|
"hasDynamicHelp": false,
|
|
11134
11606
|
"multiple": false,
|
|
11135
11607
|
"type": "option"
|
|
11136
11608
|
},
|
|
11137
|
-
"
|
|
11138
|
-
"description": "Number of
|
|
11139
|
-
"name": "
|
|
11140
|
-
"
|
|
11609
|
+
"number-of-prompts": {
|
|
11610
|
+
"description": "Number of user prompts in the agent session (0 if unknown)",
|
|
11611
|
+
"name": "number-of-prompts",
|
|
11612
|
+
"required": true,
|
|
11613
|
+
"hasDynamicHelp": false,
|
|
11614
|
+
"multiple": false,
|
|
11615
|
+
"type": "option"
|
|
11616
|
+
},
|
|
11617
|
+
"session-duration-seconds": {
|
|
11618
|
+
"description": "Duration of the agent session, in seconds (0 if unknown)",
|
|
11619
|
+
"name": "session-duration-seconds",
|
|
11620
|
+
"required": true,
|
|
11621
|
+
"hasDynamicHelp": false,
|
|
11622
|
+
"multiple": false,
|
|
11623
|
+
"type": "option"
|
|
11624
|
+
},
|
|
11625
|
+
"ai-provider": {
|
|
11626
|
+
"description": "AI/LLM provider used in the session (e.g. \"claude code\", \"codex\")",
|
|
11627
|
+
"name": "ai-provider",
|
|
11628
|
+
"required": true,
|
|
11629
|
+
"hasDynamicHelp": false,
|
|
11630
|
+
"multiple": false,
|
|
11631
|
+
"type": "option"
|
|
11632
|
+
},
|
|
11633
|
+
"twentythree-skill-version": {
|
|
11634
|
+
"description": "Version of the TwentyThree skill used (\"unknown\" if unknown)",
|
|
11635
|
+
"name": "twentythree-skill-version",
|
|
11636
|
+
"required": true,
|
|
11637
|
+
"hasDynamicHelp": false,
|
|
11638
|
+
"multiple": false,
|
|
11639
|
+
"type": "option"
|
|
11640
|
+
},
|
|
11641
|
+
"fields": {
|
|
11642
|
+
"description": "Comma-separated fields to return",
|
|
11643
|
+
"name": "fields",
|
|
11644
|
+
"required": false,
|
|
11141
11645
|
"hasDynamicHelp": false,
|
|
11142
11646
|
"multiple": false,
|
|
11143
11647
|
"type": "option"
|
|
@@ -11145,15 +11649,15 @@
|
|
|
11145
11649
|
},
|
|
11146
11650
|
"hasDynamicHelp": false,
|
|
11147
11651
|
"hiddenAliases": [],
|
|
11148
|
-
"id": "
|
|
11652
|
+
"id": "agentic:session:status",
|
|
11149
11653
|
"pluginAlias": "twentythree-cli",
|
|
11150
11654
|
"pluginName": "twentythree-cli",
|
|
11151
11655
|
"pluginType": "core",
|
|
11152
11656
|
"strict": true,
|
|
11153
11657
|
"enableJsonFlag": true,
|
|
11154
11658
|
"agentMetadata": {
|
|
11155
|
-
"api_endpoint": "POST /
|
|
11156
|
-
"auth_scope": "
|
|
11659
|
+
"api_endpoint": "POST /agentic/session/status",
|
|
11660
|
+
"auth_scope": "read",
|
|
11157
11661
|
"output_shape": {
|
|
11158
11662
|
"type": "none"
|
|
11159
11663
|
},
|
|
@@ -11163,8 +11667,9 @@
|
|
|
11163
11667
|
"relativePath": [
|
|
11164
11668
|
"dist",
|
|
11165
11669
|
"commands",
|
|
11166
|
-
"
|
|
11167
|
-
"
|
|
11670
|
+
"agentic",
|
|
11671
|
+
"session",
|
|
11672
|
+
"status.cjs"
|
|
11168
11673
|
]
|
|
11169
11674
|
},
|
|
11170
11675
|
"analytics:conversions": {
|
|
@@ -17332,6 +17837,59 @@
|
|
|
17332
17837
|
"hasDynamicHelp": false,
|
|
17333
17838
|
"multiple": false,
|
|
17334
17839
|
"type": "option"
|
|
17840
|
+
},
|
|
17841
|
+
"recipient-groups": {
|
|
17842
|
+
"description": "Recipient groups (comma-separated): speakers, registered, attendees, noshows",
|
|
17843
|
+
"name": "recipient-groups",
|
|
17844
|
+
"required": false,
|
|
17845
|
+
"hasDynamicHelp": false,
|
|
17846
|
+
"multiple": false,
|
|
17847
|
+
"type": "option"
|
|
17848
|
+
},
|
|
17849
|
+
"scheduled-at": {
|
|
17850
|
+
"description": "When to send the email (ISO 8601 timestamp)",
|
|
17851
|
+
"name": "scheduled-at",
|
|
17852
|
+
"required": false,
|
|
17853
|
+
"hasDynamicHelp": false,
|
|
17854
|
+
"multiple": false,
|
|
17855
|
+
"type": "option"
|
|
17856
|
+
},
|
|
17857
|
+
"cta-link": {
|
|
17858
|
+
"description": "Call-to-action link URL",
|
|
17859
|
+
"name": "cta-link",
|
|
17860
|
+
"required": false,
|
|
17861
|
+
"hasDynamicHelp": false,
|
|
17862
|
+
"multiple": false,
|
|
17863
|
+
"type": "option"
|
|
17864
|
+
},
|
|
17865
|
+
"cta-label": {
|
|
17866
|
+
"description": "Call-to-action button label",
|
|
17867
|
+
"name": "cta-label",
|
|
17868
|
+
"required": false,
|
|
17869
|
+
"hasDynamicHelp": false,
|
|
17870
|
+
"multiple": false,
|
|
17871
|
+
"type": "option"
|
|
17872
|
+
},
|
|
17873
|
+
"send-immediately": {
|
|
17874
|
+
"description": "Send the email immediately",
|
|
17875
|
+
"name": "send-immediately",
|
|
17876
|
+
"required": false,
|
|
17877
|
+
"allowNo": true,
|
|
17878
|
+
"type": "boolean"
|
|
17879
|
+
},
|
|
17880
|
+
"include-live-info": {
|
|
17881
|
+
"description": "Include the webinar info block in the email",
|
|
17882
|
+
"name": "include-live-info",
|
|
17883
|
+
"required": false,
|
|
17884
|
+
"allowNo": true,
|
|
17885
|
+
"type": "boolean"
|
|
17886
|
+
},
|
|
17887
|
+
"include-series-archive": {
|
|
17888
|
+
"description": "Include the series archive block in the email",
|
|
17889
|
+
"name": "include-series-archive",
|
|
17890
|
+
"required": false,
|
|
17891
|
+
"allowNo": true,
|
|
17892
|
+
"type": "boolean"
|
|
17335
17893
|
}
|
|
17336
17894
|
},
|
|
17337
17895
|
"hasDynamicHelp": false,
|
|
@@ -17886,6 +18444,66 @@
|
|
|
17886
18444
|
"hasDynamicHelp": false,
|
|
17887
18445
|
"multiple": false,
|
|
17888
18446
|
"type": "option"
|
|
18447
|
+
},
|
|
18448
|
+
"enabled": {
|
|
18449
|
+
"description": "Enable or disable the email (e.g. --no-enabled to disable the \"missed\" mail)",
|
|
18450
|
+
"name": "enabled",
|
|
18451
|
+
"required": false,
|
|
18452
|
+
"allowNo": true,
|
|
18453
|
+
"type": "boolean"
|
|
18454
|
+
},
|
|
18455
|
+
"recipient-groups": {
|
|
18456
|
+
"description": "Recipient groups (comma-separated): speakers, registered, attendees, noshows",
|
|
18457
|
+
"name": "recipient-groups",
|
|
18458
|
+
"required": false,
|
|
18459
|
+
"hasDynamicHelp": false,
|
|
18460
|
+
"multiple": false,
|
|
18461
|
+
"type": "option"
|
|
18462
|
+
},
|
|
18463
|
+
"scheduled-at": {
|
|
18464
|
+
"description": "When to send the email (ISO 8601 timestamp)",
|
|
18465
|
+
"name": "scheduled-at",
|
|
18466
|
+
"required": false,
|
|
18467
|
+
"hasDynamicHelp": false,
|
|
18468
|
+
"multiple": false,
|
|
18469
|
+
"type": "option"
|
|
18470
|
+
},
|
|
18471
|
+
"cta-link": {
|
|
18472
|
+
"description": "Call-to-action link URL",
|
|
18473
|
+
"name": "cta-link",
|
|
18474
|
+
"required": false,
|
|
18475
|
+
"hasDynamicHelp": false,
|
|
18476
|
+
"multiple": false,
|
|
18477
|
+
"type": "option"
|
|
18478
|
+
},
|
|
18479
|
+
"cta-label": {
|
|
18480
|
+
"description": "Call-to-action button label",
|
|
18481
|
+
"name": "cta-label",
|
|
18482
|
+
"required": false,
|
|
18483
|
+
"hasDynamicHelp": false,
|
|
18484
|
+
"multiple": false,
|
|
18485
|
+
"type": "option"
|
|
18486
|
+
},
|
|
18487
|
+
"include-live-info": {
|
|
18488
|
+
"description": "Include the webinar info block in the email",
|
|
18489
|
+
"name": "include-live-info",
|
|
18490
|
+
"required": false,
|
|
18491
|
+
"allowNo": true,
|
|
18492
|
+
"type": "boolean"
|
|
18493
|
+
},
|
|
18494
|
+
"include-series-archive": {
|
|
18495
|
+
"description": "Include the series archive block in the email",
|
|
18496
|
+
"name": "include-series-archive",
|
|
18497
|
+
"required": false,
|
|
18498
|
+
"allowNo": true,
|
|
18499
|
+
"type": "boolean"
|
|
18500
|
+
},
|
|
18501
|
+
"require-recording": {
|
|
18502
|
+
"description": "Only send once a recording is available",
|
|
18503
|
+
"name": "require-recording",
|
|
18504
|
+
"required": false,
|
|
18505
|
+
"allowNo": true,
|
|
18506
|
+
"type": "boolean"
|
|
17889
18507
|
}
|
|
17890
18508
|
},
|
|
17891
18509
|
"hasDynamicHelp": false,
|
|
@@ -20169,14 +20787,62 @@
|
|
|
20169
20787
|
"multiple": false,
|
|
20170
20788
|
"type": "option"
|
|
20171
20789
|
},
|
|
20790
|
+
"bio": {
|
|
20791
|
+
"description": "Speaker bio shown in the UI",
|
|
20792
|
+
"name": "bio",
|
|
20793
|
+
"required": false,
|
|
20794
|
+
"hasDynamicHelp": false,
|
|
20795
|
+
"multiple": false,
|
|
20796
|
+
"type": "option"
|
|
20797
|
+
},
|
|
20172
20798
|
"description": {
|
|
20173
|
-
"description": "
|
|
20799
|
+
"description": "Alias for --bio (sets the speaker bio shown in the UI)",
|
|
20174
20800
|
"name": "description",
|
|
20175
20801
|
"required": false,
|
|
20176
20802
|
"hasDynamicHelp": false,
|
|
20177
20803
|
"multiple": false,
|
|
20178
20804
|
"type": "option"
|
|
20179
20805
|
},
|
|
20806
|
+
"company": {
|
|
20807
|
+
"description": "Speaker company / organization",
|
|
20808
|
+
"name": "company",
|
|
20809
|
+
"required": false,
|
|
20810
|
+
"hasDynamicHelp": false,
|
|
20811
|
+
"multiple": false,
|
|
20812
|
+
"type": "option"
|
|
20813
|
+
},
|
|
20814
|
+
"website": {
|
|
20815
|
+
"description": "Speaker website URL",
|
|
20816
|
+
"name": "website",
|
|
20817
|
+
"required": false,
|
|
20818
|
+
"hasDynamicHelp": false,
|
|
20819
|
+
"multiple": false,
|
|
20820
|
+
"type": "option"
|
|
20821
|
+
},
|
|
20822
|
+
"linkedin": {
|
|
20823
|
+
"description": "Speaker LinkedIn URL or handle",
|
|
20824
|
+
"name": "linkedin",
|
|
20825
|
+
"required": false,
|
|
20826
|
+
"hasDynamicHelp": false,
|
|
20827
|
+
"multiple": false,
|
|
20828
|
+
"type": "option"
|
|
20829
|
+
},
|
|
20830
|
+
"facebook": {
|
|
20831
|
+
"description": "Speaker Facebook URL or handle",
|
|
20832
|
+
"name": "facebook",
|
|
20833
|
+
"required": false,
|
|
20834
|
+
"hasDynamicHelp": false,
|
|
20835
|
+
"multiple": false,
|
|
20836
|
+
"type": "option"
|
|
20837
|
+
},
|
|
20838
|
+
"twitter": {
|
|
20839
|
+
"description": "Speaker Twitter/X handle",
|
|
20840
|
+
"name": "twitter",
|
|
20841
|
+
"required": false,
|
|
20842
|
+
"hasDynamicHelp": false,
|
|
20843
|
+
"multiple": false,
|
|
20844
|
+
"type": "option"
|
|
20845
|
+
},
|
|
20180
20846
|
"connection-type": {
|
|
20181
20847
|
"description": "Speaker connection type",
|
|
20182
20848
|
"name": "connection-type",
|
|
@@ -21096,9 +21762,57 @@
|
|
|
21096
21762
|
"multiple": false,
|
|
21097
21763
|
"type": "option"
|
|
21098
21764
|
},
|
|
21099
|
-
"
|
|
21100
|
-
"description": "Speaker bio
|
|
21101
|
-
"name": "
|
|
21765
|
+
"bio": {
|
|
21766
|
+
"description": "Speaker bio shown in the UI",
|
|
21767
|
+
"name": "bio",
|
|
21768
|
+
"required": false,
|
|
21769
|
+
"hasDynamicHelp": false,
|
|
21770
|
+
"multiple": false,
|
|
21771
|
+
"type": "option"
|
|
21772
|
+
},
|
|
21773
|
+
"description": {
|
|
21774
|
+
"description": "Alias for --bio (sets the speaker bio shown in the UI)",
|
|
21775
|
+
"name": "description",
|
|
21776
|
+
"required": false,
|
|
21777
|
+
"hasDynamicHelp": false,
|
|
21778
|
+
"multiple": false,
|
|
21779
|
+
"type": "option"
|
|
21780
|
+
},
|
|
21781
|
+
"company": {
|
|
21782
|
+
"description": "Speaker company / organization",
|
|
21783
|
+
"name": "company",
|
|
21784
|
+
"required": false,
|
|
21785
|
+
"hasDynamicHelp": false,
|
|
21786
|
+
"multiple": false,
|
|
21787
|
+
"type": "option"
|
|
21788
|
+
},
|
|
21789
|
+
"website": {
|
|
21790
|
+
"description": "Speaker website URL",
|
|
21791
|
+
"name": "website",
|
|
21792
|
+
"required": false,
|
|
21793
|
+
"hasDynamicHelp": false,
|
|
21794
|
+
"multiple": false,
|
|
21795
|
+
"type": "option"
|
|
21796
|
+
},
|
|
21797
|
+
"linkedin": {
|
|
21798
|
+
"description": "Speaker LinkedIn URL or handle",
|
|
21799
|
+
"name": "linkedin",
|
|
21800
|
+
"required": false,
|
|
21801
|
+
"hasDynamicHelp": false,
|
|
21802
|
+
"multiple": false,
|
|
21803
|
+
"type": "option"
|
|
21804
|
+
},
|
|
21805
|
+
"facebook": {
|
|
21806
|
+
"description": "Speaker Facebook URL or handle",
|
|
21807
|
+
"name": "facebook",
|
|
21808
|
+
"required": false,
|
|
21809
|
+
"hasDynamicHelp": false,
|
|
21810
|
+
"multiple": false,
|
|
21811
|
+
"type": "option"
|
|
21812
|
+
},
|
|
21813
|
+
"twitter": {
|
|
21814
|
+
"description": "Speaker Twitter/X handle",
|
|
21815
|
+
"name": "twitter",
|
|
21102
21816
|
"required": false,
|
|
21103
21817
|
"hasDynamicHelp": false,
|
|
21104
21818
|
"multiple": false,
|
|
@@ -21450,14 +22164,14 @@
|
|
|
21450
22164
|
"transcriptionlist.cjs"
|
|
21451
22165
|
]
|
|
21452
22166
|
},
|
|
21453
|
-
"analytics:
|
|
22167
|
+
"analytics:usage:devices:timeseries": {
|
|
21454
22168
|
"aliases": [],
|
|
21455
22169
|
"args": {},
|
|
21456
|
-
"description": "Get
|
|
22170
|
+
"description": "Get usage analytics by device type - time series",
|
|
21457
22171
|
"examples": [
|
|
21458
|
-
"<%= config.bin %> analytics
|
|
21459
|
-
"<%= config.bin %> analytics
|
|
21460
|
-
"<%= config.bin %> analytics
|
|
22172
|
+
"<%= config.bin %> analytics usage devices timeseries --date-expression thisweek",
|
|
22173
|
+
"<%= config.bin %> analytics usage devices timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
22174
|
+
"<%= config.bin %> analytics usage devices timeseries --json"
|
|
21461
22175
|
],
|
|
21462
22176
|
"flags": {
|
|
21463
22177
|
"json": {
|
|
@@ -21543,22 +22257,21 @@
|
|
|
21543
22257
|
},
|
|
21544
22258
|
"hasDynamicHelp": false,
|
|
21545
22259
|
"hiddenAliases": [],
|
|
21546
|
-
"id": "analytics:
|
|
22260
|
+
"id": "analytics:usage:devices:timeseries",
|
|
21547
22261
|
"pluginAlias": "twentythree-cli",
|
|
21548
22262
|
"pluginName": "twentythree-cli",
|
|
21549
22263
|
"pluginType": "core",
|
|
21550
22264
|
"strict": true,
|
|
21551
22265
|
"enableJsonFlag": true,
|
|
21552
22266
|
"agentMetadata": {
|
|
21553
|
-
"api_endpoint": "GET /analytics/data/
|
|
22267
|
+
"api_endpoint": "GET /analytics/data/usage/devices/timeseries",
|
|
21554
22268
|
"auth_scope": "read",
|
|
21555
22269
|
"output_shape": {
|
|
21556
22270
|
"type": "table",
|
|
21557
22271
|
"columns": [
|
|
21558
22272
|
"Date",
|
|
21559
|
-
"
|
|
22273
|
+
"Device",
|
|
21560
22274
|
"Plays",
|
|
21561
|
-
"Peak Viewers",
|
|
21562
22275
|
"Engagement"
|
|
21563
22276
|
]
|
|
21564
22277
|
},
|
|
@@ -21569,19 +22282,19 @@
|
|
|
21569
22282
|
"dist",
|
|
21570
22283
|
"commands",
|
|
21571
22284
|
"analytics",
|
|
21572
|
-
"
|
|
21573
|
-
"
|
|
22285
|
+
"usage",
|
|
22286
|
+
"devices",
|
|
21574
22287
|
"timeseries.cjs"
|
|
21575
22288
|
]
|
|
21576
22289
|
},
|
|
21577
|
-
"analytics:
|
|
22290
|
+
"analytics:usage:devices:totals": {
|
|
21578
22291
|
"aliases": [],
|
|
21579
22292
|
"args": {},
|
|
21580
|
-
"description": "Get aggregated
|
|
22293
|
+
"description": "Get aggregated usage analytics by device type - totals",
|
|
21581
22294
|
"examples": [
|
|
21582
|
-
"<%= config.bin %> analytics
|
|
21583
|
-
"<%= config.bin %> analytics
|
|
21584
|
-
"<%= config.bin %> analytics
|
|
22295
|
+
"<%= config.bin %> analytics usage devices totals --date-expression thismonth",
|
|
22296
|
+
"<%= config.bin %> analytics usage devices totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
22297
|
+
"<%= config.bin %> analytics usage devices totals --json"
|
|
21585
22298
|
],
|
|
21586
22299
|
"flags": {
|
|
21587
22300
|
"json": {
|
|
@@ -21667,23 +22380,23 @@
|
|
|
21667
22380
|
},
|
|
21668
22381
|
"hasDynamicHelp": false,
|
|
21669
22382
|
"hiddenAliases": [],
|
|
21670
|
-
"id": "analytics:
|
|
22383
|
+
"id": "analytics:usage:devices:totals",
|
|
21671
22384
|
"pluginAlias": "twentythree-cli",
|
|
21672
22385
|
"pluginName": "twentythree-cli",
|
|
21673
22386
|
"pluginType": "core",
|
|
21674
22387
|
"strict": true,
|
|
21675
22388
|
"enableJsonFlag": true,
|
|
21676
22389
|
"agentMetadata": {
|
|
21677
|
-
"api_endpoint": "GET /analytics/data/
|
|
22390
|
+
"api_endpoint": "GET /analytics/data/usage/devices/totals",
|
|
21678
22391
|
"auth_scope": "read",
|
|
21679
22392
|
"output_shape": {
|
|
21680
22393
|
"type": "table",
|
|
21681
22394
|
"columns": [
|
|
21682
|
-
"
|
|
22395
|
+
"Device",
|
|
21683
22396
|
"Plays",
|
|
21684
|
-
"Peak Viewers",
|
|
21685
22397
|
"Engagement",
|
|
21686
|
-
"
|
|
22398
|
+
"Traffic",
|
|
22399
|
+
"Impressions"
|
|
21687
22400
|
]
|
|
21688
22401
|
},
|
|
21689
22402
|
"side_effects": "none"
|
|
@@ -21693,19 +22406,19 @@
|
|
|
21693
22406
|
"dist",
|
|
21694
22407
|
"commands",
|
|
21695
22408
|
"analytics",
|
|
21696
|
-
"
|
|
21697
|
-
"
|
|
22409
|
+
"usage",
|
|
22410
|
+
"devices",
|
|
21698
22411
|
"totals.cjs"
|
|
21699
22412
|
]
|
|
21700
22413
|
},
|
|
21701
|
-
"analytics:usage:
|
|
22414
|
+
"analytics:usage:domains:totals": {
|
|
21702
22415
|
"aliases": [],
|
|
21703
22416
|
"args": {},
|
|
21704
|
-
"description": "Get usage analytics by
|
|
22417
|
+
"description": "Get aggregated usage analytics by embed domain - totals",
|
|
21705
22418
|
"examples": [
|
|
21706
|
-
"<%= config.bin %> analytics usage
|
|
21707
|
-
"<%= config.bin %> analytics usage
|
|
21708
|
-
"<%= config.bin %> analytics usage
|
|
22419
|
+
"<%= config.bin %> analytics usage domains totals --date-expression thismonth",
|
|
22420
|
+
"<%= config.bin %> analytics usage domains totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
22421
|
+
"<%= config.bin %> analytics usage domains totals --json"
|
|
21709
22422
|
],
|
|
21710
22423
|
"flags": {
|
|
21711
22424
|
"json": {
|
|
@@ -21791,22 +22504,22 @@
|
|
|
21791
22504
|
},
|
|
21792
22505
|
"hasDynamicHelp": false,
|
|
21793
22506
|
"hiddenAliases": [],
|
|
21794
|
-
"id": "analytics:usage:
|
|
22507
|
+
"id": "analytics:usage:domains:totals",
|
|
21795
22508
|
"pluginAlias": "twentythree-cli",
|
|
21796
22509
|
"pluginName": "twentythree-cli",
|
|
21797
22510
|
"pluginType": "core",
|
|
21798
22511
|
"strict": true,
|
|
21799
22512
|
"enableJsonFlag": true,
|
|
21800
22513
|
"agentMetadata": {
|
|
21801
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
22514
|
+
"api_endpoint": "GET /analytics/data/usage/domains/totals",
|
|
21802
22515
|
"auth_scope": "read",
|
|
21803
22516
|
"output_shape": {
|
|
21804
22517
|
"type": "table",
|
|
21805
22518
|
"columns": [
|
|
21806
|
-
"
|
|
21807
|
-
"Device",
|
|
22519
|
+
"Domain",
|
|
21808
22520
|
"Plays",
|
|
21809
|
-
"Engagement"
|
|
22521
|
+
"Engagement",
|
|
22522
|
+
"Traffic"
|
|
21810
22523
|
]
|
|
21811
22524
|
},
|
|
21812
22525
|
"side_effects": "none"
|
|
@@ -21817,18 +22530,18 @@
|
|
|
21817
22530
|
"commands",
|
|
21818
22531
|
"analytics",
|
|
21819
22532
|
"usage",
|
|
21820
|
-
"
|
|
21821
|
-
"
|
|
22533
|
+
"domains",
|
|
22534
|
+
"totals.cjs"
|
|
21822
22535
|
]
|
|
21823
22536
|
},
|
|
21824
|
-
"analytics:usage:
|
|
22537
|
+
"analytics:usage:locations:totals": {
|
|
21825
22538
|
"aliases": [],
|
|
21826
22539
|
"args": {},
|
|
21827
|
-
"description": "Get aggregated usage analytics by
|
|
22540
|
+
"description": "Get aggregated usage analytics by location - totals",
|
|
21828
22541
|
"examples": [
|
|
21829
|
-
"<%= config.bin %> analytics usage
|
|
21830
|
-
"<%= config.bin %> analytics usage
|
|
21831
|
-
"<%= config.bin %> analytics usage
|
|
22542
|
+
"<%= config.bin %> analytics usage locations totals --date-expression thismonth",
|
|
22543
|
+
"<%= config.bin %> analytics usage locations totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
22544
|
+
"<%= config.bin %> analytics usage locations totals --json"
|
|
21832
22545
|
],
|
|
21833
22546
|
"flags": {
|
|
21834
22547
|
"json": {
|
|
@@ -21914,23 +22627,22 @@
|
|
|
21914
22627
|
},
|
|
21915
22628
|
"hasDynamicHelp": false,
|
|
21916
22629
|
"hiddenAliases": [],
|
|
21917
|
-
"id": "analytics:usage:
|
|
22630
|
+
"id": "analytics:usage:locations:totals",
|
|
21918
22631
|
"pluginAlias": "twentythree-cli",
|
|
21919
22632
|
"pluginName": "twentythree-cli",
|
|
21920
22633
|
"pluginType": "core",
|
|
21921
22634
|
"strict": true,
|
|
21922
22635
|
"enableJsonFlag": true,
|
|
21923
22636
|
"agentMetadata": {
|
|
21924
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
22637
|
+
"api_endpoint": "GET /analytics/data/usage/locations/totals",
|
|
21925
22638
|
"auth_scope": "read",
|
|
21926
22639
|
"output_shape": {
|
|
21927
22640
|
"type": "table",
|
|
21928
22641
|
"columns": [
|
|
21929
|
-
"
|
|
22642
|
+
"Location",
|
|
21930
22643
|
"Plays",
|
|
21931
22644
|
"Engagement",
|
|
21932
|
-
"Traffic"
|
|
21933
|
-
"Impressions"
|
|
22645
|
+
"Traffic"
|
|
21934
22646
|
]
|
|
21935
22647
|
},
|
|
21936
22648
|
"side_effects": "none"
|
|
@@ -21941,18 +22653,18 @@
|
|
|
21941
22653
|
"commands",
|
|
21942
22654
|
"analytics",
|
|
21943
22655
|
"usage",
|
|
21944
|
-
"
|
|
22656
|
+
"locations",
|
|
21945
22657
|
"totals.cjs"
|
|
21946
22658
|
]
|
|
21947
22659
|
},
|
|
21948
|
-
"analytics:
|
|
22660
|
+
"analytics:live:weekday:timeseries": {
|
|
21949
22661
|
"aliases": [],
|
|
21950
22662
|
"args": {},
|
|
21951
|
-
"description": "Get
|
|
22663
|
+
"description": "Get live/webinar analytics by weekday - time series",
|
|
21952
22664
|
"examples": [
|
|
21953
|
-
"<%= config.bin %> analytics
|
|
21954
|
-
"<%= config.bin %> analytics
|
|
21955
|
-
"<%= config.bin %> analytics
|
|
22665
|
+
"<%= config.bin %> analytics live weekday timeseries --date-expression thisweek",
|
|
22666
|
+
"<%= config.bin %> analytics live weekday timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
22667
|
+
"<%= config.bin %> analytics live weekday timeseries --json"
|
|
21956
22668
|
],
|
|
21957
22669
|
"flags": {
|
|
21958
22670
|
"json": {
|
|
@@ -22038,22 +22750,23 @@
|
|
|
22038
22750
|
},
|
|
22039
22751
|
"hasDynamicHelp": false,
|
|
22040
22752
|
"hiddenAliases": [],
|
|
22041
|
-
"id": "analytics:
|
|
22753
|
+
"id": "analytics:live:weekday:timeseries",
|
|
22042
22754
|
"pluginAlias": "twentythree-cli",
|
|
22043
22755
|
"pluginName": "twentythree-cli",
|
|
22044
22756
|
"pluginType": "core",
|
|
22045
22757
|
"strict": true,
|
|
22046
22758
|
"enableJsonFlag": true,
|
|
22047
22759
|
"agentMetadata": {
|
|
22048
|
-
"api_endpoint": "GET /analytics/data/
|
|
22760
|
+
"api_endpoint": "GET /analytics/data/live/weekday/timeseries",
|
|
22049
22761
|
"auth_scope": "read",
|
|
22050
22762
|
"output_shape": {
|
|
22051
22763
|
"type": "table",
|
|
22052
22764
|
"columns": [
|
|
22053
|
-
"
|
|
22765
|
+
"Date",
|
|
22766
|
+
"Day",
|
|
22054
22767
|
"Plays",
|
|
22055
|
-
"
|
|
22056
|
-
"
|
|
22768
|
+
"Peak Viewers",
|
|
22769
|
+
"Engagement"
|
|
22057
22770
|
]
|
|
22058
22771
|
},
|
|
22059
22772
|
"side_effects": "none"
|
|
@@ -22063,19 +22776,19 @@
|
|
|
22063
22776
|
"dist",
|
|
22064
22777
|
"commands",
|
|
22065
22778
|
"analytics",
|
|
22066
|
-
"
|
|
22067
|
-
"
|
|
22068
|
-
"
|
|
22779
|
+
"live",
|
|
22780
|
+
"weekday",
|
|
22781
|
+
"timeseries.cjs"
|
|
22069
22782
|
]
|
|
22070
22783
|
},
|
|
22071
|
-
"analytics:
|
|
22784
|
+
"analytics:live:weekday:totals": {
|
|
22072
22785
|
"aliases": [],
|
|
22073
22786
|
"args": {},
|
|
22074
|
-
"description": "Get aggregated
|
|
22787
|
+
"description": "Get aggregated live/webinar analytics by weekday - totals",
|
|
22075
22788
|
"examples": [
|
|
22076
|
-
"<%= config.bin %> analytics
|
|
22077
|
-
"<%= config.bin %> analytics
|
|
22078
|
-
"<%= config.bin %> analytics
|
|
22789
|
+
"<%= config.bin %> analytics live weekday totals --date-expression thismonth",
|
|
22790
|
+
"<%= config.bin %> analytics live weekday totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
22791
|
+
"<%= config.bin %> analytics live weekday totals --json"
|
|
22079
22792
|
],
|
|
22080
22793
|
"flags": {
|
|
22081
22794
|
"json": {
|
|
@@ -22161,22 +22874,23 @@
|
|
|
22161
22874
|
},
|
|
22162
22875
|
"hasDynamicHelp": false,
|
|
22163
22876
|
"hiddenAliases": [],
|
|
22164
|
-
"id": "analytics:
|
|
22877
|
+
"id": "analytics:live:weekday:totals",
|
|
22165
22878
|
"pluginAlias": "twentythree-cli",
|
|
22166
22879
|
"pluginName": "twentythree-cli",
|
|
22167
22880
|
"pluginType": "core",
|
|
22168
22881
|
"strict": true,
|
|
22169
22882
|
"enableJsonFlag": true,
|
|
22170
22883
|
"agentMetadata": {
|
|
22171
|
-
"api_endpoint": "GET /analytics/data/
|
|
22884
|
+
"api_endpoint": "GET /analytics/data/live/weekday/totals",
|
|
22172
22885
|
"auth_scope": "read",
|
|
22173
22886
|
"output_shape": {
|
|
22174
22887
|
"type": "table",
|
|
22175
22888
|
"columns": [
|
|
22176
|
-
"
|
|
22889
|
+
"Day",
|
|
22177
22890
|
"Plays",
|
|
22891
|
+
"Peak Viewers",
|
|
22178
22892
|
"Engagement",
|
|
22179
|
-
"
|
|
22893
|
+
"Playrate"
|
|
22180
22894
|
]
|
|
22181
22895
|
},
|
|
22182
22896
|
"side_effects": "none"
|
|
@@ -22186,19 +22900,19 @@
|
|
|
22186
22900
|
"dist",
|
|
22187
22901
|
"commands",
|
|
22188
22902
|
"analytics",
|
|
22189
|
-
"
|
|
22190
|
-
"
|
|
22903
|
+
"live",
|
|
22904
|
+
"weekday",
|
|
22191
22905
|
"totals.cjs"
|
|
22192
22906
|
]
|
|
22193
22907
|
},
|
|
22194
|
-
"analytics:usage:
|
|
22908
|
+
"analytics:usage:sources:totals": {
|
|
22195
22909
|
"aliases": [],
|
|
22196
22910
|
"args": {},
|
|
22197
|
-
"description": "Get aggregated usage analytics by source
|
|
22911
|
+
"description": "Get aggregated usage analytics by source - totals",
|
|
22198
22912
|
"examples": [
|
|
22199
|
-
"<%= config.bin %> analytics usage
|
|
22200
|
-
"<%= config.bin %> analytics usage
|
|
22201
|
-
"<%= config.bin %> analytics usage
|
|
22913
|
+
"<%= config.bin %> analytics usage sources totals --date-expression thismonth",
|
|
22914
|
+
"<%= config.bin %> analytics usage sources totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
22915
|
+
"<%= config.bin %> analytics usage sources totals --json"
|
|
22202
22916
|
],
|
|
22203
22917
|
"flags": {
|
|
22204
22918
|
"json": {
|
|
@@ -22284,19 +22998,19 @@
|
|
|
22284
22998
|
},
|
|
22285
22999
|
"hasDynamicHelp": false,
|
|
22286
23000
|
"hiddenAliases": [],
|
|
22287
|
-
"id": "analytics:usage:
|
|
23001
|
+
"id": "analytics:usage:sources:totals",
|
|
22288
23002
|
"pluginAlias": "twentythree-cli",
|
|
22289
23003
|
"pluginName": "twentythree-cli",
|
|
22290
23004
|
"pluginType": "core",
|
|
22291
23005
|
"strict": true,
|
|
22292
23006
|
"enableJsonFlag": true,
|
|
22293
23007
|
"agentMetadata": {
|
|
22294
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
23008
|
+
"api_endpoint": "GET /analytics/data/usage/sources/totals",
|
|
22295
23009
|
"auth_scope": "read",
|
|
22296
23010
|
"output_shape": {
|
|
22297
23011
|
"type": "table",
|
|
22298
23012
|
"columns": [
|
|
22299
|
-
"Source
|
|
23013
|
+
"Source",
|
|
22300
23014
|
"Plays",
|
|
22301
23015
|
"Engagement",
|
|
22302
23016
|
"Traffic"
|
|
@@ -22310,18 +23024,18 @@
|
|
|
22310
23024
|
"commands",
|
|
22311
23025
|
"analytics",
|
|
22312
23026
|
"usage",
|
|
22313
|
-
"
|
|
23027
|
+
"sources",
|
|
22314
23028
|
"totals.cjs"
|
|
22315
23029
|
]
|
|
22316
23030
|
},
|
|
22317
|
-
"analytics:usage:
|
|
23031
|
+
"analytics:usage:sourceids:totals": {
|
|
22318
23032
|
"aliases": [],
|
|
22319
23033
|
"args": {},
|
|
22320
|
-
"description": "Get aggregated usage analytics by source - totals",
|
|
23034
|
+
"description": "Get aggregated usage analytics by source ID - totals",
|
|
22321
23035
|
"examples": [
|
|
22322
|
-
"<%= config.bin %> analytics usage
|
|
22323
|
-
"<%= config.bin %> analytics usage
|
|
22324
|
-
"<%= config.bin %> analytics usage
|
|
23036
|
+
"<%= config.bin %> analytics usage sourceids totals --date-expression thismonth",
|
|
23037
|
+
"<%= config.bin %> analytics usage sourceids totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
23038
|
+
"<%= config.bin %> analytics usage sourceids totals --json"
|
|
22325
23039
|
],
|
|
22326
23040
|
"flags": {
|
|
22327
23041
|
"json": {
|
|
@@ -22407,19 +23121,19 @@
|
|
|
22407
23121
|
},
|
|
22408
23122
|
"hasDynamicHelp": false,
|
|
22409
23123
|
"hiddenAliases": [],
|
|
22410
|
-
"id": "analytics:usage:
|
|
23124
|
+
"id": "analytics:usage:sourceids:totals",
|
|
22411
23125
|
"pluginAlias": "twentythree-cli",
|
|
22412
23126
|
"pluginName": "twentythree-cli",
|
|
22413
23127
|
"pluginType": "core",
|
|
22414
23128
|
"strict": true,
|
|
22415
23129
|
"enableJsonFlag": true,
|
|
22416
23130
|
"agentMetadata": {
|
|
22417
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
23131
|
+
"api_endpoint": "GET /analytics/data/usage/sourceids/totals",
|
|
22418
23132
|
"auth_scope": "read",
|
|
22419
23133
|
"output_shape": {
|
|
22420
23134
|
"type": "table",
|
|
22421
23135
|
"columns": [
|
|
22422
|
-
"Source",
|
|
23136
|
+
"Source ID",
|
|
22423
23137
|
"Plays",
|
|
22424
23138
|
"Engagement",
|
|
22425
23139
|
"Traffic"
|
|
@@ -22433,18 +23147,18 @@
|
|
|
22433
23147
|
"commands",
|
|
22434
23148
|
"analytics",
|
|
22435
23149
|
"usage",
|
|
22436
|
-
"
|
|
23150
|
+
"sourceids",
|
|
22437
23151
|
"totals.cjs"
|
|
22438
23152
|
]
|
|
22439
23153
|
},
|
|
22440
|
-
"analytics:usage:
|
|
23154
|
+
"analytics:usage:traffic:timeseries": {
|
|
22441
23155
|
"aliases": [],
|
|
22442
23156
|
"args": {},
|
|
22443
|
-
"description": "Get
|
|
23157
|
+
"description": "Get traffic usage analytics - time series",
|
|
22444
23158
|
"examples": [
|
|
22445
|
-
"<%= config.bin %> analytics usage
|
|
22446
|
-
"<%= config.bin %> analytics usage
|
|
22447
|
-
"<%= config.bin %> analytics usage
|
|
23159
|
+
"<%= config.bin %> analytics usage traffic timeseries --date-expression thisweek",
|
|
23160
|
+
"<%= config.bin %> analytics usage traffic timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
23161
|
+
"<%= config.bin %> analytics usage traffic timeseries --json"
|
|
22448
23162
|
],
|
|
22449
23163
|
"flags": {
|
|
22450
23164
|
"json": {
|
|
@@ -22530,20 +23244,20 @@
|
|
|
22530
23244
|
},
|
|
22531
23245
|
"hasDynamicHelp": false,
|
|
22532
23246
|
"hiddenAliases": [],
|
|
22533
|
-
"id": "analytics:usage:
|
|
23247
|
+
"id": "analytics:usage:traffic:timeseries",
|
|
22534
23248
|
"pluginAlias": "twentythree-cli",
|
|
22535
23249
|
"pluginName": "twentythree-cli",
|
|
22536
23250
|
"pluginType": "core",
|
|
22537
23251
|
"strict": true,
|
|
22538
23252
|
"enableJsonFlag": true,
|
|
22539
23253
|
"agentMetadata": {
|
|
22540
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
23254
|
+
"api_endpoint": "GET /analytics/data/usage/traffic/timeseries",
|
|
22541
23255
|
"auth_scope": "read",
|
|
22542
23256
|
"output_shape": {
|
|
22543
23257
|
"type": "table",
|
|
22544
23258
|
"columns": [
|
|
22545
23259
|
"Date",
|
|
22546
|
-
"
|
|
23260
|
+
"Traffic Type",
|
|
22547
23261
|
"Plays",
|
|
22548
23262
|
"Engagement"
|
|
22549
23263
|
]
|
|
@@ -22556,18 +23270,18 @@
|
|
|
22556
23270
|
"commands",
|
|
22557
23271
|
"analytics",
|
|
22558
23272
|
"usage",
|
|
22559
|
-
"
|
|
23273
|
+
"traffic",
|
|
22560
23274
|
"timeseries.cjs"
|
|
22561
23275
|
]
|
|
22562
23276
|
},
|
|
22563
|
-
"analytics:usage:
|
|
23277
|
+
"analytics:usage:traffic:totals": {
|
|
22564
23278
|
"aliases": [],
|
|
22565
23279
|
"args": {},
|
|
22566
|
-
"description": "Get aggregated
|
|
23280
|
+
"description": "Get aggregated traffic usage analytics - totals",
|
|
22567
23281
|
"examples": [
|
|
22568
|
-
"<%= config.bin %> analytics usage
|
|
22569
|
-
"<%= config.bin %> analytics usage
|
|
22570
|
-
"<%= config.bin %> analytics usage
|
|
23282
|
+
"<%= config.bin %> analytics usage traffic totals --date-expression thismonth",
|
|
23283
|
+
"<%= config.bin %> analytics usage traffic totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
23284
|
+
"<%= config.bin %> analytics usage traffic totals --json"
|
|
22571
23285
|
],
|
|
22572
23286
|
"flags": {
|
|
22573
23287
|
"json": {
|
|
@@ -22653,22 +23367,23 @@
|
|
|
22653
23367
|
},
|
|
22654
23368
|
"hasDynamicHelp": false,
|
|
22655
23369
|
"hiddenAliases": [],
|
|
22656
|
-
"id": "analytics:usage:
|
|
23370
|
+
"id": "analytics:usage:traffic:totals",
|
|
22657
23371
|
"pluginAlias": "twentythree-cli",
|
|
22658
23372
|
"pluginName": "twentythree-cli",
|
|
22659
23373
|
"pluginType": "core",
|
|
22660
23374
|
"strict": true,
|
|
22661
23375
|
"enableJsonFlag": true,
|
|
22662
23376
|
"agentMetadata": {
|
|
22663
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
23377
|
+
"api_endpoint": "GET /analytics/data/usage/traffic/totals",
|
|
22664
23378
|
"auth_scope": "read",
|
|
22665
23379
|
"output_shape": {
|
|
22666
23380
|
"type": "table",
|
|
22667
23381
|
"columns": [
|
|
22668
|
-
"
|
|
23382
|
+
"Traffic Type",
|
|
22669
23383
|
"Plays",
|
|
22670
23384
|
"Engagement",
|
|
22671
|
-
"Traffic"
|
|
23385
|
+
"Traffic",
|
|
23386
|
+
"Impressions"
|
|
22672
23387
|
]
|
|
22673
23388
|
},
|
|
22674
23389
|
"side_effects": "none"
|
|
@@ -22679,18 +23394,18 @@
|
|
|
22679
23394
|
"commands",
|
|
22680
23395
|
"analytics",
|
|
22681
23396
|
"usage",
|
|
22682
|
-
"
|
|
23397
|
+
"traffic",
|
|
22683
23398
|
"totals.cjs"
|
|
22684
23399
|
]
|
|
22685
23400
|
},
|
|
22686
|
-
"analytics:usage:
|
|
23401
|
+
"analytics:usage:spots:timeseries": {
|
|
22687
23402
|
"aliases": [],
|
|
22688
23403
|
"args": {},
|
|
22689
|
-
"description": "Get
|
|
23404
|
+
"description": "Get spot usage analytics - time series",
|
|
22690
23405
|
"examples": [
|
|
22691
|
-
"<%= config.bin %> analytics usage
|
|
22692
|
-
"<%= config.bin %> analytics usage
|
|
22693
|
-
"<%= config.bin %> analytics usage
|
|
23406
|
+
"<%= config.bin %> analytics usage spots timeseries --date-expression thisweek",
|
|
23407
|
+
"<%= config.bin %> analytics usage spots timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
23408
|
+
"<%= config.bin %> analytics usage spots timeseries --json"
|
|
22694
23409
|
],
|
|
22695
23410
|
"flags": {
|
|
22696
23411
|
"json": {
|
|
@@ -22776,20 +23491,20 @@
|
|
|
22776
23491
|
},
|
|
22777
23492
|
"hasDynamicHelp": false,
|
|
22778
23493
|
"hiddenAliases": [],
|
|
22779
|
-
"id": "analytics:usage:
|
|
23494
|
+
"id": "analytics:usage:spots:timeseries",
|
|
22780
23495
|
"pluginAlias": "twentythree-cli",
|
|
22781
23496
|
"pluginName": "twentythree-cli",
|
|
22782
23497
|
"pluginType": "core",
|
|
22783
23498
|
"strict": true,
|
|
22784
23499
|
"enableJsonFlag": true,
|
|
22785
23500
|
"agentMetadata": {
|
|
22786
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
23501
|
+
"api_endpoint": "GET /analytics/data/usage/spots/timeseries",
|
|
22787
23502
|
"auth_scope": "read",
|
|
22788
23503
|
"output_shape": {
|
|
22789
23504
|
"type": "table",
|
|
22790
23505
|
"columns": [
|
|
22791
23506
|
"Date",
|
|
22792
|
-
"
|
|
23507
|
+
"Spot",
|
|
22793
23508
|
"Plays",
|
|
22794
23509
|
"Engagement"
|
|
22795
23510
|
]
|
|
@@ -22802,18 +23517,18 @@
|
|
|
22802
23517
|
"commands",
|
|
22803
23518
|
"analytics",
|
|
22804
23519
|
"usage",
|
|
22805
|
-
"
|
|
23520
|
+
"spots",
|
|
22806
23521
|
"timeseries.cjs"
|
|
22807
23522
|
]
|
|
22808
23523
|
},
|
|
22809
|
-
"analytics:usage:
|
|
23524
|
+
"analytics:usage:spots:totals": {
|
|
22810
23525
|
"aliases": [],
|
|
22811
23526
|
"args": {},
|
|
22812
|
-
"description": "Get aggregated
|
|
23527
|
+
"description": "Get aggregated spot usage analytics - totals",
|
|
22813
23528
|
"examples": [
|
|
22814
|
-
"<%= config.bin %> analytics usage
|
|
22815
|
-
"<%= config.bin %> analytics usage
|
|
22816
|
-
"<%= config.bin %> analytics usage
|
|
23529
|
+
"<%= config.bin %> analytics usage spots totals --date-expression thismonth",
|
|
23530
|
+
"<%= config.bin %> analytics usage spots totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
23531
|
+
"<%= config.bin %> analytics usage spots totals --json"
|
|
22817
23532
|
],
|
|
22818
23533
|
"flags": {
|
|
22819
23534
|
"json": {
|
|
@@ -22899,23 +23614,22 @@
|
|
|
22899
23614
|
},
|
|
22900
23615
|
"hasDynamicHelp": false,
|
|
22901
23616
|
"hiddenAliases": [],
|
|
22902
|
-
"id": "analytics:usage:
|
|
23617
|
+
"id": "analytics:usage:spots:totals",
|
|
22903
23618
|
"pluginAlias": "twentythree-cli",
|
|
22904
23619
|
"pluginName": "twentythree-cli",
|
|
22905
23620
|
"pluginType": "core",
|
|
22906
23621
|
"strict": true,
|
|
22907
23622
|
"enableJsonFlag": true,
|
|
22908
23623
|
"agentMetadata": {
|
|
22909
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
23624
|
+
"api_endpoint": "GET /analytics/data/usage/spots/totals",
|
|
22910
23625
|
"auth_scope": "read",
|
|
22911
23626
|
"output_shape": {
|
|
22912
23627
|
"type": "table",
|
|
22913
23628
|
"columns": [
|
|
22914
|
-
"
|
|
23629
|
+
"Spot",
|
|
22915
23630
|
"Plays",
|
|
22916
23631
|
"Engagement",
|
|
22917
|
-
"Traffic"
|
|
22918
|
-
"Impressions"
|
|
23632
|
+
"Traffic"
|
|
22919
23633
|
]
|
|
22920
23634
|
},
|
|
22921
23635
|
"side_effects": "none"
|
|
@@ -22926,7 +23640,7 @@
|
|
|
22926
23640
|
"commands",
|
|
22927
23641
|
"analytics",
|
|
22928
23642
|
"usage",
|
|
22929
|
-
"
|
|
23643
|
+
"spots",
|
|
22930
23644
|
"totals.cjs"
|
|
22931
23645
|
]
|
|
22932
23646
|
},
|
|
@@ -23668,5 +24382,5 @@
|
|
|
23668
24382
|
]
|
|
23669
24383
|
}
|
|
23670
24384
|
},
|
|
23671
|
-
"version": "1.
|
|
24385
|
+
"version": "1.5.0"
|
|
23672
24386
|
}
|