twentythree-cli 1.3.3 → 1.3.5
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/app/add.cjs +5 -0
- package/dist/commands/seo/get.cjs +58 -0
- package/dist/commands/seo/status.cjs +59 -0
- package/dist/commands/seo/update.cjs +91 -0
- package/dist/commands/video/section/check-generate-available.cjs +67 -0
- package/dist/commands/webinar/create.cjs +5 -0
- package/dist/commands/webinar/repeat.cjs +5 -0
- package/dist/commands/webinar/update.cjs +7 -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/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 +3 -2
- package/docs/commands/app/delete.md +1 -1
- package/docs/commands/app/list.md +1 -1
- package/docs/commands/app/remove-thumbnail.md +1 -1
- package/docs/commands/app/set-thumbnail.md +1 -1
- package/docs/commands/app/update.md +1 -1
- package/docs/commands/app.md +6 -6
- package/docs/commands/audience/companies.md +1 -1
- package/docs/commands/audience/field.md +4 -4
- package/docs/commands/audience/funnel.md +1 -1
- package/docs/commands/audience/identity-sources.md +1 -1
- package/docs/commands/audience/list-collectors.md +1 -1
- package/docs/commands/audience/list.md +1 -1
- package/docs/commands/audience/metrics.md +1 -1
- package/docs/commands/audience/register.md +1 -1
- package/docs/commands/audience/remove.md +1 -1
- package/docs/commands/audience/search.md +1 -1
- package/docs/commands/audience/timelines.md +1 -1
- package/docs/commands/audience/unregister.md +1 -1
- package/docs/commands/audience.md +15 -15
- package/docs/commands/auth/credentials.md +1 -1
- package/docs/commands/auth/status.md +1 -1
- package/docs/commands/auth/switch.md +1 -1
- package/docs/commands/auth.md +3 -3
- package/docs/commands/autocomplete.md +1 -1
- package/docs/commands/category/create.md +1 -1
- package/docs/commands/category/delete.md +1 -1
- package/docs/commands/category/list.md +1 -1
- package/docs/commands/category/update.md +1 -1
- package/docs/commands/category.md +5 -5
- package/docs/commands/collector/exclude.md +1 -1
- package/docs/commands/collector/include.md +1 -1
- package/docs/commands/collector/list.md +1 -1
- package/docs/commands/collector.md +3 -3
- package/docs/commands/comment/add.md +1 -1
- package/docs/commands/comment/clone.md +1 -1
- package/docs/commands/comment/delete.md +1 -1
- package/docs/commands/comment/list.md +1 -1
- package/docs/commands/comment/promote.md +1 -1
- package/docs/commands/comment/reaction.md +3 -3
- package/docs/commands/comment/set-order.md +1 -1
- package/docs/commands/comment/update.md +1 -1
- package/docs/commands/comment.md +10 -10
- package/docs/commands/doctor.md +1 -1
- package/docs/commands/openupload/list.md +1 -1
- package/docs/commands/openupload/update-file.md +1 -1
- package/docs/commands/openupload/upload-file.md +1 -1
- package/docs/commands/openupload.md +3 -3
- package/docs/commands/player/delete.md +1 -1
- package/docs/commands/player/embed-versions.md +1 -1
- package/docs/commands/player/embed.md +1 -1
- package/docs/commands/player/list.md +1 -1
- package/docs/commands/player/remove-thumbnail.md +1 -1
- package/docs/commands/player/set-thumbnail.md +1 -1
- package/docs/commands/player/styles.md +1 -1
- package/docs/commands/player/update.md +1 -1
- package/docs/commands/player.md +8 -8
- package/docs/commands/poll/add.md +1 -1
- package/docs/commands/poll/answer.md +1 -1
- package/docs/commands/poll/list.md +1 -1
- package/docs/commands/poll/remove.md +1 -1
- package/docs/commands/poll/set-options.md +1 -1
- package/docs/commands/poll/update.md +1 -1
- package/docs/commands/poll.md +6 -6
- package/docs/commands/presentation/page.md +1 -1
- package/docs/commands/presentation/setting.md +2 -2
- package/docs/commands/presentation.md +3 -3
- package/docs/commands/protection/protect.md +1 -1
- package/docs/commands/protection/unprotect.md +1 -1
- package/docs/commands/protection/verify.md +1 -1
- package/docs/commands/protection.md +3 -3
- package/docs/commands/seo/get.md +33 -0
- package/docs/commands/seo/status.md +33 -0
- package/docs/commands/seo/update.md +42 -0
- package/docs/commands/seo.md +98 -0
- 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 +40 -7
- 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 +9 -8
- 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 +7 -7
- 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 +4 -3
- 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 +14 -14
- package/docs/commands/webinar/transcription.md +4 -4
- package/docs/commands/webinar/update.md +11 -10
- package/docs/commands/webinar/upload-image.md +1 -1
- package/docs/commands/webinar.md +67 -67
- package/docs/commands/workspace/list.md +1 -1
- package/docs/commands/workspace/use.md +1 -1
- package/docs/commands/workspace.md +2 -2
- package/oclif.manifest.json +1119 -740
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -902,6 +902,14 @@
|
|
|
902
902
|
"hasDynamicHelp": false,
|
|
903
903
|
"multiple": false,
|
|
904
904
|
"type": "option"
|
|
905
|
+
},
|
|
906
|
+
"player-id": {
|
|
907
|
+
"description": "Add a contextual player being forked",
|
|
908
|
+
"name": "player-id",
|
|
909
|
+
"required": false,
|
|
910
|
+
"hasDynamicHelp": false,
|
|
911
|
+
"multiple": false,
|
|
912
|
+
"type": "option"
|
|
905
913
|
}
|
|
906
914
|
},
|
|
907
915
|
"hasDynamicHelp": false,
|
|
@@ -1308,6 +1316,127 @@
|
|
|
1308
1316
|
"update.cjs"
|
|
1309
1317
|
]
|
|
1310
1318
|
},
|
|
1319
|
+
"auth:credentials": {
|
|
1320
|
+
"aliases": [],
|
|
1321
|
+
"args": {},
|
|
1322
|
+
"description": "Configure domain and bearer token for a TwentyThree workspace",
|
|
1323
|
+
"examples": [
|
|
1324
|
+
"<%= config.bin %> auth credentials"
|
|
1325
|
+
],
|
|
1326
|
+
"flags": {},
|
|
1327
|
+
"hasDynamicHelp": false,
|
|
1328
|
+
"hiddenAliases": [],
|
|
1329
|
+
"id": "auth:credentials",
|
|
1330
|
+
"pluginAlias": "twentythree-cli",
|
|
1331
|
+
"pluginName": "twentythree-cli",
|
|
1332
|
+
"pluginType": "core",
|
|
1333
|
+
"strict": true,
|
|
1334
|
+
"enableJsonFlag": false,
|
|
1335
|
+
"agentMetadata": {
|
|
1336
|
+
"api_endpoint": "interactive",
|
|
1337
|
+
"auth_scope": "none",
|
|
1338
|
+
"output_shape": {
|
|
1339
|
+
"type": "none"
|
|
1340
|
+
},
|
|
1341
|
+
"side_effects": "creates"
|
|
1342
|
+
},
|
|
1343
|
+
"isESM": false,
|
|
1344
|
+
"relativePath": [
|
|
1345
|
+
"dist",
|
|
1346
|
+
"commands",
|
|
1347
|
+
"auth",
|
|
1348
|
+
"credentials.cjs"
|
|
1349
|
+
]
|
|
1350
|
+
},
|
|
1351
|
+
"auth:status": {
|
|
1352
|
+
"aliases": [],
|
|
1353
|
+
"args": {},
|
|
1354
|
+
"description": "Show authentication status and active workspace",
|
|
1355
|
+
"examples": [
|
|
1356
|
+
"<%= config.bin %> auth status"
|
|
1357
|
+
],
|
|
1358
|
+
"flags": {
|
|
1359
|
+
"json": {
|
|
1360
|
+
"description": "Format output as json.",
|
|
1361
|
+
"helpGroup": "GLOBAL",
|
|
1362
|
+
"name": "json",
|
|
1363
|
+
"allowNo": false,
|
|
1364
|
+
"type": "boolean"
|
|
1365
|
+
},
|
|
1366
|
+
"workspace": {
|
|
1367
|
+
"char": "w",
|
|
1368
|
+
"helpGroup": "GLOBAL",
|
|
1369
|
+
"name": "workspace",
|
|
1370
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
1371
|
+
"hasDynamicHelp": false,
|
|
1372
|
+
"multiple": false,
|
|
1373
|
+
"type": "option"
|
|
1374
|
+
},
|
|
1375
|
+
"agent": {
|
|
1376
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
1377
|
+
"helpGroup": "GLOBAL",
|
|
1378
|
+
"hidden": true,
|
|
1379
|
+
"name": "agent",
|
|
1380
|
+
"allowNo": false,
|
|
1381
|
+
"type": "boolean"
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
"hasDynamicHelp": false,
|
|
1385
|
+
"hiddenAliases": [],
|
|
1386
|
+
"id": "auth:status",
|
|
1387
|
+
"pluginAlias": "twentythree-cli",
|
|
1388
|
+
"pluginName": "twentythree-cli",
|
|
1389
|
+
"pluginType": "core",
|
|
1390
|
+
"strict": true,
|
|
1391
|
+
"enableJsonFlag": true,
|
|
1392
|
+
"agentMetadata": {
|
|
1393
|
+
"api_endpoint": "local",
|
|
1394
|
+
"auth_scope": "none",
|
|
1395
|
+
"output_shape": {
|
|
1396
|
+
"type": "key-value"
|
|
1397
|
+
},
|
|
1398
|
+
"side_effects": "none"
|
|
1399
|
+
},
|
|
1400
|
+
"isESM": false,
|
|
1401
|
+
"relativePath": [
|
|
1402
|
+
"dist",
|
|
1403
|
+
"commands",
|
|
1404
|
+
"auth",
|
|
1405
|
+
"status.cjs"
|
|
1406
|
+
]
|
|
1407
|
+
},
|
|
1408
|
+
"auth:switch": {
|
|
1409
|
+
"aliases": [],
|
|
1410
|
+
"args": {},
|
|
1411
|
+
"description": "Switch the active workspace",
|
|
1412
|
+
"examples": [
|
|
1413
|
+
"<%= config.bin %> auth switch"
|
|
1414
|
+
],
|
|
1415
|
+
"flags": {},
|
|
1416
|
+
"hasDynamicHelp": false,
|
|
1417
|
+
"hiddenAliases": [],
|
|
1418
|
+
"id": "auth:switch",
|
|
1419
|
+
"pluginAlias": "twentythree-cli",
|
|
1420
|
+
"pluginName": "twentythree-cli",
|
|
1421
|
+
"pluginType": "core",
|
|
1422
|
+
"strict": true,
|
|
1423
|
+
"enableJsonFlag": false,
|
|
1424
|
+
"agentMetadata": {
|
|
1425
|
+
"api_endpoint": "interactive",
|
|
1426
|
+
"auth_scope": "none",
|
|
1427
|
+
"output_shape": {
|
|
1428
|
+
"type": "none"
|
|
1429
|
+
},
|
|
1430
|
+
"side_effects": "updates"
|
|
1431
|
+
},
|
|
1432
|
+
"isESM": false,
|
|
1433
|
+
"relativePath": [
|
|
1434
|
+
"dist",
|
|
1435
|
+
"commands",
|
|
1436
|
+
"auth",
|
|
1437
|
+
"switch.cjs"
|
|
1438
|
+
]
|
|
1439
|
+
},
|
|
1311
1440
|
"audience:companies": {
|
|
1312
1441
|
"aliases": [],
|
|
1313
1442
|
"args": {},
|
|
@@ -2427,127 +2556,6 @@
|
|
|
2427
2556
|
"unregister.cjs"
|
|
2428
2557
|
]
|
|
2429
2558
|
},
|
|
2430
|
-
"auth:credentials": {
|
|
2431
|
-
"aliases": [],
|
|
2432
|
-
"args": {},
|
|
2433
|
-
"description": "Configure domain and bearer token for a TwentyThree workspace",
|
|
2434
|
-
"examples": [
|
|
2435
|
-
"<%= config.bin %> auth credentials"
|
|
2436
|
-
],
|
|
2437
|
-
"flags": {},
|
|
2438
|
-
"hasDynamicHelp": false,
|
|
2439
|
-
"hiddenAliases": [],
|
|
2440
|
-
"id": "auth:credentials",
|
|
2441
|
-
"pluginAlias": "twentythree-cli",
|
|
2442
|
-
"pluginName": "twentythree-cli",
|
|
2443
|
-
"pluginType": "core",
|
|
2444
|
-
"strict": true,
|
|
2445
|
-
"enableJsonFlag": false,
|
|
2446
|
-
"agentMetadata": {
|
|
2447
|
-
"api_endpoint": "interactive",
|
|
2448
|
-
"auth_scope": "none",
|
|
2449
|
-
"output_shape": {
|
|
2450
|
-
"type": "none"
|
|
2451
|
-
},
|
|
2452
|
-
"side_effects": "creates"
|
|
2453
|
-
},
|
|
2454
|
-
"isESM": false,
|
|
2455
|
-
"relativePath": [
|
|
2456
|
-
"dist",
|
|
2457
|
-
"commands",
|
|
2458
|
-
"auth",
|
|
2459
|
-
"credentials.cjs"
|
|
2460
|
-
]
|
|
2461
|
-
},
|
|
2462
|
-
"auth:status": {
|
|
2463
|
-
"aliases": [],
|
|
2464
|
-
"args": {},
|
|
2465
|
-
"description": "Show authentication status and active workspace",
|
|
2466
|
-
"examples": [
|
|
2467
|
-
"<%= config.bin %> auth status"
|
|
2468
|
-
],
|
|
2469
|
-
"flags": {
|
|
2470
|
-
"json": {
|
|
2471
|
-
"description": "Format output as json.",
|
|
2472
|
-
"helpGroup": "GLOBAL",
|
|
2473
|
-
"name": "json",
|
|
2474
|
-
"allowNo": false,
|
|
2475
|
-
"type": "boolean"
|
|
2476
|
-
},
|
|
2477
|
-
"workspace": {
|
|
2478
|
-
"char": "w",
|
|
2479
|
-
"helpGroup": "GLOBAL",
|
|
2480
|
-
"name": "workspace",
|
|
2481
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
2482
|
-
"hasDynamicHelp": false,
|
|
2483
|
-
"multiple": false,
|
|
2484
|
-
"type": "option"
|
|
2485
|
-
},
|
|
2486
|
-
"agent": {
|
|
2487
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
2488
|
-
"helpGroup": "GLOBAL",
|
|
2489
|
-
"hidden": true,
|
|
2490
|
-
"name": "agent",
|
|
2491
|
-
"allowNo": false,
|
|
2492
|
-
"type": "boolean"
|
|
2493
|
-
}
|
|
2494
|
-
},
|
|
2495
|
-
"hasDynamicHelp": false,
|
|
2496
|
-
"hiddenAliases": [],
|
|
2497
|
-
"id": "auth:status",
|
|
2498
|
-
"pluginAlias": "twentythree-cli",
|
|
2499
|
-
"pluginName": "twentythree-cli",
|
|
2500
|
-
"pluginType": "core",
|
|
2501
|
-
"strict": true,
|
|
2502
|
-
"enableJsonFlag": true,
|
|
2503
|
-
"agentMetadata": {
|
|
2504
|
-
"api_endpoint": "local",
|
|
2505
|
-
"auth_scope": "none",
|
|
2506
|
-
"output_shape": {
|
|
2507
|
-
"type": "key-value"
|
|
2508
|
-
},
|
|
2509
|
-
"side_effects": "none"
|
|
2510
|
-
},
|
|
2511
|
-
"isESM": false,
|
|
2512
|
-
"relativePath": [
|
|
2513
|
-
"dist",
|
|
2514
|
-
"commands",
|
|
2515
|
-
"auth",
|
|
2516
|
-
"status.cjs"
|
|
2517
|
-
]
|
|
2518
|
-
},
|
|
2519
|
-
"auth:switch": {
|
|
2520
|
-
"aliases": [],
|
|
2521
|
-
"args": {},
|
|
2522
|
-
"description": "Switch the active workspace",
|
|
2523
|
-
"examples": [
|
|
2524
|
-
"<%= config.bin %> auth switch"
|
|
2525
|
-
],
|
|
2526
|
-
"flags": {},
|
|
2527
|
-
"hasDynamicHelp": false,
|
|
2528
|
-
"hiddenAliases": [],
|
|
2529
|
-
"id": "auth:switch",
|
|
2530
|
-
"pluginAlias": "twentythree-cli",
|
|
2531
|
-
"pluginName": "twentythree-cli",
|
|
2532
|
-
"pluginType": "core",
|
|
2533
|
-
"strict": true,
|
|
2534
|
-
"enableJsonFlag": false,
|
|
2535
|
-
"agentMetadata": {
|
|
2536
|
-
"api_endpoint": "interactive",
|
|
2537
|
-
"auth_scope": "none",
|
|
2538
|
-
"output_shape": {
|
|
2539
|
-
"type": "none"
|
|
2540
|
-
},
|
|
2541
|
-
"side_effects": "updates"
|
|
2542
|
-
},
|
|
2543
|
-
"isESM": false,
|
|
2544
|
-
"relativePath": [
|
|
2545
|
-
"dist",
|
|
2546
|
-
"commands",
|
|
2547
|
-
"auth",
|
|
2548
|
-
"switch.cjs"
|
|
2549
|
-
]
|
|
2550
|
-
},
|
|
2551
2559
|
"autocomplete": {
|
|
2552
2560
|
"aliases": [],
|
|
2553
2561
|
"args": {},
|
|
@@ -5515,15 +5523,13 @@
|
|
|
5515
5523
|
"verify.cjs"
|
|
5516
5524
|
]
|
|
5517
5525
|
},
|
|
5518
|
-
"
|
|
5526
|
+
"seo:get": {
|
|
5519
5527
|
"aliases": [],
|
|
5520
5528
|
"args": {},
|
|
5521
|
-
"description": "Get a
|
|
5529
|
+
"description": "Get SEO metadata for a video, webinar, or webinar series",
|
|
5522
5530
|
"examples": [
|
|
5523
|
-
"<%= config.bin %>
|
|
5524
|
-
"<%= config.bin %>
|
|
5525
|
-
"<%= config.bin %> session get-token --email user@example.com --full-name \"Jane Doe\"",
|
|
5526
|
-
"<%= config.bin %> session get-token --json"
|
|
5531
|
+
"<%= config.bin %> seo get --object-id 12345",
|
|
5532
|
+
"<%= config.bin %> seo get --object-id 12345 --json"
|
|
5527
5533
|
],
|
|
5528
5534
|
"flags": {
|
|
5529
5535
|
"json": {
|
|
@@ -5550,7 +5556,283 @@
|
|
|
5550
5556
|
"allowNo": false,
|
|
5551
5557
|
"type": "boolean"
|
|
5552
5558
|
},
|
|
5553
|
-
"
|
|
5559
|
+
"object-id": {
|
|
5560
|
+
"description": "Object ID (video, webinar, or webinar series)",
|
|
5561
|
+
"name": "object-id",
|
|
5562
|
+
"required": true,
|
|
5563
|
+
"hasDynamicHelp": false,
|
|
5564
|
+
"multiple": false,
|
|
5565
|
+
"type": "option"
|
|
5566
|
+
},
|
|
5567
|
+
"fields": {
|
|
5568
|
+
"description": "Comma-separated fields to return",
|
|
5569
|
+
"name": "fields",
|
|
5570
|
+
"required": false,
|
|
5571
|
+
"hasDynamicHelp": false,
|
|
5572
|
+
"multiple": false,
|
|
5573
|
+
"type": "option"
|
|
5574
|
+
}
|
|
5575
|
+
},
|
|
5576
|
+
"hasDynamicHelp": false,
|
|
5577
|
+
"hiddenAliases": [],
|
|
5578
|
+
"id": "seo:get",
|
|
5579
|
+
"pluginAlias": "twentythree-cli",
|
|
5580
|
+
"pluginName": "twentythree-cli",
|
|
5581
|
+
"pluginType": "core",
|
|
5582
|
+
"strict": true,
|
|
5583
|
+
"enableJsonFlag": true,
|
|
5584
|
+
"agentMetadata": {
|
|
5585
|
+
"api_endpoint": "POST /seo/get",
|
|
5586
|
+
"auth_scope": "read",
|
|
5587
|
+
"output_shape": {
|
|
5588
|
+
"type": "key-value"
|
|
5589
|
+
},
|
|
5590
|
+
"side_effects": "none"
|
|
5591
|
+
},
|
|
5592
|
+
"isESM": false,
|
|
5593
|
+
"relativePath": [
|
|
5594
|
+
"dist",
|
|
5595
|
+
"commands",
|
|
5596
|
+
"seo",
|
|
5597
|
+
"get.cjs"
|
|
5598
|
+
]
|
|
5599
|
+
},
|
|
5600
|
+
"seo:status": {
|
|
5601
|
+
"aliases": [],
|
|
5602
|
+
"args": {},
|
|
5603
|
+
"description": "Get SEO readiness status for a video, webinar, or webinar series",
|
|
5604
|
+
"examples": [
|
|
5605
|
+
"<%= config.bin %> seo status --object-id 12345",
|
|
5606
|
+
"<%= config.bin %> seo status --object-id 12345 --json"
|
|
5607
|
+
],
|
|
5608
|
+
"flags": {
|
|
5609
|
+
"json": {
|
|
5610
|
+
"description": "Format output as json.",
|
|
5611
|
+
"helpGroup": "GLOBAL",
|
|
5612
|
+
"name": "json",
|
|
5613
|
+
"allowNo": false,
|
|
5614
|
+
"type": "boolean"
|
|
5615
|
+
},
|
|
5616
|
+
"workspace": {
|
|
5617
|
+
"char": "w",
|
|
5618
|
+
"helpGroup": "GLOBAL",
|
|
5619
|
+
"name": "workspace",
|
|
5620
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
5621
|
+
"hasDynamicHelp": false,
|
|
5622
|
+
"multiple": false,
|
|
5623
|
+
"type": "option"
|
|
5624
|
+
},
|
|
5625
|
+
"agent": {
|
|
5626
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
5627
|
+
"helpGroup": "GLOBAL",
|
|
5628
|
+
"hidden": true,
|
|
5629
|
+
"name": "agent",
|
|
5630
|
+
"allowNo": false,
|
|
5631
|
+
"type": "boolean"
|
|
5632
|
+
},
|
|
5633
|
+
"object-id": {
|
|
5634
|
+
"description": "Object ID (video, webinar, or webinar series)",
|
|
5635
|
+
"name": "object-id",
|
|
5636
|
+
"required": true,
|
|
5637
|
+
"hasDynamicHelp": false,
|
|
5638
|
+
"multiple": false,
|
|
5639
|
+
"type": "option"
|
|
5640
|
+
},
|
|
5641
|
+
"fields": {
|
|
5642
|
+
"description": "Comma-separated fields to return",
|
|
5643
|
+
"name": "fields",
|
|
5644
|
+
"required": false,
|
|
5645
|
+
"hasDynamicHelp": false,
|
|
5646
|
+
"multiple": false,
|
|
5647
|
+
"type": "option"
|
|
5648
|
+
}
|
|
5649
|
+
},
|
|
5650
|
+
"hasDynamicHelp": false,
|
|
5651
|
+
"hiddenAliases": [],
|
|
5652
|
+
"id": "seo:status",
|
|
5653
|
+
"pluginAlias": "twentythree-cli",
|
|
5654
|
+
"pluginName": "twentythree-cli",
|
|
5655
|
+
"pluginType": "core",
|
|
5656
|
+
"strict": true,
|
|
5657
|
+
"enableJsonFlag": true,
|
|
5658
|
+
"agentMetadata": {
|
|
5659
|
+
"api_endpoint": "POST /seo/status",
|
|
5660
|
+
"auth_scope": "read",
|
|
5661
|
+
"output_shape": {
|
|
5662
|
+
"type": "key-value"
|
|
5663
|
+
},
|
|
5664
|
+
"side_effects": "none"
|
|
5665
|
+
},
|
|
5666
|
+
"isESM": false,
|
|
5667
|
+
"relativePath": [
|
|
5668
|
+
"dist",
|
|
5669
|
+
"commands",
|
|
5670
|
+
"seo",
|
|
5671
|
+
"status.cjs"
|
|
5672
|
+
]
|
|
5673
|
+
},
|
|
5674
|
+
"seo:update": {
|
|
5675
|
+
"aliases": [],
|
|
5676
|
+
"args": {},
|
|
5677
|
+
"description": "Update SEO metadata for a video, webinar, or webinar series",
|
|
5678
|
+
"examples": [
|
|
5679
|
+
"<%= config.bin %> seo update --object-id 12345 --seo-name \"My Video\"",
|
|
5680
|
+
"<%= config.bin %> seo update --object-id 12345 --seo-policy index --json"
|
|
5681
|
+
],
|
|
5682
|
+
"flags": {
|
|
5683
|
+
"json": {
|
|
5684
|
+
"description": "Format output as json.",
|
|
5685
|
+
"helpGroup": "GLOBAL",
|
|
5686
|
+
"name": "json",
|
|
5687
|
+
"allowNo": false,
|
|
5688
|
+
"type": "boolean"
|
|
5689
|
+
},
|
|
5690
|
+
"workspace": {
|
|
5691
|
+
"char": "w",
|
|
5692
|
+
"helpGroup": "GLOBAL",
|
|
5693
|
+
"name": "workspace",
|
|
5694
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
5695
|
+
"hasDynamicHelp": false,
|
|
5696
|
+
"multiple": false,
|
|
5697
|
+
"type": "option"
|
|
5698
|
+
},
|
|
5699
|
+
"agent": {
|
|
5700
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
5701
|
+
"helpGroup": "GLOBAL",
|
|
5702
|
+
"hidden": true,
|
|
5703
|
+
"name": "agent",
|
|
5704
|
+
"allowNo": false,
|
|
5705
|
+
"type": "boolean"
|
|
5706
|
+
},
|
|
5707
|
+
"object-id": {
|
|
5708
|
+
"description": "Object ID (video, webinar, or webinar series)",
|
|
5709
|
+
"name": "object-id",
|
|
5710
|
+
"required": true,
|
|
5711
|
+
"hasDynamicHelp": false,
|
|
5712
|
+
"multiple": false,
|
|
5713
|
+
"type": "option"
|
|
5714
|
+
},
|
|
5715
|
+
"seo-name": {
|
|
5716
|
+
"description": "SEO title for the object",
|
|
5717
|
+
"name": "seo-name",
|
|
5718
|
+
"required": false,
|
|
5719
|
+
"hasDynamicHelp": false,
|
|
5720
|
+
"multiple": false,
|
|
5721
|
+
"type": "option"
|
|
5722
|
+
},
|
|
5723
|
+
"seo-description": {
|
|
5724
|
+
"description": "SEO description for the object",
|
|
5725
|
+
"name": "seo-description",
|
|
5726
|
+
"required": false,
|
|
5727
|
+
"hasDynamicHelp": false,
|
|
5728
|
+
"multiple": false,
|
|
5729
|
+
"type": "option"
|
|
5730
|
+
},
|
|
5731
|
+
"seo-keywords": {
|
|
5732
|
+
"description": "SEO keywords for the object",
|
|
5733
|
+
"name": "seo-keywords",
|
|
5734
|
+
"required": false,
|
|
5735
|
+
"hasDynamicHelp": false,
|
|
5736
|
+
"multiple": false,
|
|
5737
|
+
"type": "option"
|
|
5738
|
+
},
|
|
5739
|
+
"canonical-url": {
|
|
5740
|
+
"description": "Canonical URL for the object",
|
|
5741
|
+
"name": "canonical-url",
|
|
5742
|
+
"required": false,
|
|
5743
|
+
"hasDynamicHelp": false,
|
|
5744
|
+
"multiple": false,
|
|
5745
|
+
"type": "option"
|
|
5746
|
+
},
|
|
5747
|
+
"seo-policy": {
|
|
5748
|
+
"description": "SEO indexing policy (\"\", \"index\", or \"noindex\")",
|
|
5749
|
+
"name": "seo-policy",
|
|
5750
|
+
"required": false,
|
|
5751
|
+
"hasDynamicHelp": false,
|
|
5752
|
+
"multiple": false,
|
|
5753
|
+
"options": [
|
|
5754
|
+
"",
|
|
5755
|
+
"index",
|
|
5756
|
+
"noindex"
|
|
5757
|
+
],
|
|
5758
|
+
"type": "option"
|
|
5759
|
+
},
|
|
5760
|
+
"enrich-immediately": {
|
|
5761
|
+
"description": "Enrich SEO metadata immediately",
|
|
5762
|
+
"name": "enrich-immediately",
|
|
5763
|
+
"required": false,
|
|
5764
|
+
"allowNo": false,
|
|
5765
|
+
"type": "boolean"
|
|
5766
|
+
},
|
|
5767
|
+
"fields": {
|
|
5768
|
+
"description": "Comma-separated fields to return",
|
|
5769
|
+
"name": "fields",
|
|
5770
|
+
"required": false,
|
|
5771
|
+
"hasDynamicHelp": false,
|
|
5772
|
+
"multiple": false,
|
|
5773
|
+
"type": "option"
|
|
5774
|
+
}
|
|
5775
|
+
},
|
|
5776
|
+
"hasDynamicHelp": false,
|
|
5777
|
+
"hiddenAliases": [],
|
|
5778
|
+
"id": "seo:update",
|
|
5779
|
+
"pluginAlias": "twentythree-cli",
|
|
5780
|
+
"pluginName": "twentythree-cli",
|
|
5781
|
+
"pluginType": "core",
|
|
5782
|
+
"strict": true,
|
|
5783
|
+
"enableJsonFlag": true,
|
|
5784
|
+
"agentMetadata": {
|
|
5785
|
+
"api_endpoint": "POST /seo/update",
|
|
5786
|
+
"auth_scope": "write",
|
|
5787
|
+
"output_shape": {
|
|
5788
|
+
"type": "message"
|
|
5789
|
+
},
|
|
5790
|
+
"side_effects": "updates"
|
|
5791
|
+
},
|
|
5792
|
+
"isESM": false,
|
|
5793
|
+
"relativePath": [
|
|
5794
|
+
"dist",
|
|
5795
|
+
"commands",
|
|
5796
|
+
"seo",
|
|
5797
|
+
"update.cjs"
|
|
5798
|
+
]
|
|
5799
|
+
},
|
|
5800
|
+
"session:get-token": {
|
|
5801
|
+
"aliases": [],
|
|
5802
|
+
"args": {},
|
|
5803
|
+
"description": "Get a session access token",
|
|
5804
|
+
"examples": [
|
|
5805
|
+
"<%= config.bin %> session get-token",
|
|
5806
|
+
"<%= config.bin %> session get-token --return-url https://example.com",
|
|
5807
|
+
"<%= config.bin %> session get-token --email user@example.com --full-name \"Jane Doe\"",
|
|
5808
|
+
"<%= config.bin %> session get-token --json"
|
|
5809
|
+
],
|
|
5810
|
+
"flags": {
|
|
5811
|
+
"json": {
|
|
5812
|
+
"description": "Format output as json.",
|
|
5813
|
+
"helpGroup": "GLOBAL",
|
|
5814
|
+
"name": "json",
|
|
5815
|
+
"allowNo": false,
|
|
5816
|
+
"type": "boolean"
|
|
5817
|
+
},
|
|
5818
|
+
"workspace": {
|
|
5819
|
+
"char": "w",
|
|
5820
|
+
"helpGroup": "GLOBAL",
|
|
5821
|
+
"name": "workspace",
|
|
5822
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
5823
|
+
"hasDynamicHelp": false,
|
|
5824
|
+
"multiple": false,
|
|
5825
|
+
"type": "option"
|
|
5826
|
+
},
|
|
5827
|
+
"agent": {
|
|
5828
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
5829
|
+
"helpGroup": "GLOBAL",
|
|
5830
|
+
"hidden": true,
|
|
5831
|
+
"name": "agent",
|
|
5832
|
+
"allowNo": false,
|
|
5833
|
+
"type": "boolean"
|
|
5834
|
+
},
|
|
5835
|
+
"return-url": {
|
|
5554
5836
|
"description": "Return URL after session authentication",
|
|
5555
5837
|
"name": "return-url",
|
|
5556
5838
|
"required": false,
|
|
@@ -5933,19 +6215,15 @@
|
|
|
5933
6215
|
"search.cjs"
|
|
5934
6216
|
]
|
|
5935
6217
|
},
|
|
5936
|
-
"
|
|
6218
|
+
"tag:list": {
|
|
5937
6219
|
"aliases": [],
|
|
5938
|
-
"args": {
|
|
5939
|
-
|
|
5940
|
-
"description": "Spot ID",
|
|
5941
|
-
"name": "id",
|
|
5942
|
-
"required": true
|
|
5943
|
-
}
|
|
5944
|
-
},
|
|
5945
|
-
"description": "Get details of a specific spot",
|
|
6220
|
+
"args": {},
|
|
6221
|
+
"description": "List tags in the active workspace",
|
|
5946
6222
|
"examples": [
|
|
5947
|
-
"<%= config.bin %>
|
|
5948
|
-
"<%= config.bin %>
|
|
6223
|
+
"<%= config.bin %> tag list",
|
|
6224
|
+
"<%= config.bin %> tag list --search marketing",
|
|
6225
|
+
"<%= config.bin %> tag list --orderby count --order desc",
|
|
6226
|
+
"<%= config.bin %> tag list --json"
|
|
5949
6227
|
],
|
|
5950
6228
|
"flags": {
|
|
5951
6229
|
"json": {
|
|
@@ -5971,7 +6249,195 @@
|
|
|
5971
6249
|
"name": "agent",
|
|
5972
6250
|
"allowNo": false,
|
|
5973
6251
|
"type": "boolean"
|
|
5974
|
-
}
|
|
6252
|
+
},
|
|
6253
|
+
"search": {
|
|
6254
|
+
"description": "Filter tags by a search string",
|
|
6255
|
+
"name": "search",
|
|
6256
|
+
"required": false,
|
|
6257
|
+
"hasDynamicHelp": false,
|
|
6258
|
+
"multiple": false,
|
|
6259
|
+
"type": "option"
|
|
6260
|
+
},
|
|
6261
|
+
"exclude-machine-tags": {
|
|
6262
|
+
"description": "Exclude machine tags from the results",
|
|
6263
|
+
"name": "exclude-machine-tags",
|
|
6264
|
+
"required": false,
|
|
6265
|
+
"allowNo": false,
|
|
6266
|
+
"type": "boolean"
|
|
6267
|
+
},
|
|
6268
|
+
"only-machine-tags": {
|
|
6269
|
+
"description": "Return only machine tags (overrides --exclude-machine-tags)",
|
|
6270
|
+
"name": "only-machine-tags",
|
|
6271
|
+
"required": false,
|
|
6272
|
+
"allowNo": false,
|
|
6273
|
+
"type": "boolean"
|
|
6274
|
+
},
|
|
6275
|
+
"only-published": {
|
|
6276
|
+
"description": "Return only tags from published videos",
|
|
6277
|
+
"name": "only-published",
|
|
6278
|
+
"required": false,
|
|
6279
|
+
"allowNo": false,
|
|
6280
|
+
"type": "boolean"
|
|
6281
|
+
},
|
|
6282
|
+
"orderby": {
|
|
6283
|
+
"description": "Order tags by this value",
|
|
6284
|
+
"name": "orderby",
|
|
6285
|
+
"required": false,
|
|
6286
|
+
"hasDynamicHelp": false,
|
|
6287
|
+
"multiple": false,
|
|
6288
|
+
"options": [
|
|
6289
|
+
"tag",
|
|
6290
|
+
"count"
|
|
6291
|
+
],
|
|
6292
|
+
"type": "option"
|
|
6293
|
+
},
|
|
6294
|
+
"order": {
|
|
6295
|
+
"description": "Sort order for the results",
|
|
6296
|
+
"name": "order",
|
|
6297
|
+
"required": false,
|
|
6298
|
+
"hasDynamicHelp": false,
|
|
6299
|
+
"multiple": false,
|
|
6300
|
+
"options": [
|
|
6301
|
+
"asc",
|
|
6302
|
+
"desc"
|
|
6303
|
+
],
|
|
6304
|
+
"type": "option"
|
|
6305
|
+
}
|
|
6306
|
+
},
|
|
6307
|
+
"hasDynamicHelp": false,
|
|
6308
|
+
"hiddenAliases": [],
|
|
6309
|
+
"id": "tag:list",
|
|
6310
|
+
"pluginAlias": "twentythree-cli",
|
|
6311
|
+
"pluginName": "twentythree-cli",
|
|
6312
|
+
"pluginType": "core",
|
|
6313
|
+
"strict": true,
|
|
6314
|
+
"agentMetadata": {
|
|
6315
|
+
"api_endpoint": "GET /tag/list",
|
|
6316
|
+
"auth_scope": "anonymous",
|
|
6317
|
+
"output_shape": {
|
|
6318
|
+
"type": "table",
|
|
6319
|
+
"columns": [
|
|
6320
|
+
"Tag",
|
|
6321
|
+
"Count"
|
|
6322
|
+
]
|
|
6323
|
+
},
|
|
6324
|
+
"side_effects": "none"
|
|
6325
|
+
},
|
|
6326
|
+
"enableJsonFlag": true,
|
|
6327
|
+
"isESM": false,
|
|
6328
|
+
"relativePath": [
|
|
6329
|
+
"dist",
|
|
6330
|
+
"commands",
|
|
6331
|
+
"tag",
|
|
6332
|
+
"list.cjs"
|
|
6333
|
+
]
|
|
6334
|
+
},
|
|
6335
|
+
"tag:related": {
|
|
6336
|
+
"aliases": [],
|
|
6337
|
+
"args": {
|
|
6338
|
+
"tag": {
|
|
6339
|
+
"description": "Tag to find related tags for",
|
|
6340
|
+
"name": "tag",
|
|
6341
|
+
"required": true
|
|
6342
|
+
}
|
|
6343
|
+
},
|
|
6344
|
+
"description": "List tags related to a given tag",
|
|
6345
|
+
"examples": [
|
|
6346
|
+
"<%= config.bin %> tag related marketing",
|
|
6347
|
+
"<%= config.bin %> tag related marketing --json"
|
|
6348
|
+
],
|
|
6349
|
+
"flags": {
|
|
6350
|
+
"json": {
|
|
6351
|
+
"description": "Format output as json.",
|
|
6352
|
+
"helpGroup": "GLOBAL",
|
|
6353
|
+
"name": "json",
|
|
6354
|
+
"allowNo": false,
|
|
6355
|
+
"type": "boolean"
|
|
6356
|
+
},
|
|
6357
|
+
"workspace": {
|
|
6358
|
+
"char": "w",
|
|
6359
|
+
"helpGroup": "GLOBAL",
|
|
6360
|
+
"name": "workspace",
|
|
6361
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
6362
|
+
"hasDynamicHelp": false,
|
|
6363
|
+
"multiple": false,
|
|
6364
|
+
"type": "option"
|
|
6365
|
+
},
|
|
6366
|
+
"agent": {
|
|
6367
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
6368
|
+
"helpGroup": "GLOBAL",
|
|
6369
|
+
"hidden": true,
|
|
6370
|
+
"name": "agent",
|
|
6371
|
+
"allowNo": false,
|
|
6372
|
+
"type": "boolean"
|
|
6373
|
+
}
|
|
6374
|
+
},
|
|
6375
|
+
"hasDynamicHelp": false,
|
|
6376
|
+
"hiddenAliases": [],
|
|
6377
|
+
"id": "tag:related",
|
|
6378
|
+
"pluginAlias": "twentythree-cli",
|
|
6379
|
+
"pluginName": "twentythree-cli",
|
|
6380
|
+
"pluginType": "core",
|
|
6381
|
+
"strict": true,
|
|
6382
|
+
"agentMetadata": {
|
|
6383
|
+
"api_endpoint": "GET /tag/related",
|
|
6384
|
+
"auth_scope": "anonymous",
|
|
6385
|
+
"output_shape": {
|
|
6386
|
+
"type": "table",
|
|
6387
|
+
"columns": [
|
|
6388
|
+
"Tag"
|
|
6389
|
+
]
|
|
6390
|
+
},
|
|
6391
|
+
"side_effects": "none"
|
|
6392
|
+
},
|
|
6393
|
+
"enableJsonFlag": true,
|
|
6394
|
+
"isESM": false,
|
|
6395
|
+
"relativePath": [
|
|
6396
|
+
"dist",
|
|
6397
|
+
"commands",
|
|
6398
|
+
"tag",
|
|
6399
|
+
"related.cjs"
|
|
6400
|
+
]
|
|
6401
|
+
},
|
|
6402
|
+
"spot:check": {
|
|
6403
|
+
"aliases": [],
|
|
6404
|
+
"args": {
|
|
6405
|
+
"id": {
|
|
6406
|
+
"description": "Spot ID",
|
|
6407
|
+
"name": "id",
|
|
6408
|
+
"required": true
|
|
6409
|
+
}
|
|
6410
|
+
},
|
|
6411
|
+
"description": "Get details of a specific spot",
|
|
6412
|
+
"examples": [
|
|
6413
|
+
"<%= config.bin %> spot check 12345",
|
|
6414
|
+
"<%= config.bin %> spot check 12345 --json"
|
|
6415
|
+
],
|
|
6416
|
+
"flags": {
|
|
6417
|
+
"json": {
|
|
6418
|
+
"description": "Format output as json.",
|
|
6419
|
+
"helpGroup": "GLOBAL",
|
|
6420
|
+
"name": "json",
|
|
6421
|
+
"allowNo": false,
|
|
6422
|
+
"type": "boolean"
|
|
6423
|
+
},
|
|
6424
|
+
"workspace": {
|
|
6425
|
+
"char": "w",
|
|
6426
|
+
"helpGroup": "GLOBAL",
|
|
6427
|
+
"name": "workspace",
|
|
6428
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
6429
|
+
"hasDynamicHelp": false,
|
|
6430
|
+
"multiple": false,
|
|
6431
|
+
"type": "option"
|
|
6432
|
+
},
|
|
6433
|
+
"agent": {
|
|
6434
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
6435
|
+
"helpGroup": "GLOBAL",
|
|
6436
|
+
"hidden": true,
|
|
6437
|
+
"name": "agent",
|
|
6438
|
+
"allowNo": false,
|
|
6439
|
+
"type": "boolean"
|
|
6440
|
+
}
|
|
5975
6441
|
},
|
|
5976
6442
|
"hasDynamicHelp": false,
|
|
5977
6443
|
"hiddenAliases": [],
|
|
@@ -6506,15 +6972,13 @@
|
|
|
6506
6972
|
"update.cjs"
|
|
6507
6973
|
]
|
|
6508
6974
|
},
|
|
6509
|
-
"
|
|
6975
|
+
"thumbnail:add": {
|
|
6510
6976
|
"aliases": [],
|
|
6511
6977
|
"args": {},
|
|
6512
|
-
"description": "
|
|
6978
|
+
"description": "Create a new thumbnail template",
|
|
6513
6979
|
"examples": [
|
|
6514
|
-
"<%= config.bin %>
|
|
6515
|
-
"<%= config.bin %>
|
|
6516
|
-
"<%= config.bin %> tag list --orderby count --order desc",
|
|
6517
|
-
"<%= config.bin %> tag list --json"
|
|
6980
|
+
"<%= config.bin %> thumbnail add --name \"My Template\" --liquid-template \"<div>{{ video.title }}</div>\"",
|
|
6981
|
+
"<%= config.bin %> thumbnail add --name \"My Template\" --liquid-template \"<div>{{ video.title }}</div>\" --json"
|
|
6518
6982
|
],
|
|
6519
6983
|
"flags": {
|
|
6520
6984
|
"json": {
|
|
@@ -6541,213 +7005,31 @@
|
|
|
6541
7005
|
"allowNo": false,
|
|
6542
7006
|
"type": "boolean"
|
|
6543
7007
|
},
|
|
6544
|
-
"
|
|
6545
|
-
"description": "
|
|
6546
|
-
"name": "
|
|
6547
|
-
"required":
|
|
6548
|
-
"hasDynamicHelp": false,
|
|
6549
|
-
"multiple": false,
|
|
6550
|
-
"type": "option"
|
|
6551
|
-
},
|
|
6552
|
-
"exclude-machine-tags": {
|
|
6553
|
-
"description": "Exclude machine tags from the results",
|
|
6554
|
-
"name": "exclude-machine-tags",
|
|
6555
|
-
"required": false,
|
|
6556
|
-
"allowNo": false,
|
|
6557
|
-
"type": "boolean"
|
|
6558
|
-
},
|
|
6559
|
-
"only-machine-tags": {
|
|
6560
|
-
"description": "Return only machine tags (overrides --exclude-machine-tags)",
|
|
6561
|
-
"name": "only-machine-tags",
|
|
6562
|
-
"required": false,
|
|
6563
|
-
"allowNo": false,
|
|
6564
|
-
"type": "boolean"
|
|
6565
|
-
},
|
|
6566
|
-
"only-published": {
|
|
6567
|
-
"description": "Return only tags from published videos",
|
|
6568
|
-
"name": "only-published",
|
|
6569
|
-
"required": false,
|
|
6570
|
-
"allowNo": false,
|
|
6571
|
-
"type": "boolean"
|
|
6572
|
-
},
|
|
6573
|
-
"orderby": {
|
|
6574
|
-
"description": "Order tags by this value",
|
|
6575
|
-
"name": "orderby",
|
|
6576
|
-
"required": false,
|
|
7008
|
+
"name": {
|
|
7009
|
+
"description": "Name for the new thumbnail template",
|
|
7010
|
+
"name": "name",
|
|
7011
|
+
"required": true,
|
|
6577
7012
|
"hasDynamicHelp": false,
|
|
6578
7013
|
"multiple": false,
|
|
6579
|
-
"options": [
|
|
6580
|
-
"tag",
|
|
6581
|
-
"count"
|
|
6582
|
-
],
|
|
6583
7014
|
"type": "option"
|
|
6584
7015
|
},
|
|
6585
|
-
"
|
|
6586
|
-
"description": "
|
|
6587
|
-
"name": "
|
|
6588
|
-
"required":
|
|
7016
|
+
"liquid-template": {
|
|
7017
|
+
"description": "Liquid template content for the thumbnail",
|
|
7018
|
+
"name": "liquid-template",
|
|
7019
|
+
"required": true,
|
|
6589
7020
|
"hasDynamicHelp": false,
|
|
6590
7021
|
"multiple": false,
|
|
6591
|
-
"options": [
|
|
6592
|
-
"asc",
|
|
6593
|
-
"desc"
|
|
6594
|
-
],
|
|
6595
7022
|
"type": "option"
|
|
6596
7023
|
}
|
|
6597
7024
|
},
|
|
6598
7025
|
"hasDynamicHelp": false,
|
|
6599
7026
|
"hiddenAliases": [],
|
|
6600
|
-
"id": "
|
|
7027
|
+
"id": "thumbnail:add",
|
|
6601
7028
|
"pluginAlias": "twentythree-cli",
|
|
6602
7029
|
"pluginName": "twentythree-cli",
|
|
6603
7030
|
"pluginType": "core",
|
|
6604
7031
|
"strict": true,
|
|
6605
|
-
"
|
|
6606
|
-
"api_endpoint": "GET /tag/list",
|
|
6607
|
-
"auth_scope": "anonymous",
|
|
6608
|
-
"output_shape": {
|
|
6609
|
-
"type": "table",
|
|
6610
|
-
"columns": [
|
|
6611
|
-
"Tag",
|
|
6612
|
-
"Count"
|
|
6613
|
-
]
|
|
6614
|
-
},
|
|
6615
|
-
"side_effects": "none"
|
|
6616
|
-
},
|
|
6617
|
-
"enableJsonFlag": true,
|
|
6618
|
-
"isESM": false,
|
|
6619
|
-
"relativePath": [
|
|
6620
|
-
"dist",
|
|
6621
|
-
"commands",
|
|
6622
|
-
"tag",
|
|
6623
|
-
"list.cjs"
|
|
6624
|
-
]
|
|
6625
|
-
},
|
|
6626
|
-
"tag:related": {
|
|
6627
|
-
"aliases": [],
|
|
6628
|
-
"args": {
|
|
6629
|
-
"tag": {
|
|
6630
|
-
"description": "Tag to find related tags for",
|
|
6631
|
-
"name": "tag",
|
|
6632
|
-
"required": true
|
|
6633
|
-
}
|
|
6634
|
-
},
|
|
6635
|
-
"description": "List tags related to a given tag",
|
|
6636
|
-
"examples": [
|
|
6637
|
-
"<%= config.bin %> tag related marketing",
|
|
6638
|
-
"<%= config.bin %> tag related marketing --json"
|
|
6639
|
-
],
|
|
6640
|
-
"flags": {
|
|
6641
|
-
"json": {
|
|
6642
|
-
"description": "Format output as json.",
|
|
6643
|
-
"helpGroup": "GLOBAL",
|
|
6644
|
-
"name": "json",
|
|
6645
|
-
"allowNo": false,
|
|
6646
|
-
"type": "boolean"
|
|
6647
|
-
},
|
|
6648
|
-
"workspace": {
|
|
6649
|
-
"char": "w",
|
|
6650
|
-
"helpGroup": "GLOBAL",
|
|
6651
|
-
"name": "workspace",
|
|
6652
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
6653
|
-
"hasDynamicHelp": false,
|
|
6654
|
-
"multiple": false,
|
|
6655
|
-
"type": "option"
|
|
6656
|
-
},
|
|
6657
|
-
"agent": {
|
|
6658
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
6659
|
-
"helpGroup": "GLOBAL",
|
|
6660
|
-
"hidden": true,
|
|
6661
|
-
"name": "agent",
|
|
6662
|
-
"allowNo": false,
|
|
6663
|
-
"type": "boolean"
|
|
6664
|
-
}
|
|
6665
|
-
},
|
|
6666
|
-
"hasDynamicHelp": false,
|
|
6667
|
-
"hiddenAliases": [],
|
|
6668
|
-
"id": "tag:related",
|
|
6669
|
-
"pluginAlias": "twentythree-cli",
|
|
6670
|
-
"pluginName": "twentythree-cli",
|
|
6671
|
-
"pluginType": "core",
|
|
6672
|
-
"strict": true,
|
|
6673
|
-
"agentMetadata": {
|
|
6674
|
-
"api_endpoint": "GET /tag/related",
|
|
6675
|
-
"auth_scope": "anonymous",
|
|
6676
|
-
"output_shape": {
|
|
6677
|
-
"type": "table",
|
|
6678
|
-
"columns": [
|
|
6679
|
-
"Tag"
|
|
6680
|
-
]
|
|
6681
|
-
},
|
|
6682
|
-
"side_effects": "none"
|
|
6683
|
-
},
|
|
6684
|
-
"enableJsonFlag": true,
|
|
6685
|
-
"isESM": false,
|
|
6686
|
-
"relativePath": [
|
|
6687
|
-
"dist",
|
|
6688
|
-
"commands",
|
|
6689
|
-
"tag",
|
|
6690
|
-
"related.cjs"
|
|
6691
|
-
]
|
|
6692
|
-
},
|
|
6693
|
-
"thumbnail:add": {
|
|
6694
|
-
"aliases": [],
|
|
6695
|
-
"args": {},
|
|
6696
|
-
"description": "Create a new thumbnail template",
|
|
6697
|
-
"examples": [
|
|
6698
|
-
"<%= config.bin %> thumbnail add --name \"My Template\" --liquid-template \"<div>{{ video.title }}</div>\"",
|
|
6699
|
-
"<%= config.bin %> thumbnail add --name \"My Template\" --liquid-template \"<div>{{ video.title }}</div>\" --json"
|
|
6700
|
-
],
|
|
6701
|
-
"flags": {
|
|
6702
|
-
"json": {
|
|
6703
|
-
"description": "Format output as json.",
|
|
6704
|
-
"helpGroup": "GLOBAL",
|
|
6705
|
-
"name": "json",
|
|
6706
|
-
"allowNo": false,
|
|
6707
|
-
"type": "boolean"
|
|
6708
|
-
},
|
|
6709
|
-
"workspace": {
|
|
6710
|
-
"char": "w",
|
|
6711
|
-
"helpGroup": "GLOBAL",
|
|
6712
|
-
"name": "workspace",
|
|
6713
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
6714
|
-
"hasDynamicHelp": false,
|
|
6715
|
-
"multiple": false,
|
|
6716
|
-
"type": "option"
|
|
6717
|
-
},
|
|
6718
|
-
"agent": {
|
|
6719
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
6720
|
-
"helpGroup": "GLOBAL",
|
|
6721
|
-
"hidden": true,
|
|
6722
|
-
"name": "agent",
|
|
6723
|
-
"allowNo": false,
|
|
6724
|
-
"type": "boolean"
|
|
6725
|
-
},
|
|
6726
|
-
"name": {
|
|
6727
|
-
"description": "Name for the new thumbnail template",
|
|
6728
|
-
"name": "name",
|
|
6729
|
-
"required": true,
|
|
6730
|
-
"hasDynamicHelp": false,
|
|
6731
|
-
"multiple": false,
|
|
6732
|
-
"type": "option"
|
|
6733
|
-
},
|
|
6734
|
-
"liquid-template": {
|
|
6735
|
-
"description": "Liquid template content for the thumbnail",
|
|
6736
|
-
"name": "liquid-template",
|
|
6737
|
-
"required": true,
|
|
6738
|
-
"hasDynamicHelp": false,
|
|
6739
|
-
"multiple": false,
|
|
6740
|
-
"type": "option"
|
|
6741
|
-
}
|
|
6742
|
-
},
|
|
6743
|
-
"hasDynamicHelp": false,
|
|
6744
|
-
"hiddenAliases": [],
|
|
6745
|
-
"id": "thumbnail:add",
|
|
6746
|
-
"pluginAlias": "twentythree-cli",
|
|
6747
|
-
"pluginName": "twentythree-cli",
|
|
6748
|
-
"pluginType": "core",
|
|
6749
|
-
"strict": true,
|
|
6750
|
-
"enableJsonFlag": true,
|
|
7032
|
+
"enableJsonFlag": true,
|
|
6751
7033
|
"agentMetadata": {
|
|
6752
7034
|
"api_endpoint": "POST /thumbnail/template/add",
|
|
6753
7035
|
"auth_scope": "write",
|
|
@@ -9293,6 +9575,14 @@
|
|
|
9293
9575
|
"allowNo": true,
|
|
9294
9576
|
"type": "boolean"
|
|
9295
9577
|
},
|
|
9578
|
+
"webinar-design-id": {
|
|
9579
|
+
"description": "Assign a webinar design by ID to this webinar",
|
|
9580
|
+
"name": "webinar-design-id",
|
|
9581
|
+
"required": false,
|
|
9582
|
+
"hasDynamicHelp": false,
|
|
9583
|
+
"multiple": false,
|
|
9584
|
+
"type": "option"
|
|
9585
|
+
},
|
|
9296
9586
|
"draft-p": {
|
|
9297
9587
|
"hidden": true,
|
|
9298
9588
|
"name": "draft-p",
|
|
@@ -9856,6 +10146,14 @@
|
|
|
9856
10146
|
"hasDynamicHelp": false,
|
|
9857
10147
|
"multiple": false,
|
|
9858
10148
|
"type": "option"
|
|
10149
|
+
},
|
|
10150
|
+
"webinar-design-id": {
|
|
10151
|
+
"description": "Assign a webinar design by ID to the new webinar",
|
|
10152
|
+
"name": "webinar-design-id",
|
|
10153
|
+
"required": false,
|
|
10154
|
+
"hasDynamicHelp": false,
|
|
10155
|
+
"multiple": false,
|
|
10156
|
+
"type": "option"
|
|
9859
10157
|
}
|
|
9860
10158
|
},
|
|
9861
10159
|
"hasDynamicHelp": false,
|
|
@@ -9981,6 +10279,14 @@
|
|
|
9981
10279
|
],
|
|
9982
10280
|
"type": "option"
|
|
9983
10281
|
},
|
|
10282
|
+
"webinar-design-id": {
|
|
10283
|
+
"description": "Assign a webinar design by ID to this webinar",
|
|
10284
|
+
"name": "webinar-design-id",
|
|
10285
|
+
"required": false,
|
|
10286
|
+
"hasDynamicHelp": false,
|
|
10287
|
+
"multiple": false,
|
|
10288
|
+
"type": "option"
|
|
10289
|
+
},
|
|
9984
10290
|
"draft-p": {
|
|
9985
10291
|
"hidden": true,
|
|
9986
10292
|
"name": "draft-p",
|
|
@@ -14305,6 +14611,79 @@
|
|
|
14305
14611
|
"upload.cjs"
|
|
14306
14612
|
]
|
|
14307
14613
|
},
|
|
14614
|
+
"video:section:check-generate-available": {
|
|
14615
|
+
"aliases": [],
|
|
14616
|
+
"args": {
|
|
14617
|
+
"id": {
|
|
14618
|
+
"description": "Video ID",
|
|
14619
|
+
"name": "id",
|
|
14620
|
+
"required": true
|
|
14621
|
+
}
|
|
14622
|
+
},
|
|
14623
|
+
"description": "Check whether AI chapter generation is available for a video",
|
|
14624
|
+
"examples": [
|
|
14625
|
+
"<%= config.bin %> video section check-generate-available 12345",
|
|
14626
|
+
"<%= config.bin %> video section check-generate-available 12345 --json"
|
|
14627
|
+
],
|
|
14628
|
+
"flags": {
|
|
14629
|
+
"json": {
|
|
14630
|
+
"description": "Format output as json.",
|
|
14631
|
+
"helpGroup": "GLOBAL",
|
|
14632
|
+
"name": "json",
|
|
14633
|
+
"allowNo": false,
|
|
14634
|
+
"type": "boolean"
|
|
14635
|
+
},
|
|
14636
|
+
"workspace": {
|
|
14637
|
+
"char": "w",
|
|
14638
|
+
"helpGroup": "GLOBAL",
|
|
14639
|
+
"name": "workspace",
|
|
14640
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
14641
|
+
"hasDynamicHelp": false,
|
|
14642
|
+
"multiple": false,
|
|
14643
|
+
"type": "option"
|
|
14644
|
+
},
|
|
14645
|
+
"agent": {
|
|
14646
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
14647
|
+
"helpGroup": "GLOBAL",
|
|
14648
|
+
"hidden": true,
|
|
14649
|
+
"name": "agent",
|
|
14650
|
+
"allowNo": false,
|
|
14651
|
+
"type": "boolean"
|
|
14652
|
+
},
|
|
14653
|
+
"fields": {
|
|
14654
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
14655
|
+
"name": "fields",
|
|
14656
|
+
"required": false,
|
|
14657
|
+
"hasDynamicHelp": false,
|
|
14658
|
+
"multiple": false,
|
|
14659
|
+
"type": "option"
|
|
14660
|
+
}
|
|
14661
|
+
},
|
|
14662
|
+
"hasDynamicHelp": false,
|
|
14663
|
+
"hiddenAliases": [],
|
|
14664
|
+
"id": "video:section:check-generate-available",
|
|
14665
|
+
"pluginAlias": "twentythree-cli",
|
|
14666
|
+
"pluginName": "twentythree-cli",
|
|
14667
|
+
"pluginType": "core",
|
|
14668
|
+
"strict": true,
|
|
14669
|
+
"enableJsonFlag": true,
|
|
14670
|
+
"agentMetadata": {
|
|
14671
|
+
"api_endpoint": "POST /photo/section/check-generate-available",
|
|
14672
|
+
"auth_scope": "write",
|
|
14673
|
+
"output_shape": {
|
|
14674
|
+
"type": "key-value"
|
|
14675
|
+
},
|
|
14676
|
+
"side_effects": "none"
|
|
14677
|
+
},
|
|
14678
|
+
"isESM": false,
|
|
14679
|
+
"relativePath": [
|
|
14680
|
+
"dist",
|
|
14681
|
+
"commands",
|
|
14682
|
+
"video",
|
|
14683
|
+
"section",
|
|
14684
|
+
"check-generate-available.cjs"
|
|
14685
|
+
]
|
|
14686
|
+
},
|
|
14308
14687
|
"video:section:create": {
|
|
14309
14688
|
"aliases": [],
|
|
14310
14689
|
"args": {
|
|
@@ -18625,7 +19004,7 @@
|
|
|
18625
19004
|
"upload-thumbnail.cjs"
|
|
18626
19005
|
]
|
|
18627
19006
|
},
|
|
18628
|
-
"webinar:
|
|
19007
|
+
"webinar:transcription:connect": {
|
|
18629
19008
|
"aliases": [],
|
|
18630
19009
|
"args": {
|
|
18631
19010
|
"id": {
|
|
@@ -18634,11 +19013,11 @@
|
|
|
18634
19013
|
"required": true
|
|
18635
19014
|
}
|
|
18636
19015
|
},
|
|
18637
|
-
"description": "
|
|
19016
|
+
"description": "Connect a transcription to a webinar",
|
|
18638
19017
|
"examples": [
|
|
18639
|
-
"<%= config.bin %> webinar
|
|
18640
|
-
"<%= config.bin %> webinar
|
|
18641
|
-
"<%= config.bin %> webinar
|
|
19018
|
+
"<%= config.bin %> webinar transcription connect 12345",
|
|
19019
|
+
"<%= config.bin %> webinar transcription connect 12345 --presenter-token abc123",
|
|
19020
|
+
"<%= config.bin %> webinar transcription connect 12345 --json"
|
|
18642
19021
|
],
|
|
18643
19022
|
"flags": {
|
|
18644
19023
|
"json": {
|
|
@@ -18665,9 +19044,9 @@
|
|
|
18665
19044
|
"allowNo": false,
|
|
18666
19045
|
"type": "boolean"
|
|
18667
19046
|
},
|
|
18668
|
-
"
|
|
18669
|
-
"description": "
|
|
18670
|
-
"name": "
|
|
19047
|
+
"presenter-token": {
|
|
19048
|
+
"description": "Presenter token",
|
|
19049
|
+
"name": "presenter-token",
|
|
18671
19050
|
"required": false,
|
|
18672
19051
|
"hasDynamicHelp": false,
|
|
18673
19052
|
"multiple": false,
|
|
@@ -18676,30 +19055,30 @@
|
|
|
18676
19055
|
},
|
|
18677
19056
|
"hasDynamicHelp": false,
|
|
18678
19057
|
"hiddenAliases": [],
|
|
18679
|
-
"id": "webinar:
|
|
19058
|
+
"id": "webinar:transcription:connect",
|
|
18680
19059
|
"pluginAlias": "twentythree-cli",
|
|
18681
19060
|
"pluginName": "twentythree-cli",
|
|
18682
19061
|
"pluginType": "core",
|
|
18683
19062
|
"strict": true,
|
|
18684
19063
|
"enableJsonFlag": true,
|
|
18685
19064
|
"agentMetadata": {
|
|
18686
|
-
"api_endpoint": "POST /live/
|
|
19065
|
+
"api_endpoint": "POST /live/transcription/connect",
|
|
18687
19066
|
"auth_scope": "write",
|
|
18688
19067
|
"output_shape": {
|
|
18689
19068
|
"type": "none"
|
|
18690
19069
|
},
|
|
18691
|
-
"side_effects": "
|
|
19070
|
+
"side_effects": "updates"
|
|
18692
19071
|
},
|
|
18693
19072
|
"isESM": false,
|
|
18694
19073
|
"relativePath": [
|
|
18695
19074
|
"dist",
|
|
18696
19075
|
"commands",
|
|
18697
19076
|
"webinar",
|
|
18698
|
-
"
|
|
18699
|
-
"
|
|
19077
|
+
"transcription",
|
|
19078
|
+
"connect.cjs"
|
|
18700
19079
|
]
|
|
18701
19080
|
},
|
|
18702
|
-
"webinar:
|
|
19081
|
+
"webinar:transcription:list": {
|
|
18703
19082
|
"aliases": [],
|
|
18704
19083
|
"args": {
|
|
18705
19084
|
"id": {
|
|
@@ -18708,11 +19087,11 @@
|
|
|
18708
19087
|
"required": true
|
|
18709
19088
|
}
|
|
18710
19089
|
},
|
|
18711
|
-
"description": "
|
|
19090
|
+
"description": "List transcriptions for a webinar",
|
|
18712
19091
|
"examples": [
|
|
18713
|
-
"<%= config.bin %> webinar
|
|
18714
|
-
"<%= config.bin %> webinar
|
|
18715
|
-
"<%= config.bin %> webinar
|
|
19092
|
+
"<%= config.bin %> webinar transcription list 12345",
|
|
19093
|
+
"<%= config.bin %> webinar transcription list 12345 --json",
|
|
19094
|
+
"<%= config.bin %> webinar transcription list 12345 --token mytoken"
|
|
18716
19095
|
],
|
|
18717
19096
|
"flags": {
|
|
18718
19097
|
"json": {
|
|
@@ -18739,9 +19118,9 @@
|
|
|
18739
19118
|
"allowNo": false,
|
|
18740
19119
|
"type": "boolean"
|
|
18741
19120
|
},
|
|
18742
|
-
"
|
|
18743
|
-
"description": "
|
|
18744
|
-
"name": "
|
|
19121
|
+
"token": {
|
|
19122
|
+
"description": "Webinar token (auto-looked up if not provided)",
|
|
19123
|
+
"name": "token",
|
|
18745
19124
|
"required": false,
|
|
18746
19125
|
"hasDynamicHelp": false,
|
|
18747
19126
|
"multiple": false,
|
|
@@ -18750,30 +19129,35 @@
|
|
|
18750
19129
|
},
|
|
18751
19130
|
"hasDynamicHelp": false,
|
|
18752
19131
|
"hiddenAliases": [],
|
|
18753
|
-
"id": "webinar:
|
|
19132
|
+
"id": "webinar:transcription:list",
|
|
18754
19133
|
"pluginAlias": "twentythree-cli",
|
|
18755
19134
|
"pluginName": "twentythree-cli",
|
|
18756
19135
|
"pluginType": "core",
|
|
18757
19136
|
"strict": true,
|
|
18758
19137
|
"enableJsonFlag": true,
|
|
18759
19138
|
"agentMetadata": {
|
|
18760
|
-
"api_endpoint": "
|
|
18761
|
-
"auth_scope": "
|
|
19139
|
+
"api_endpoint": "GET /live/transcription/list",
|
|
19140
|
+
"auth_scope": "read",
|
|
18762
19141
|
"output_shape": {
|
|
18763
|
-
"type": "
|
|
19142
|
+
"type": "table",
|
|
19143
|
+
"columns": [
|
|
19144
|
+
"ID",
|
|
19145
|
+
"Language",
|
|
19146
|
+
"Status"
|
|
19147
|
+
]
|
|
18764
19148
|
},
|
|
18765
|
-
"side_effects": "
|
|
19149
|
+
"side_effects": "none"
|
|
18766
19150
|
},
|
|
18767
19151
|
"isESM": false,
|
|
18768
19152
|
"relativePath": [
|
|
18769
19153
|
"dist",
|
|
18770
19154
|
"commands",
|
|
18771
19155
|
"webinar",
|
|
18772
|
-
"
|
|
18773
|
-
"
|
|
19156
|
+
"transcription",
|
|
19157
|
+
"list.cjs"
|
|
18774
19158
|
]
|
|
18775
19159
|
},
|
|
18776
|
-
"webinar:
|
|
19160
|
+
"webinar:transcription:locales": {
|
|
18777
19161
|
"aliases": [],
|
|
18778
19162
|
"args": {
|
|
18779
19163
|
"id": {
|
|
@@ -18782,11 +19166,11 @@
|
|
|
18782
19166
|
"required": true
|
|
18783
19167
|
}
|
|
18784
19168
|
},
|
|
18785
|
-
"description": "
|
|
19169
|
+
"description": "List available transcription locales for a webinar",
|
|
18786
19170
|
"examples": [
|
|
18787
|
-
"<%= config.bin %> webinar
|
|
18788
|
-
"<%= config.bin %> webinar
|
|
18789
|
-
"<%= config.bin %> webinar
|
|
19171
|
+
"<%= config.bin %> webinar transcription locales 12345",
|
|
19172
|
+
"<%= config.bin %> webinar transcription locales 12345 --json",
|
|
19173
|
+
"<%= config.bin %> webinar transcription locales 12345 --token mytoken"
|
|
18790
19174
|
],
|
|
18791
19175
|
"flags": {
|
|
18792
19176
|
"json": {
|
|
@@ -18813,33 +19197,9 @@
|
|
|
18813
19197
|
"allowNo": false,
|
|
18814
19198
|
"type": "boolean"
|
|
18815
19199
|
},
|
|
18816
|
-
"
|
|
18817
|
-
"description": "
|
|
18818
|
-
"name": "
|
|
18819
|
-
"required": false,
|
|
18820
|
-
"hasDynamicHelp": false,
|
|
18821
|
-
"multiple": false,
|
|
18822
|
-
"type": "option"
|
|
18823
|
-
},
|
|
18824
|
-
"email": {
|
|
18825
|
-
"description": "Speaker email",
|
|
18826
|
-
"name": "email",
|
|
18827
|
-
"required": false,
|
|
18828
|
-
"hasDynamicHelp": false,
|
|
18829
|
-
"multiple": false,
|
|
18830
|
-
"type": "option"
|
|
18831
|
-
},
|
|
18832
|
-
"title": {
|
|
18833
|
-
"description": "Speaker title or job title",
|
|
18834
|
-
"name": "title",
|
|
18835
|
-
"required": false,
|
|
18836
|
-
"hasDynamicHelp": false,
|
|
18837
|
-
"multiple": false,
|
|
18838
|
-
"type": "option"
|
|
18839
|
-
},
|
|
18840
|
-
"description": {
|
|
18841
|
-
"description": "Speaker bio or description",
|
|
18842
|
-
"name": "description",
|
|
19200
|
+
"token": {
|
|
19201
|
+
"description": "Webinar token (auto-looked up if not provided)",
|
|
19202
|
+
"name": "token",
|
|
18843
19203
|
"required": false,
|
|
18844
19204
|
"hasDynamicHelp": false,
|
|
18845
19205
|
"multiple": false,
|
|
@@ -18848,47 +19208,40 @@
|
|
|
18848
19208
|
},
|
|
18849
19209
|
"hasDynamicHelp": false,
|
|
18850
19210
|
"hiddenAliases": [],
|
|
18851
|
-
"id": "webinar:
|
|
19211
|
+
"id": "webinar:transcription:locales",
|
|
18852
19212
|
"pluginAlias": "twentythree-cli",
|
|
18853
19213
|
"pluginName": "twentythree-cli",
|
|
18854
19214
|
"pluginType": "core",
|
|
18855
19215
|
"strict": true,
|
|
18856
19216
|
"enableJsonFlag": true,
|
|
18857
19217
|
"agentMetadata": {
|
|
18858
|
-
"api_endpoint": "
|
|
18859
|
-
"auth_scope": "
|
|
19218
|
+
"api_endpoint": "GET /live/transcription/locales",
|
|
19219
|
+
"auth_scope": "read",
|
|
18860
19220
|
"output_shape": {
|
|
18861
|
-
"type": "
|
|
19221
|
+
"type": "table",
|
|
19222
|
+
"columns": [
|
|
19223
|
+
"Locale",
|
|
19224
|
+
"Name"
|
|
19225
|
+
]
|
|
18862
19226
|
},
|
|
18863
|
-
"side_effects": "
|
|
19227
|
+
"side_effects": "none"
|
|
18864
19228
|
},
|
|
18865
19229
|
"isESM": false,
|
|
18866
19230
|
"relativePath": [
|
|
18867
19231
|
"dist",
|
|
18868
19232
|
"commands",
|
|
18869
19233
|
"webinar",
|
|
18870
|
-
"
|
|
18871
|
-
"
|
|
19234
|
+
"transcription",
|
|
19235
|
+
"locales.cjs"
|
|
18872
19236
|
]
|
|
18873
19237
|
},
|
|
18874
|
-
"webinar:
|
|
19238
|
+
"webinar:transcription:transcriptionlist": {
|
|
18875
19239
|
"aliases": [],
|
|
18876
|
-
"args": {
|
|
18877
|
-
|
|
18878
|
-
"description": "Webinar ID",
|
|
18879
|
-
"name": "webinarId",
|
|
18880
|
-
"required": true
|
|
18881
|
-
},
|
|
18882
|
-
"id": {
|
|
18883
|
-
"description": "Speaker ID",
|
|
18884
|
-
"name": "id",
|
|
18885
|
-
"required": true
|
|
18886
|
-
}
|
|
18887
|
-
},
|
|
18888
|
-
"description": "Cancel a guest request for a speaker",
|
|
19240
|
+
"args": {},
|
|
19241
|
+
"description": "List all transcriptions in the workspace",
|
|
18889
19242
|
"examples": [
|
|
18890
|
-
"<%= config.bin %> webinar
|
|
18891
|
-
"<%= config.bin %> webinar
|
|
19243
|
+
"<%= config.bin %> webinar transcription transcriptionlist",
|
|
19244
|
+
"<%= config.bin %> webinar transcription transcriptionlist --json"
|
|
18892
19245
|
],
|
|
18893
19246
|
"flags": {
|
|
18894
19247
|
"json": {
|
|
@@ -18918,30 +19271,36 @@
|
|
|
18918
19271
|
},
|
|
18919
19272
|
"hasDynamicHelp": false,
|
|
18920
19273
|
"hiddenAliases": [],
|
|
18921
|
-
"id": "webinar:
|
|
19274
|
+
"id": "webinar:transcription:transcriptionlist",
|
|
18922
19275
|
"pluginAlias": "twentythree-cli",
|
|
18923
19276
|
"pluginName": "twentythree-cli",
|
|
18924
19277
|
"pluginType": "core",
|
|
18925
19278
|
"strict": true,
|
|
18926
19279
|
"enableJsonFlag": true,
|
|
18927
19280
|
"agentMetadata": {
|
|
18928
|
-
"api_endpoint": "
|
|
18929
|
-
"auth_scope": "
|
|
19281
|
+
"api_endpoint": "GET /live/transcriptionlist",
|
|
19282
|
+
"auth_scope": "read",
|
|
18930
19283
|
"output_shape": {
|
|
18931
|
-
"type": "
|
|
19284
|
+
"type": "table",
|
|
19285
|
+
"columns": [
|
|
19286
|
+
"ID",
|
|
19287
|
+
"Webinar ID",
|
|
19288
|
+
"Language",
|
|
19289
|
+
"Status"
|
|
19290
|
+
]
|
|
18932
19291
|
},
|
|
18933
|
-
"side_effects": "
|
|
19292
|
+
"side_effects": "none"
|
|
18934
19293
|
},
|
|
18935
19294
|
"isESM": false,
|
|
18936
19295
|
"relativePath": [
|
|
18937
19296
|
"dist",
|
|
18938
19297
|
"commands",
|
|
18939
19298
|
"webinar",
|
|
18940
|
-
"
|
|
18941
|
-
"
|
|
19299
|
+
"transcription",
|
|
19300
|
+
"transcriptionlist.cjs"
|
|
18942
19301
|
]
|
|
18943
19302
|
},
|
|
18944
|
-
"webinar:speaker:
|
|
19303
|
+
"webinar:speaker:add-from-speaker": {
|
|
18945
19304
|
"aliases": [],
|
|
18946
19305
|
"args": {
|
|
18947
19306
|
"id": {
|
|
@@ -18950,10 +19309,11 @@
|
|
|
18950
19309
|
"required": true
|
|
18951
19310
|
}
|
|
18952
19311
|
},
|
|
18953
|
-
"description": "
|
|
19312
|
+
"description": "Add a speaker from the workspace speaker library",
|
|
18954
19313
|
"examples": [
|
|
18955
|
-
"<%= config.bin %> webinar speaker
|
|
18956
|
-
"<%= config.bin %> webinar speaker
|
|
19314
|
+
"<%= config.bin %> webinar speaker add-from-speaker 12345 --speaker-id 99",
|
|
19315
|
+
"<%= config.bin %> webinar speaker add-from-speaker 12345",
|
|
19316
|
+
"<%= config.bin %> webinar speaker add-from-speaker 12345 --speaker-id 99 --json"
|
|
18957
19317
|
],
|
|
18958
19318
|
"flags": {
|
|
18959
19319
|
"json": {
|
|
@@ -18979,28 +19339,31 @@
|
|
|
18979
19339
|
"name": "agent",
|
|
18980
19340
|
"allowNo": false,
|
|
18981
19341
|
"type": "boolean"
|
|
19342
|
+
},
|
|
19343
|
+
"speaker-id": {
|
|
19344
|
+
"description": "Library speaker ID to add",
|
|
19345
|
+
"name": "speaker-id",
|
|
19346
|
+
"required": false,
|
|
19347
|
+
"hasDynamicHelp": false,
|
|
19348
|
+
"multiple": false,
|
|
19349
|
+
"type": "option"
|
|
18982
19350
|
}
|
|
18983
19351
|
},
|
|
18984
19352
|
"hasDynamicHelp": false,
|
|
18985
19353
|
"hiddenAliases": [],
|
|
18986
|
-
"id": "webinar:speaker:
|
|
19354
|
+
"id": "webinar:speaker:add-from-speaker",
|
|
18987
19355
|
"pluginAlias": "twentythree-cli",
|
|
18988
19356
|
"pluginName": "twentythree-cli",
|
|
18989
19357
|
"pluginType": "core",
|
|
18990
19358
|
"strict": true,
|
|
18991
19359
|
"enableJsonFlag": true,
|
|
18992
19360
|
"agentMetadata": {
|
|
18993
|
-
"api_endpoint": "
|
|
18994
|
-
"auth_scope": "
|
|
19361
|
+
"api_endpoint": "POST /live/speaker/add-from-speaker",
|
|
19362
|
+
"auth_scope": "write",
|
|
18995
19363
|
"output_shape": {
|
|
18996
|
-
"type": "
|
|
18997
|
-
"columns": [
|
|
18998
|
-
"Type",
|
|
18999
|
-
"Label",
|
|
19000
|
-
"Description"
|
|
19001
|
-
]
|
|
19364
|
+
"type": "none"
|
|
19002
19365
|
},
|
|
19003
|
-
"side_effects": "
|
|
19366
|
+
"side_effects": "creates"
|
|
19004
19367
|
},
|
|
19005
19368
|
"isESM": false,
|
|
19006
19369
|
"relativePath": [
|
|
@@ -19008,16 +19371,23 @@
|
|
|
19008
19371
|
"commands",
|
|
19009
19372
|
"webinar",
|
|
19010
19373
|
"speaker",
|
|
19011
|
-
"
|
|
19374
|
+
"add-from-speaker.cjs"
|
|
19012
19375
|
]
|
|
19013
19376
|
},
|
|
19014
|
-
"webinar:speaker:
|
|
19377
|
+
"webinar:speaker:add-from-user": {
|
|
19015
19378
|
"aliases": [],
|
|
19016
|
-
"args": {
|
|
19017
|
-
|
|
19379
|
+
"args": {
|
|
19380
|
+
"id": {
|
|
19381
|
+
"description": "Webinar ID",
|
|
19382
|
+
"name": "id",
|
|
19383
|
+
"required": true
|
|
19384
|
+
}
|
|
19385
|
+
},
|
|
19386
|
+
"description": "Add a workspace user as a speaker on a webinar",
|
|
19018
19387
|
"examples": [
|
|
19019
|
-
"<%= config.bin %> webinar speaker
|
|
19020
|
-
"<%= config.bin %> webinar speaker
|
|
19388
|
+
"<%= config.bin %> webinar speaker add-from-user 12345 --user-id 42",
|
|
19389
|
+
"<%= config.bin %> webinar speaker add-from-user 12345",
|
|
19390
|
+
"<%= config.bin %> webinar speaker add-from-user 12345 --user-id 42 --json"
|
|
19021
19391
|
],
|
|
19022
19392
|
"flags": {
|
|
19023
19393
|
"json": {
|
|
@@ -19043,28 +19413,31 @@
|
|
|
19043
19413
|
"name": "agent",
|
|
19044
19414
|
"allowNo": false,
|
|
19045
19415
|
"type": "boolean"
|
|
19416
|
+
},
|
|
19417
|
+
"user-id": {
|
|
19418
|
+
"description": "User ID to add as speaker",
|
|
19419
|
+
"name": "user-id",
|
|
19420
|
+
"required": false,
|
|
19421
|
+
"hasDynamicHelp": false,
|
|
19422
|
+
"multiple": false,
|
|
19423
|
+
"type": "option"
|
|
19046
19424
|
}
|
|
19047
19425
|
},
|
|
19048
19426
|
"hasDynamicHelp": false,
|
|
19049
19427
|
"hiddenAliases": [],
|
|
19050
|
-
"id": "webinar:speaker:
|
|
19428
|
+
"id": "webinar:speaker:add-from-user",
|
|
19051
19429
|
"pluginAlias": "twentythree-cli",
|
|
19052
19430
|
"pluginName": "twentythree-cli",
|
|
19053
19431
|
"pluginType": "core",
|
|
19054
19432
|
"strict": true,
|
|
19055
19433
|
"enableJsonFlag": true,
|
|
19056
19434
|
"agentMetadata": {
|
|
19057
|
-
"api_endpoint": "
|
|
19058
|
-
"auth_scope": "
|
|
19435
|
+
"api_endpoint": "POST /live/speaker/add-from-user",
|
|
19436
|
+
"auth_scope": "write",
|
|
19059
19437
|
"output_shape": {
|
|
19060
|
-
"type": "
|
|
19061
|
-
"columns": [
|
|
19062
|
-
"ID",
|
|
19063
|
-
"Name",
|
|
19064
|
-
"Email"
|
|
19065
|
-
]
|
|
19438
|
+
"type": "none"
|
|
19066
19439
|
},
|
|
19067
|
-
"side_effects": "
|
|
19440
|
+
"side_effects": "creates"
|
|
19068
19441
|
},
|
|
19069
19442
|
"isESM": false,
|
|
19070
19443
|
"relativePath": [
|
|
@@ -19072,10 +19445,10 @@
|
|
|
19072
19445
|
"commands",
|
|
19073
19446
|
"webinar",
|
|
19074
19447
|
"speaker",
|
|
19075
|
-
"
|
|
19448
|
+
"add-from-user.cjs"
|
|
19076
19449
|
]
|
|
19077
19450
|
},
|
|
19078
|
-
"webinar:speaker:
|
|
19451
|
+
"webinar:speaker:add": {
|
|
19079
19452
|
"aliases": [],
|
|
19080
19453
|
"args": {
|
|
19081
19454
|
"id": {
|
|
@@ -19084,10 +19457,11 @@
|
|
|
19084
19457
|
"required": true
|
|
19085
19458
|
}
|
|
19086
19459
|
},
|
|
19087
|
-
"description": "
|
|
19460
|
+
"description": "Add a speaker to a webinar",
|
|
19088
19461
|
"examples": [
|
|
19089
|
-
"<%= config.bin %> webinar speaker
|
|
19090
|
-
"<%= config.bin %> webinar speaker
|
|
19462
|
+
"<%= config.bin %> webinar speaker add 12345 --name \"Jane Doe\" --email jane@example.com",
|
|
19463
|
+
"<%= config.bin %> webinar speaker add 12345",
|
|
19464
|
+
"<%= config.bin %> webinar speaker add 12345 --name \"Jane Doe\" --email jane@example.com --json"
|
|
19091
19465
|
],
|
|
19092
19466
|
"flags": {
|
|
19093
19467
|
"json": {
|
|
@@ -19114,9 +19488,33 @@
|
|
|
19114
19488
|
"allowNo": false,
|
|
19115
19489
|
"type": "boolean"
|
|
19116
19490
|
},
|
|
19117
|
-
"
|
|
19118
|
-
"description": "
|
|
19119
|
-
"name": "
|
|
19491
|
+
"name": {
|
|
19492
|
+
"description": "Speaker name",
|
|
19493
|
+
"name": "name",
|
|
19494
|
+
"required": false,
|
|
19495
|
+
"hasDynamicHelp": false,
|
|
19496
|
+
"multiple": false,
|
|
19497
|
+
"type": "option"
|
|
19498
|
+
},
|
|
19499
|
+
"email": {
|
|
19500
|
+
"description": "Speaker email",
|
|
19501
|
+
"name": "email",
|
|
19502
|
+
"required": false,
|
|
19503
|
+
"hasDynamicHelp": false,
|
|
19504
|
+
"multiple": false,
|
|
19505
|
+
"type": "option"
|
|
19506
|
+
},
|
|
19507
|
+
"title": {
|
|
19508
|
+
"description": "Speaker title or job title",
|
|
19509
|
+
"name": "title",
|
|
19510
|
+
"required": false,
|
|
19511
|
+
"hasDynamicHelp": false,
|
|
19512
|
+
"multiple": false,
|
|
19513
|
+
"type": "option"
|
|
19514
|
+
},
|
|
19515
|
+
"description": {
|
|
19516
|
+
"description": "Speaker bio or description",
|
|
19517
|
+
"name": "description",
|
|
19120
19518
|
"required": false,
|
|
19121
19519
|
"hasDynamicHelp": false,
|
|
19122
19520
|
"multiple": false,
|
|
@@ -19125,26 +19523,19 @@
|
|
|
19125
19523
|
},
|
|
19126
19524
|
"hasDynamicHelp": false,
|
|
19127
19525
|
"hiddenAliases": [],
|
|
19128
|
-
"id": "webinar:speaker:
|
|
19526
|
+
"id": "webinar:speaker:add",
|
|
19129
19527
|
"pluginAlias": "twentythree-cli",
|
|
19130
19528
|
"pluginName": "twentythree-cli",
|
|
19131
19529
|
"pluginType": "core",
|
|
19132
19530
|
"strict": true,
|
|
19133
19531
|
"enableJsonFlag": true,
|
|
19134
19532
|
"agentMetadata": {
|
|
19135
|
-
"api_endpoint": "
|
|
19136
|
-
"auth_scope": "
|
|
19533
|
+
"api_endpoint": "POST /live/speaker/add",
|
|
19534
|
+
"auth_scope": "write",
|
|
19137
19535
|
"output_shape": {
|
|
19138
|
-
"type": "
|
|
19139
|
-
"columns": [
|
|
19140
|
-
"ID",
|
|
19141
|
-
"Name",
|
|
19142
|
-
"Email",
|
|
19143
|
-
"Role",
|
|
19144
|
-
"Order"
|
|
19145
|
-
]
|
|
19536
|
+
"type": "key-value"
|
|
19146
19537
|
},
|
|
19147
|
-
"side_effects": "
|
|
19538
|
+
"side_effects": "creates"
|
|
19148
19539
|
},
|
|
19149
19540
|
"isESM": false,
|
|
19150
19541
|
"relativePath": [
|
|
@@ -19152,10 +19543,10 @@
|
|
|
19152
19543
|
"commands",
|
|
19153
19544
|
"webinar",
|
|
19154
19545
|
"speaker",
|
|
19155
|
-
"
|
|
19546
|
+
"add.cjs"
|
|
19156
19547
|
]
|
|
19157
19548
|
},
|
|
19158
|
-
"webinar:speaker:
|
|
19549
|
+
"webinar:speaker:cancel-guest-request": {
|
|
19159
19550
|
"aliases": [],
|
|
19160
19551
|
"args": {
|
|
19161
19552
|
"webinarId": {
|
|
@@ -19169,10 +19560,10 @@
|
|
|
19169
19560
|
"required": true
|
|
19170
19561
|
}
|
|
19171
19562
|
},
|
|
19172
|
-
"description": "
|
|
19563
|
+
"description": "Cancel a guest request for a speaker",
|
|
19173
19564
|
"examples": [
|
|
19174
|
-
"<%= config.bin %> webinar speaker
|
|
19175
|
-
"<%= config.bin %> webinar speaker
|
|
19565
|
+
"<%= config.bin %> webinar speaker cancel-guest-request 12345 9900",
|
|
19566
|
+
"<%= config.bin %> webinar speaker cancel-guest-request 12345 9900 --json"
|
|
19176
19567
|
],
|
|
19177
19568
|
"flags": {
|
|
19178
19569
|
"json": {
|
|
@@ -19202,14 +19593,14 @@
|
|
|
19202
19593
|
},
|
|
19203
19594
|
"hasDynamicHelp": false,
|
|
19204
19595
|
"hiddenAliases": [],
|
|
19205
|
-
"id": "webinar:speaker:
|
|
19596
|
+
"id": "webinar:speaker:cancel-guest-request",
|
|
19206
19597
|
"pluginAlias": "twentythree-cli",
|
|
19207
19598
|
"pluginName": "twentythree-cli",
|
|
19208
19599
|
"pluginType": "core",
|
|
19209
19600
|
"strict": true,
|
|
19210
19601
|
"enableJsonFlag": true,
|
|
19211
19602
|
"agentMetadata": {
|
|
19212
|
-
"api_endpoint": "POST /live/speaker/
|
|
19603
|
+
"api_endpoint": "POST /live/speaker/cancel-guest-request",
|
|
19213
19604
|
"auth_scope": "write",
|
|
19214
19605
|
"output_shape": {
|
|
19215
19606
|
"type": "none"
|
|
@@ -19222,27 +19613,22 @@
|
|
|
19222
19613
|
"commands",
|
|
19223
19614
|
"webinar",
|
|
19224
19615
|
"speaker",
|
|
19225
|
-
"
|
|
19616
|
+
"cancel-guest-request.cjs"
|
|
19226
19617
|
]
|
|
19227
19618
|
},
|
|
19228
|
-
"webinar:speaker:
|
|
19619
|
+
"webinar:speaker:connection-types": {
|
|
19229
19620
|
"aliases": [],
|
|
19230
19621
|
"args": {
|
|
19231
|
-
"webinarId": {
|
|
19232
|
-
"description": "Webinar ID",
|
|
19233
|
-
"name": "webinarId",
|
|
19234
|
-
"required": true
|
|
19235
|
-
},
|
|
19236
19622
|
"id": {
|
|
19237
|
-
"description": "
|
|
19623
|
+
"description": "Webinar ID",
|
|
19238
19624
|
"name": "id",
|
|
19239
19625
|
"required": true
|
|
19240
19626
|
}
|
|
19241
19627
|
},
|
|
19242
|
-
"description": "
|
|
19628
|
+
"description": "List available speaker connection types",
|
|
19243
19629
|
"examples": [
|
|
19244
|
-
"<%= config.bin %> webinar speaker
|
|
19245
|
-
"<%= config.bin %> webinar speaker
|
|
19630
|
+
"<%= config.bin %> webinar speaker connection-types 12345",
|
|
19631
|
+
"<%= config.bin %> webinar speaker connection-types 12345 --json"
|
|
19246
19632
|
],
|
|
19247
19633
|
"flags": {
|
|
19248
19634
|
"json": {
|
|
@@ -19272,19 +19658,24 @@
|
|
|
19272
19658
|
},
|
|
19273
19659
|
"hasDynamicHelp": false,
|
|
19274
19660
|
"hiddenAliases": [],
|
|
19275
|
-
"id": "webinar:speaker:
|
|
19661
|
+
"id": "webinar:speaker:connection-types",
|
|
19276
19662
|
"pluginAlias": "twentythree-cli",
|
|
19277
19663
|
"pluginName": "twentythree-cli",
|
|
19278
19664
|
"pluginType": "core",
|
|
19279
19665
|
"strict": true,
|
|
19280
19666
|
"enableJsonFlag": true,
|
|
19281
19667
|
"agentMetadata": {
|
|
19282
|
-
"api_endpoint": "
|
|
19283
|
-
"auth_scope": "
|
|
19668
|
+
"api_endpoint": "GET /live/speaker/connection-types",
|
|
19669
|
+
"auth_scope": "read",
|
|
19284
19670
|
"output_shape": {
|
|
19285
|
-
"type": "
|
|
19671
|
+
"type": "table",
|
|
19672
|
+
"columns": [
|
|
19673
|
+
"Type",
|
|
19674
|
+
"Label",
|
|
19675
|
+
"Description"
|
|
19676
|
+
]
|
|
19286
19677
|
},
|
|
19287
|
-
"side_effects": "
|
|
19678
|
+
"side_effects": "none"
|
|
19288
19679
|
},
|
|
19289
19680
|
"isESM": false,
|
|
19290
19681
|
"relativePath": [
|
|
@@ -19292,27 +19683,16 @@
|
|
|
19292
19683
|
"commands",
|
|
19293
19684
|
"webinar",
|
|
19294
19685
|
"speaker",
|
|
19295
|
-
"
|
|
19686
|
+
"connection-types.cjs"
|
|
19296
19687
|
]
|
|
19297
19688
|
},
|
|
19298
|
-
"webinar:speaker:
|
|
19689
|
+
"webinar:speaker:library": {
|
|
19299
19690
|
"aliases": [],
|
|
19300
|
-
"args": {
|
|
19301
|
-
|
|
19302
|
-
"description": "Webinar ID",
|
|
19303
|
-
"name": "webinarId",
|
|
19304
|
-
"required": true
|
|
19305
|
-
},
|
|
19306
|
-
"id": {
|
|
19307
|
-
"description": "Speaker ID",
|
|
19308
|
-
"name": "id",
|
|
19309
|
-
"required": true
|
|
19310
|
-
}
|
|
19311
|
-
},
|
|
19312
|
-
"description": "Request a speaker as a guest",
|
|
19691
|
+
"args": {},
|
|
19692
|
+
"description": "List speakers in the workspace library",
|
|
19313
19693
|
"examples": [
|
|
19314
|
-
"<%= config.bin %> webinar speaker
|
|
19315
|
-
"<%= config.bin %> webinar speaker
|
|
19694
|
+
"<%= config.bin %> webinar speaker library",
|
|
19695
|
+
"<%= config.bin %> webinar speaker library --json"
|
|
19316
19696
|
],
|
|
19317
19697
|
"flags": {
|
|
19318
19698
|
"json": {
|
|
@@ -19342,19 +19722,24 @@
|
|
|
19342
19722
|
},
|
|
19343
19723
|
"hasDynamicHelp": false,
|
|
19344
19724
|
"hiddenAliases": [],
|
|
19345
|
-
"id": "webinar:speaker:
|
|
19725
|
+
"id": "webinar:speaker:library",
|
|
19346
19726
|
"pluginAlias": "twentythree-cli",
|
|
19347
19727
|
"pluginName": "twentythree-cli",
|
|
19348
19728
|
"pluginType": "core",
|
|
19349
19729
|
"strict": true,
|
|
19350
19730
|
"enableJsonFlag": true,
|
|
19351
19731
|
"agentMetadata": {
|
|
19352
|
-
"api_endpoint": "
|
|
19353
|
-
"auth_scope": "
|
|
19732
|
+
"api_endpoint": "GET /live/speaker/library/list",
|
|
19733
|
+
"auth_scope": "read",
|
|
19354
19734
|
"output_shape": {
|
|
19355
|
-
"type": "
|
|
19735
|
+
"type": "table",
|
|
19736
|
+
"columns": [
|
|
19737
|
+
"ID",
|
|
19738
|
+
"Name",
|
|
19739
|
+
"Email"
|
|
19740
|
+
]
|
|
19356
19741
|
},
|
|
19357
|
-
"side_effects": "
|
|
19742
|
+
"side_effects": "none"
|
|
19358
19743
|
},
|
|
19359
19744
|
"isESM": false,
|
|
19360
19745
|
"relativePath": [
|
|
@@ -19362,27 +19747,22 @@
|
|
|
19362
19747
|
"commands",
|
|
19363
19748
|
"webinar",
|
|
19364
19749
|
"speaker",
|
|
19365
|
-
"
|
|
19750
|
+
"library.cjs"
|
|
19366
19751
|
]
|
|
19367
19752
|
},
|
|
19368
|
-
"webinar:speaker:
|
|
19753
|
+
"webinar:speaker:list": {
|
|
19369
19754
|
"aliases": [],
|
|
19370
19755
|
"args": {
|
|
19371
|
-
"webinarId": {
|
|
19372
|
-
"description": "Webinar ID",
|
|
19373
|
-
"name": "webinarId",
|
|
19374
|
-
"required": true
|
|
19375
|
-
},
|
|
19376
19756
|
"id": {
|
|
19377
|
-
"description": "
|
|
19757
|
+
"description": "Webinar ID",
|
|
19378
19758
|
"name": "id",
|
|
19379
19759
|
"required": true
|
|
19380
19760
|
}
|
|
19381
19761
|
},
|
|
19382
|
-
"description": "
|
|
19762
|
+
"description": "List speakers for a webinar",
|
|
19383
19763
|
"examples": [
|
|
19384
|
-
"<%= config.bin %> webinar speaker
|
|
19385
|
-
"<%= config.bin %> webinar speaker
|
|
19764
|
+
"<%= config.bin %> webinar speaker list 12345",
|
|
19765
|
+
"<%= config.bin %> webinar speaker list 12345 --json"
|
|
19386
19766
|
],
|
|
19387
19767
|
"flags": {
|
|
19388
19768
|
"json": {
|
|
@@ -19408,23 +19788,38 @@
|
|
|
19408
19788
|
"name": "agent",
|
|
19409
19789
|
"allowNo": false,
|
|
19410
19790
|
"type": "boolean"
|
|
19791
|
+
},
|
|
19792
|
+
"token": {
|
|
19793
|
+
"description": "Webinar token (auto-looked up if omitted)",
|
|
19794
|
+
"name": "token",
|
|
19795
|
+
"required": false,
|
|
19796
|
+
"hasDynamicHelp": false,
|
|
19797
|
+
"multiple": false,
|
|
19798
|
+
"type": "option"
|
|
19411
19799
|
}
|
|
19412
19800
|
},
|
|
19413
19801
|
"hasDynamicHelp": false,
|
|
19414
19802
|
"hiddenAliases": [],
|
|
19415
|
-
"id": "webinar:speaker:
|
|
19803
|
+
"id": "webinar:speaker:list",
|
|
19416
19804
|
"pluginAlias": "twentythree-cli",
|
|
19417
19805
|
"pluginName": "twentythree-cli",
|
|
19418
19806
|
"pluginType": "core",
|
|
19419
19807
|
"strict": true,
|
|
19420
19808
|
"enableJsonFlag": true,
|
|
19421
19809
|
"agentMetadata": {
|
|
19422
|
-
"api_endpoint": "
|
|
19423
|
-
"auth_scope": "
|
|
19810
|
+
"api_endpoint": "GET /live/speaker/list",
|
|
19811
|
+
"auth_scope": "read",
|
|
19424
19812
|
"output_shape": {
|
|
19425
|
-
"type": "
|
|
19813
|
+
"type": "table",
|
|
19814
|
+
"columns": [
|
|
19815
|
+
"ID",
|
|
19816
|
+
"Name",
|
|
19817
|
+
"Email",
|
|
19818
|
+
"Role",
|
|
19819
|
+
"Order"
|
|
19820
|
+
]
|
|
19426
19821
|
},
|
|
19427
|
-
"side_effects": "
|
|
19822
|
+
"side_effects": "none"
|
|
19428
19823
|
},
|
|
19429
19824
|
"isESM": false,
|
|
19430
19825
|
"relativePath": [
|
|
@@ -19432,10 +19827,10 @@
|
|
|
19432
19827
|
"commands",
|
|
19433
19828
|
"webinar",
|
|
19434
19829
|
"speaker",
|
|
19435
|
-
"
|
|
19830
|
+
"list.cjs"
|
|
19436
19831
|
]
|
|
19437
19832
|
},
|
|
19438
|
-
"webinar:speaker:
|
|
19833
|
+
"webinar:speaker:remove-avatar": {
|
|
19439
19834
|
"aliases": [],
|
|
19440
19835
|
"args": {
|
|
19441
19836
|
"webinarId": {
|
|
@@ -19447,17 +19842,12 @@
|
|
|
19447
19842
|
"description": "Speaker ID",
|
|
19448
19843
|
"name": "id",
|
|
19449
19844
|
"required": true
|
|
19450
|
-
},
|
|
19451
|
-
"file": {
|
|
19452
|
-
"description": "Path to image file",
|
|
19453
|
-
"name": "file",
|
|
19454
|
-
"required": true
|
|
19455
19845
|
}
|
|
19456
19846
|
},
|
|
19457
|
-
"description": "
|
|
19847
|
+
"description": "Remove the avatar image from a speaker",
|
|
19458
19848
|
"examples": [
|
|
19459
|
-
"<%= config.bin %> webinar speaker
|
|
19460
|
-
"<%= config.bin %> webinar speaker
|
|
19849
|
+
"<%= config.bin %> webinar speaker remove-avatar 12345 9900",
|
|
19850
|
+
"<%= config.bin %> webinar speaker remove-avatar 12345 9900 --json"
|
|
19461
19851
|
],
|
|
19462
19852
|
"flags": {
|
|
19463
19853
|
"json": {
|
|
@@ -19483,39 +19873,23 @@
|
|
|
19483
19873
|
"name": "agent",
|
|
19484
19874
|
"allowNo": false,
|
|
19485
19875
|
"type": "boolean"
|
|
19486
|
-
},
|
|
19487
|
-
"chunk-size": {
|
|
19488
|
-
"description": "Chunk size in bytes (default: 5242880)",
|
|
19489
|
-
"name": "chunk-size",
|
|
19490
|
-
"default": 5242880,
|
|
19491
|
-
"hasDynamicHelp": false,
|
|
19492
|
-
"multiple": false,
|
|
19493
|
-
"type": "option"
|
|
19494
|
-
},
|
|
19495
|
-
"concurrency": {
|
|
19496
|
-
"description": "Number of chunks to upload in parallel (default: 5)",
|
|
19497
|
-
"name": "concurrency",
|
|
19498
|
-
"default": 5,
|
|
19499
|
-
"hasDynamicHelp": false,
|
|
19500
|
-
"multiple": false,
|
|
19501
|
-
"type": "option"
|
|
19502
19876
|
}
|
|
19503
19877
|
},
|
|
19504
19878
|
"hasDynamicHelp": false,
|
|
19505
19879
|
"hiddenAliases": [],
|
|
19506
|
-
"id": "webinar:speaker:
|
|
19880
|
+
"id": "webinar:speaker:remove-avatar",
|
|
19507
19881
|
"pluginAlias": "twentythree-cli",
|
|
19508
19882
|
"pluginName": "twentythree-cli",
|
|
19509
19883
|
"pluginType": "core",
|
|
19510
19884
|
"strict": true,
|
|
19511
19885
|
"enableJsonFlag": true,
|
|
19512
19886
|
"agentMetadata": {
|
|
19513
|
-
"api_endpoint": "POST /live/speaker/
|
|
19887
|
+
"api_endpoint": "POST /live/speaker/remove-avatar",
|
|
19514
19888
|
"auth_scope": "write",
|
|
19515
19889
|
"output_shape": {
|
|
19516
19890
|
"type": "none"
|
|
19517
19891
|
},
|
|
19518
|
-
"side_effects": "
|
|
19892
|
+
"side_effects": "destructive"
|
|
19519
19893
|
},
|
|
19520
19894
|
"isESM": false,
|
|
19521
19895
|
"relativePath": [
|
|
@@ -19523,23 +19897,27 @@
|
|
|
19523
19897
|
"commands",
|
|
19524
19898
|
"webinar",
|
|
19525
19899
|
"speaker",
|
|
19526
|
-
"
|
|
19900
|
+
"remove-avatar.cjs"
|
|
19527
19901
|
]
|
|
19528
19902
|
},
|
|
19529
|
-
"webinar:speaker:
|
|
19903
|
+
"webinar:speaker:remove": {
|
|
19530
19904
|
"aliases": [],
|
|
19531
19905
|
"args": {
|
|
19532
|
-
"
|
|
19906
|
+
"webinarId": {
|
|
19533
19907
|
"description": "Webinar ID",
|
|
19908
|
+
"name": "webinarId",
|
|
19909
|
+
"required": true
|
|
19910
|
+
},
|
|
19911
|
+
"id": {
|
|
19912
|
+
"description": "Speaker ID",
|
|
19534
19913
|
"name": "id",
|
|
19535
19914
|
"required": true
|
|
19536
19915
|
}
|
|
19537
19916
|
},
|
|
19538
|
-
"description": "
|
|
19917
|
+
"description": "Remove a speaker from a webinar",
|
|
19539
19918
|
"examples": [
|
|
19540
|
-
"<%= config.bin %> webinar speaker
|
|
19541
|
-
"<%= config.bin %> webinar speaker
|
|
19542
|
-
"<%= config.bin %> webinar speaker set-order 12345 --speaker-id 9900 --order 1 --json"
|
|
19919
|
+
"<%= config.bin %> webinar speaker remove 12345 9900",
|
|
19920
|
+
"<%= config.bin %> webinar speaker remove 12345 9900 --json"
|
|
19543
19921
|
],
|
|
19544
19922
|
"flags": {
|
|
19545
19923
|
"json": {
|
|
@@ -19565,39 +19943,23 @@
|
|
|
19565
19943
|
"name": "agent",
|
|
19566
19944
|
"allowNo": false,
|
|
19567
19945
|
"type": "boolean"
|
|
19568
|
-
},
|
|
19569
|
-
"speaker-id": {
|
|
19570
|
-
"description": "Speaker ID",
|
|
19571
|
-
"name": "speaker-id",
|
|
19572
|
-
"required": false,
|
|
19573
|
-
"hasDynamicHelp": false,
|
|
19574
|
-
"multiple": false,
|
|
19575
|
-
"type": "option"
|
|
19576
|
-
},
|
|
19577
|
-
"order": {
|
|
19578
|
-
"description": "New display order (1-based)",
|
|
19579
|
-
"name": "order",
|
|
19580
|
-
"required": false,
|
|
19581
|
-
"hasDynamicHelp": false,
|
|
19582
|
-
"multiple": false,
|
|
19583
|
-
"type": "option"
|
|
19584
19946
|
}
|
|
19585
19947
|
},
|
|
19586
19948
|
"hasDynamicHelp": false,
|
|
19587
19949
|
"hiddenAliases": [],
|
|
19588
|
-
"id": "webinar:speaker:
|
|
19950
|
+
"id": "webinar:speaker:remove",
|
|
19589
19951
|
"pluginAlias": "twentythree-cli",
|
|
19590
19952
|
"pluginName": "twentythree-cli",
|
|
19591
19953
|
"pluginType": "core",
|
|
19592
19954
|
"strict": true,
|
|
19593
19955
|
"enableJsonFlag": true,
|
|
19594
19956
|
"agentMetadata": {
|
|
19595
|
-
"api_endpoint": "POST /live/speaker/
|
|
19957
|
+
"api_endpoint": "POST /live/speaker/remove",
|
|
19596
19958
|
"auth_scope": "write",
|
|
19597
19959
|
"output_shape": {
|
|
19598
19960
|
"type": "none"
|
|
19599
19961
|
},
|
|
19600
|
-
"side_effects": "
|
|
19962
|
+
"side_effects": "destructive"
|
|
19601
19963
|
},
|
|
19602
19964
|
"isESM": false,
|
|
19603
19965
|
"relativePath": [
|
|
@@ -19605,10 +19967,10 @@
|
|
|
19605
19967
|
"commands",
|
|
19606
19968
|
"webinar",
|
|
19607
19969
|
"speaker",
|
|
19608
|
-
"
|
|
19970
|
+
"remove.cjs"
|
|
19609
19971
|
]
|
|
19610
19972
|
},
|
|
19611
|
-
"webinar:speaker:
|
|
19973
|
+
"webinar:speaker:request-guest": {
|
|
19612
19974
|
"aliases": [],
|
|
19613
19975
|
"args": {
|
|
19614
19976
|
"webinarId": {
|
|
@@ -19622,11 +19984,10 @@
|
|
|
19622
19984
|
"required": true
|
|
19623
19985
|
}
|
|
19624
19986
|
},
|
|
19625
|
-
"description": "
|
|
19987
|
+
"description": "Request a speaker as a guest",
|
|
19626
19988
|
"examples": [
|
|
19627
|
-
"<%= config.bin %> webinar speaker
|
|
19628
|
-
"<%= config.bin %> webinar speaker
|
|
19629
|
-
"<%= config.bin %> webinar speaker update 12345 9900 --name \"Jane Doe\" --json"
|
|
19989
|
+
"<%= config.bin %> webinar speaker request-guest 12345 9900",
|
|
19990
|
+
"<%= config.bin %> webinar speaker request-guest 12345 9900 --json"
|
|
19630
19991
|
],
|
|
19631
19992
|
"flags": {
|
|
19632
19993
|
"json": {
|
|
@@ -19644,63 +20005,31 @@
|
|
|
19644
20005
|
"hasDynamicHelp": false,
|
|
19645
20006
|
"multiple": false,
|
|
19646
20007
|
"type": "option"
|
|
19647
|
-
},
|
|
19648
|
-
"agent": {
|
|
19649
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
19650
|
-
"helpGroup": "GLOBAL",
|
|
19651
|
-
"hidden": true,
|
|
19652
|
-
"name": "agent",
|
|
19653
|
-
"allowNo": false,
|
|
19654
|
-
"type": "boolean"
|
|
19655
|
-
},
|
|
19656
|
-
"name": {
|
|
19657
|
-
"description": "Speaker name",
|
|
19658
|
-
"name": "name",
|
|
19659
|
-
"required": false,
|
|
19660
|
-
"hasDynamicHelp": false,
|
|
19661
|
-
"multiple": false,
|
|
19662
|
-
"type": "option"
|
|
19663
|
-
},
|
|
19664
|
-
"email": {
|
|
19665
|
-
"description": "Speaker email",
|
|
19666
|
-
"name": "email",
|
|
19667
|
-
"required": false,
|
|
19668
|
-
"hasDynamicHelp": false,
|
|
19669
|
-
"multiple": false,
|
|
19670
|
-
"type": "option"
|
|
19671
|
-
},
|
|
19672
|
-
"title": {
|
|
19673
|
-
"description": "Speaker title or job title",
|
|
19674
|
-
"name": "title",
|
|
19675
|
-
"required": false,
|
|
19676
|
-
"hasDynamicHelp": false,
|
|
19677
|
-
"multiple": false,
|
|
19678
|
-
"type": "option"
|
|
19679
|
-
},
|
|
19680
|
-
"description": {
|
|
19681
|
-
"description": "Speaker bio or description",
|
|
19682
|
-
"name": "description",
|
|
19683
|
-
"required": false,
|
|
19684
|
-
"hasDynamicHelp": false,
|
|
19685
|
-
"multiple": false,
|
|
19686
|
-
"type": "option"
|
|
20008
|
+
},
|
|
20009
|
+
"agent": {
|
|
20010
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
20011
|
+
"helpGroup": "GLOBAL",
|
|
20012
|
+
"hidden": true,
|
|
20013
|
+
"name": "agent",
|
|
20014
|
+
"allowNo": false,
|
|
20015
|
+
"type": "boolean"
|
|
19687
20016
|
}
|
|
19688
20017
|
},
|
|
19689
20018
|
"hasDynamicHelp": false,
|
|
19690
20019
|
"hiddenAliases": [],
|
|
19691
|
-
"id": "webinar:speaker:
|
|
20020
|
+
"id": "webinar:speaker:request-guest",
|
|
19692
20021
|
"pluginAlias": "twentythree-cli",
|
|
19693
20022
|
"pluginName": "twentythree-cli",
|
|
19694
20023
|
"pluginType": "core",
|
|
19695
20024
|
"strict": true,
|
|
19696
20025
|
"enableJsonFlag": true,
|
|
19697
20026
|
"agentMetadata": {
|
|
19698
|
-
"api_endpoint": "POST /live/speaker/
|
|
20027
|
+
"api_endpoint": "POST /live/speaker/request-guest",
|
|
19699
20028
|
"auth_scope": "write",
|
|
19700
20029
|
"output_shape": {
|
|
19701
20030
|
"type": "none"
|
|
19702
20031
|
},
|
|
19703
|
-
"side_effects": "
|
|
20032
|
+
"side_effects": "creates"
|
|
19704
20033
|
},
|
|
19705
20034
|
"isESM": false,
|
|
19706
20035
|
"relativePath": [
|
|
@@ -19708,23 +20037,27 @@
|
|
|
19708
20037
|
"commands",
|
|
19709
20038
|
"webinar",
|
|
19710
20039
|
"speaker",
|
|
19711
|
-
"
|
|
20040
|
+
"request-guest.cjs"
|
|
19712
20041
|
]
|
|
19713
20042
|
},
|
|
19714
|
-
"webinar:
|
|
20043
|
+
"webinar:speaker:send-invitation": {
|
|
19715
20044
|
"aliases": [],
|
|
19716
20045
|
"args": {
|
|
19717
|
-
"
|
|
20046
|
+
"webinarId": {
|
|
19718
20047
|
"description": "Webinar ID",
|
|
20048
|
+
"name": "webinarId",
|
|
20049
|
+
"required": true
|
|
20050
|
+
},
|
|
20051
|
+
"id": {
|
|
20052
|
+
"description": "Speaker ID",
|
|
19719
20053
|
"name": "id",
|
|
19720
20054
|
"required": true
|
|
19721
20055
|
}
|
|
19722
20056
|
},
|
|
19723
|
-
"description": "
|
|
20057
|
+
"description": "Send an invitation to a speaker",
|
|
19724
20058
|
"examples": [
|
|
19725
|
-
"<%= config.bin %> webinar
|
|
19726
|
-
"<%= config.bin %> webinar
|
|
19727
|
-
"<%= config.bin %> webinar transcription connect 12345 --json"
|
|
20059
|
+
"<%= config.bin %> webinar speaker send-invitation 12345 9900",
|
|
20060
|
+
"<%= config.bin %> webinar speaker send-invitation 12345 9900 --json"
|
|
19728
20061
|
],
|
|
19729
20062
|
"flags": {
|
|
19730
20063
|
"json": {
|
|
@@ -19750,26 +20083,18 @@
|
|
|
19750
20083
|
"name": "agent",
|
|
19751
20084
|
"allowNo": false,
|
|
19752
20085
|
"type": "boolean"
|
|
19753
|
-
},
|
|
19754
|
-
"presenter-token": {
|
|
19755
|
-
"description": "Presenter token",
|
|
19756
|
-
"name": "presenter-token",
|
|
19757
|
-
"required": false,
|
|
19758
|
-
"hasDynamicHelp": false,
|
|
19759
|
-
"multiple": false,
|
|
19760
|
-
"type": "option"
|
|
19761
20086
|
}
|
|
19762
20087
|
},
|
|
19763
20088
|
"hasDynamicHelp": false,
|
|
19764
20089
|
"hiddenAliases": [],
|
|
19765
|
-
"id": "webinar:
|
|
20090
|
+
"id": "webinar:speaker:send-invitation",
|
|
19766
20091
|
"pluginAlias": "twentythree-cli",
|
|
19767
20092
|
"pluginName": "twentythree-cli",
|
|
19768
20093
|
"pluginType": "core",
|
|
19769
20094
|
"strict": true,
|
|
19770
20095
|
"enableJsonFlag": true,
|
|
19771
20096
|
"agentMetadata": {
|
|
19772
|
-
"api_endpoint": "POST /live/
|
|
20097
|
+
"api_endpoint": "POST /live/speaker/send-invitation",
|
|
19773
20098
|
"auth_scope": "write",
|
|
19774
20099
|
"output_shape": {
|
|
19775
20100
|
"type": "none"
|
|
@@ -19781,24 +20106,33 @@
|
|
|
19781
20106
|
"dist",
|
|
19782
20107
|
"commands",
|
|
19783
20108
|
"webinar",
|
|
19784
|
-
"
|
|
19785
|
-
"
|
|
20109
|
+
"speaker",
|
|
20110
|
+
"send-invitation.cjs"
|
|
19786
20111
|
]
|
|
19787
20112
|
},
|
|
19788
|
-
"webinar:
|
|
20113
|
+
"webinar:speaker:set-avatar": {
|
|
19789
20114
|
"aliases": [],
|
|
19790
20115
|
"args": {
|
|
19791
|
-
"
|
|
20116
|
+
"webinarId": {
|
|
19792
20117
|
"description": "Webinar ID",
|
|
20118
|
+
"name": "webinarId",
|
|
20119
|
+
"required": true
|
|
20120
|
+
},
|
|
20121
|
+
"id": {
|
|
20122
|
+
"description": "Speaker ID",
|
|
19793
20123
|
"name": "id",
|
|
19794
20124
|
"required": true
|
|
20125
|
+
},
|
|
20126
|
+
"file": {
|
|
20127
|
+
"description": "Path to image file",
|
|
20128
|
+
"name": "file",
|
|
20129
|
+
"required": true
|
|
19795
20130
|
}
|
|
19796
20131
|
},
|
|
19797
|
-
"description": "
|
|
20132
|
+
"description": "Upload an avatar image for a speaker",
|
|
19798
20133
|
"examples": [
|
|
19799
|
-
"<%= config.bin %> webinar
|
|
19800
|
-
"<%= config.bin %> webinar
|
|
19801
|
-
"<%= config.bin %> webinar transcription list 12345 --token mytoken"
|
|
20134
|
+
"<%= config.bin %> webinar speaker set-avatar 12345 9900 ./avatar.jpg",
|
|
20135
|
+
"<%= config.bin %> webinar speaker set-avatar 12345 9900 ./avatar.png --chunk-size 524288"
|
|
19802
20136
|
],
|
|
19803
20137
|
"flags": {
|
|
19804
20138
|
"json": {
|
|
@@ -19825,10 +20159,18 @@
|
|
|
19825
20159
|
"allowNo": false,
|
|
19826
20160
|
"type": "boolean"
|
|
19827
20161
|
},
|
|
19828
|
-
"
|
|
19829
|
-
"description": "
|
|
19830
|
-
"name": "
|
|
19831
|
-
"
|
|
20162
|
+
"chunk-size": {
|
|
20163
|
+
"description": "Chunk size in bytes (default: 5242880)",
|
|
20164
|
+
"name": "chunk-size",
|
|
20165
|
+
"default": 5242880,
|
|
20166
|
+
"hasDynamicHelp": false,
|
|
20167
|
+
"multiple": false,
|
|
20168
|
+
"type": "option"
|
|
20169
|
+
},
|
|
20170
|
+
"concurrency": {
|
|
20171
|
+
"description": "Number of chunks to upload in parallel (default: 5)",
|
|
20172
|
+
"name": "concurrency",
|
|
20173
|
+
"default": 5,
|
|
19832
20174
|
"hasDynamicHelp": false,
|
|
19833
20175
|
"multiple": false,
|
|
19834
20176
|
"type": "option"
|
|
@@ -19836,35 +20178,30 @@
|
|
|
19836
20178
|
},
|
|
19837
20179
|
"hasDynamicHelp": false,
|
|
19838
20180
|
"hiddenAliases": [],
|
|
19839
|
-
"id": "webinar:
|
|
20181
|
+
"id": "webinar:speaker:set-avatar",
|
|
19840
20182
|
"pluginAlias": "twentythree-cli",
|
|
19841
20183
|
"pluginName": "twentythree-cli",
|
|
19842
20184
|
"pluginType": "core",
|
|
19843
20185
|
"strict": true,
|
|
19844
20186
|
"enableJsonFlag": true,
|
|
19845
20187
|
"agentMetadata": {
|
|
19846
|
-
"api_endpoint": "
|
|
19847
|
-
"auth_scope": "
|
|
20188
|
+
"api_endpoint": "POST /live/speaker/set-avatar",
|
|
20189
|
+
"auth_scope": "write",
|
|
19848
20190
|
"output_shape": {
|
|
19849
|
-
"type": "
|
|
19850
|
-
"columns": [
|
|
19851
|
-
"ID",
|
|
19852
|
-
"Language",
|
|
19853
|
-
"Status"
|
|
19854
|
-
]
|
|
20191
|
+
"type": "none"
|
|
19855
20192
|
},
|
|
19856
|
-
"side_effects": "
|
|
20193
|
+
"side_effects": "updates"
|
|
19857
20194
|
},
|
|
19858
20195
|
"isESM": false,
|
|
19859
20196
|
"relativePath": [
|
|
19860
20197
|
"dist",
|
|
19861
20198
|
"commands",
|
|
19862
20199
|
"webinar",
|
|
19863
|
-
"
|
|
19864
|
-
"
|
|
20200
|
+
"speaker",
|
|
20201
|
+
"set-avatar.cjs"
|
|
19865
20202
|
]
|
|
19866
20203
|
},
|
|
19867
|
-
"webinar:
|
|
20204
|
+
"webinar:speaker:set-order": {
|
|
19868
20205
|
"aliases": [],
|
|
19869
20206
|
"args": {
|
|
19870
20207
|
"id": {
|
|
@@ -19873,11 +20210,11 @@
|
|
|
19873
20210
|
"required": true
|
|
19874
20211
|
}
|
|
19875
20212
|
},
|
|
19876
|
-
"description": "
|
|
20213
|
+
"description": "Set the display order of a speaker on a webinar",
|
|
19877
20214
|
"examples": [
|
|
19878
|
-
"<%= config.bin %> webinar
|
|
19879
|
-
"<%= config.bin %> webinar
|
|
19880
|
-
"<%= config.bin %> webinar
|
|
20215
|
+
"<%= config.bin %> webinar speaker set-order 12345 --speaker-id 9900 --order 1",
|
|
20216
|
+
"<%= config.bin %> webinar speaker set-order 12345",
|
|
20217
|
+
"<%= config.bin %> webinar speaker set-order 12345 --speaker-id 9900 --order 1 --json"
|
|
19881
20218
|
],
|
|
19882
20219
|
"flags": {
|
|
19883
20220
|
"json": {
|
|
@@ -19904,9 +20241,17 @@
|
|
|
19904
20241
|
"allowNo": false,
|
|
19905
20242
|
"type": "boolean"
|
|
19906
20243
|
},
|
|
19907
|
-
"
|
|
19908
|
-
"description": "
|
|
19909
|
-
"name": "
|
|
20244
|
+
"speaker-id": {
|
|
20245
|
+
"description": "Speaker ID",
|
|
20246
|
+
"name": "speaker-id",
|
|
20247
|
+
"required": false,
|
|
20248
|
+
"hasDynamicHelp": false,
|
|
20249
|
+
"multiple": false,
|
|
20250
|
+
"type": "option"
|
|
20251
|
+
},
|
|
20252
|
+
"order": {
|
|
20253
|
+
"description": "New display order (1-based)",
|
|
20254
|
+
"name": "order",
|
|
19910
20255
|
"required": false,
|
|
19911
20256
|
"hasDynamicHelp": false,
|
|
19912
20257
|
"multiple": false,
|
|
@@ -19915,40 +20260,48 @@
|
|
|
19915
20260
|
},
|
|
19916
20261
|
"hasDynamicHelp": false,
|
|
19917
20262
|
"hiddenAliases": [],
|
|
19918
|
-
"id": "webinar:
|
|
20263
|
+
"id": "webinar:speaker:set-order",
|
|
19919
20264
|
"pluginAlias": "twentythree-cli",
|
|
19920
20265
|
"pluginName": "twentythree-cli",
|
|
19921
20266
|
"pluginType": "core",
|
|
19922
20267
|
"strict": true,
|
|
19923
20268
|
"enableJsonFlag": true,
|
|
19924
20269
|
"agentMetadata": {
|
|
19925
|
-
"api_endpoint": "
|
|
19926
|
-
"auth_scope": "
|
|
20270
|
+
"api_endpoint": "POST /live/speaker/set-order",
|
|
20271
|
+
"auth_scope": "write",
|
|
19927
20272
|
"output_shape": {
|
|
19928
|
-
"type": "
|
|
19929
|
-
"columns": [
|
|
19930
|
-
"Locale",
|
|
19931
|
-
"Name"
|
|
19932
|
-
]
|
|
20273
|
+
"type": "none"
|
|
19933
20274
|
},
|
|
19934
|
-
"side_effects": "
|
|
20275
|
+
"side_effects": "updates"
|
|
19935
20276
|
},
|
|
19936
20277
|
"isESM": false,
|
|
19937
20278
|
"relativePath": [
|
|
19938
20279
|
"dist",
|
|
19939
20280
|
"commands",
|
|
19940
20281
|
"webinar",
|
|
19941
|
-
"
|
|
19942
|
-
"
|
|
20282
|
+
"speaker",
|
|
20283
|
+
"set-order.cjs"
|
|
19943
20284
|
]
|
|
19944
20285
|
},
|
|
19945
|
-
"webinar:
|
|
20286
|
+
"webinar:speaker:update": {
|
|
19946
20287
|
"aliases": [],
|
|
19947
|
-
"args": {
|
|
19948
|
-
|
|
20288
|
+
"args": {
|
|
20289
|
+
"webinarId": {
|
|
20290
|
+
"description": "Webinar ID",
|
|
20291
|
+
"name": "webinarId",
|
|
20292
|
+
"required": true
|
|
20293
|
+
},
|
|
20294
|
+
"id": {
|
|
20295
|
+
"description": "Speaker ID",
|
|
20296
|
+
"name": "id",
|
|
20297
|
+
"required": true
|
|
20298
|
+
}
|
|
20299
|
+
},
|
|
20300
|
+
"description": "Update a speaker on a webinar",
|
|
19949
20301
|
"examples": [
|
|
19950
|
-
"<%= config.bin %> webinar
|
|
19951
|
-
"<%= config.bin %> webinar
|
|
20302
|
+
"<%= config.bin %> webinar speaker update 12345 9900 --name \"Jane Doe\"",
|
|
20303
|
+
"<%= config.bin %> webinar speaker update 12345 9900 --email jane@example.com --title \"CTO\"",
|
|
20304
|
+
"<%= config.bin %> webinar speaker update 12345 9900 --name \"Jane Doe\" --json"
|
|
19952
20305
|
],
|
|
19953
20306
|
"flags": {
|
|
19954
20307
|
"json": {
|
|
@@ -19974,37 +20327,63 @@
|
|
|
19974
20327
|
"name": "agent",
|
|
19975
20328
|
"allowNo": false,
|
|
19976
20329
|
"type": "boolean"
|
|
20330
|
+
},
|
|
20331
|
+
"name": {
|
|
20332
|
+
"description": "Speaker name",
|
|
20333
|
+
"name": "name",
|
|
20334
|
+
"required": false,
|
|
20335
|
+
"hasDynamicHelp": false,
|
|
20336
|
+
"multiple": false,
|
|
20337
|
+
"type": "option"
|
|
20338
|
+
},
|
|
20339
|
+
"email": {
|
|
20340
|
+
"description": "Speaker email",
|
|
20341
|
+
"name": "email",
|
|
20342
|
+
"required": false,
|
|
20343
|
+
"hasDynamicHelp": false,
|
|
20344
|
+
"multiple": false,
|
|
20345
|
+
"type": "option"
|
|
20346
|
+
},
|
|
20347
|
+
"title": {
|
|
20348
|
+
"description": "Speaker title or job title",
|
|
20349
|
+
"name": "title",
|
|
20350
|
+
"required": false,
|
|
20351
|
+
"hasDynamicHelp": false,
|
|
20352
|
+
"multiple": false,
|
|
20353
|
+
"type": "option"
|
|
20354
|
+
},
|
|
20355
|
+
"description": {
|
|
20356
|
+
"description": "Speaker bio or description",
|
|
20357
|
+
"name": "description",
|
|
20358
|
+
"required": false,
|
|
20359
|
+
"hasDynamicHelp": false,
|
|
20360
|
+
"multiple": false,
|
|
20361
|
+
"type": "option"
|
|
19977
20362
|
}
|
|
19978
20363
|
},
|
|
19979
20364
|
"hasDynamicHelp": false,
|
|
19980
20365
|
"hiddenAliases": [],
|
|
19981
|
-
"id": "webinar:
|
|
20366
|
+
"id": "webinar:speaker:update",
|
|
19982
20367
|
"pluginAlias": "twentythree-cli",
|
|
19983
20368
|
"pluginName": "twentythree-cli",
|
|
19984
20369
|
"pluginType": "core",
|
|
19985
20370
|
"strict": true,
|
|
19986
20371
|
"enableJsonFlag": true,
|
|
19987
20372
|
"agentMetadata": {
|
|
19988
|
-
"api_endpoint": "
|
|
19989
|
-
"auth_scope": "
|
|
20373
|
+
"api_endpoint": "POST /live/speaker/update",
|
|
20374
|
+
"auth_scope": "write",
|
|
19990
20375
|
"output_shape": {
|
|
19991
|
-
"type": "
|
|
19992
|
-
"columns": [
|
|
19993
|
-
"ID",
|
|
19994
|
-
"Webinar ID",
|
|
19995
|
-
"Language",
|
|
19996
|
-
"Status"
|
|
19997
|
-
]
|
|
20376
|
+
"type": "none"
|
|
19998
20377
|
},
|
|
19999
|
-
"side_effects": "
|
|
20378
|
+
"side_effects": "updates"
|
|
20000
20379
|
},
|
|
20001
20380
|
"isESM": false,
|
|
20002
20381
|
"relativePath": [
|
|
20003
20382
|
"dist",
|
|
20004
20383
|
"commands",
|
|
20005
20384
|
"webinar",
|
|
20006
|
-
"
|
|
20007
|
-
"
|
|
20385
|
+
"speaker",
|
|
20386
|
+
"update.cjs"
|
|
20008
20387
|
]
|
|
20009
20388
|
},
|
|
20010
20389
|
"analytics:live:weekday:timeseries": {
|
|
@@ -20502,14 +20881,14 @@
|
|
|
20502
20881
|
"totals.cjs"
|
|
20503
20882
|
]
|
|
20504
20883
|
},
|
|
20505
|
-
"analytics:usage:
|
|
20884
|
+
"analytics:usage:locations:totals": {
|
|
20506
20885
|
"aliases": [],
|
|
20507
20886
|
"args": {},
|
|
20508
|
-
"description": "Get aggregated usage analytics by
|
|
20887
|
+
"description": "Get aggregated usage analytics by location - totals",
|
|
20509
20888
|
"examples": [
|
|
20510
|
-
"<%= config.bin %> analytics usage
|
|
20511
|
-
"<%= config.bin %> analytics usage
|
|
20512
|
-
"<%= config.bin %> analytics usage
|
|
20889
|
+
"<%= config.bin %> analytics usage locations totals --date-expression thismonth",
|
|
20890
|
+
"<%= config.bin %> analytics usage locations totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
20891
|
+
"<%= config.bin %> analytics usage locations totals --json"
|
|
20513
20892
|
],
|
|
20514
20893
|
"flags": {
|
|
20515
20894
|
"json": {
|
|
@@ -20595,19 +20974,19 @@
|
|
|
20595
20974
|
},
|
|
20596
20975
|
"hasDynamicHelp": false,
|
|
20597
20976
|
"hiddenAliases": [],
|
|
20598
|
-
"id": "analytics:usage:
|
|
20977
|
+
"id": "analytics:usage:locations:totals",
|
|
20599
20978
|
"pluginAlias": "twentythree-cli",
|
|
20600
20979
|
"pluginName": "twentythree-cli",
|
|
20601
20980
|
"pluginType": "core",
|
|
20602
20981
|
"strict": true,
|
|
20603
20982
|
"enableJsonFlag": true,
|
|
20604
20983
|
"agentMetadata": {
|
|
20605
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
20984
|
+
"api_endpoint": "GET /analytics/data/usage/locations/totals",
|
|
20606
20985
|
"auth_scope": "read",
|
|
20607
20986
|
"output_shape": {
|
|
20608
20987
|
"type": "table",
|
|
20609
20988
|
"columns": [
|
|
20610
|
-
"
|
|
20989
|
+
"Location",
|
|
20611
20990
|
"Plays",
|
|
20612
20991
|
"Engagement",
|
|
20613
20992
|
"Traffic"
|
|
@@ -20621,18 +21000,18 @@
|
|
|
20621
21000
|
"commands",
|
|
20622
21001
|
"analytics",
|
|
20623
21002
|
"usage",
|
|
20624
|
-
"
|
|
21003
|
+
"locations",
|
|
20625
21004
|
"totals.cjs"
|
|
20626
21005
|
]
|
|
20627
21006
|
},
|
|
20628
|
-
"analytics:usage:
|
|
21007
|
+
"analytics:usage:domains:totals": {
|
|
20629
21008
|
"aliases": [],
|
|
20630
21009
|
"args": {},
|
|
20631
|
-
"description": "Get aggregated usage analytics by
|
|
21010
|
+
"description": "Get aggregated usage analytics by embed domain - totals",
|
|
20632
21011
|
"examples": [
|
|
20633
|
-
"<%= config.bin %> analytics usage
|
|
20634
|
-
"<%= config.bin %> analytics usage
|
|
20635
|
-
"<%= config.bin %> analytics usage
|
|
21012
|
+
"<%= config.bin %> analytics usage domains totals --date-expression thismonth",
|
|
21013
|
+
"<%= config.bin %> analytics usage domains totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
21014
|
+
"<%= config.bin %> analytics usage domains totals --json"
|
|
20636
21015
|
],
|
|
20637
21016
|
"flags": {
|
|
20638
21017
|
"json": {
|
|
@@ -20718,19 +21097,19 @@
|
|
|
20718
21097
|
},
|
|
20719
21098
|
"hasDynamicHelp": false,
|
|
20720
21099
|
"hiddenAliases": [],
|
|
20721
|
-
"id": "analytics:usage:
|
|
21100
|
+
"id": "analytics:usage:domains:totals",
|
|
20722
21101
|
"pluginAlias": "twentythree-cli",
|
|
20723
21102
|
"pluginName": "twentythree-cli",
|
|
20724
21103
|
"pluginType": "core",
|
|
20725
21104
|
"strict": true,
|
|
20726
21105
|
"enableJsonFlag": true,
|
|
20727
21106
|
"agentMetadata": {
|
|
20728
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
21107
|
+
"api_endpoint": "GET /analytics/data/usage/domains/totals",
|
|
20729
21108
|
"auth_scope": "read",
|
|
20730
21109
|
"output_shape": {
|
|
20731
21110
|
"type": "table",
|
|
20732
21111
|
"columns": [
|
|
20733
|
-
"
|
|
21112
|
+
"Domain",
|
|
20734
21113
|
"Plays",
|
|
20735
21114
|
"Engagement",
|
|
20736
21115
|
"Traffic"
|
|
@@ -20744,7 +21123,7 @@
|
|
|
20744
21123
|
"commands",
|
|
20745
21124
|
"analytics",
|
|
20746
21125
|
"usage",
|
|
20747
|
-
"
|
|
21126
|
+
"domains",
|
|
20748
21127
|
"totals.cjs"
|
|
20749
21128
|
]
|
|
20750
21129
|
},
|
|
@@ -22225,5 +22604,5 @@
|
|
|
22225
22604
|
]
|
|
22226
22605
|
}
|
|
22227
22606
|
},
|
|
22228
|
-
"version": "1.3.
|
|
22607
|
+
"version": "1.3.5"
|
|
22229
22608
|
}
|