twentythree-cli 1.3.1 → 1.3.4
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/auth/switch.cjs +45 -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/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 +1 -1
- package/docs/commands/app/delete.md +1 -1
- package/docs/commands/app/list.md +38 -0
- package/docs/commands/app/remove-thumbnail.md +32 -0
- package/docs/commands/app/set-thumbnail.md +35 -0
- package/docs/commands/app/update.md +1 -1
- package/docs/commands/app.md +93 -3
- 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 +23 -0
- package/docs/commands/auth.md +20 -2
- package/docs/commands/autocomplete.md +27 -0
- 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 +32 -0
- package/docs/commands/player/set-thumbnail.md +35 -0
- package/docs/commands/player/styles.md +1 -1
- package/docs/commands/player/update.md +1 -1
- package/docs/commands/player.md +63 -6
- 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 +35 -0
- package/docs/commands/thumbnail/update.md +1 -1
- package/docs/commands/thumbnail.md +40 -10
- 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 +33 -6
- package/docs/commands/video/subtitle.md +16 -21
- package/docs/commands/video/transcoding-progress.md +1 -1
- package/docs/commands/video/update.md +4 -2
- package/docs/commands/video/upload.md +1 -1
- package/docs/commands/video.md +61 -37
- 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 +1 -1
- 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 +1 -1
- package/docs/commands/webinar/room.md +4 -4
- package/docs/commands/webinar/section.md +4 -4
- package/docs/commands/webinar/series.md +16 -13
- package/docs/commands/webinar/speaker.md +14 -14
- package/docs/commands/webinar/transcription.md +4 -4
- package/docs/commands/webinar/update.md +4 -2
- package/docs/commands/webinar/upload-image.md +1 -1
- package/docs/commands/webinar.md +74 -69
- 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 +994 -688
- package/package.json +1 -1
|
@@ -26,4 +26,4 @@ EXAMPLES
|
|
|
26
26
|
$ twentythree presentation page link-locations --json
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
_See code: [src/commands/presentation/page/link-locations.ts](https://github.com/23/twentythree-cli/blob/
|
|
29
|
+
_See code: [src/commands/presentation/page/link-locations.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/presentation/page/link-locations.ts)_
|
|
@@ -27,7 +27,7 @@ EXAMPLES
|
|
|
27
27
|
$ twentythree presentation setting list --json
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
_See code: [src/commands/presentation/setting/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
30
|
+
_See code: [src/commands/presentation/setting/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/presentation/setting/list.ts)_
|
|
31
31
|
|
|
32
32
|
## `twentythree presentation setting update`
|
|
33
33
|
|
|
@@ -55,4 +55,4 @@ EXAMPLES
|
|
|
55
55
|
$ twentythree presentation setting update --set site_name="My Site" --json
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
-
_See code: [src/commands/presentation/setting/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
58
|
+
_See code: [src/commands/presentation/setting/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/presentation/setting/update.ts)_
|
|
@@ -28,7 +28,7 @@ EXAMPLES
|
|
|
28
28
|
$ twentythree presentation page link-locations --json
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
_See code: [src/commands/presentation/page/link-locations.ts](https://github.com/23/twentythree-cli/blob/
|
|
31
|
+
_See code: [src/commands/presentation/page/link-locations.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/presentation/page/link-locations.ts)_
|
|
32
32
|
|
|
33
33
|
## `twentythree presentation setting list`
|
|
34
34
|
|
|
@@ -51,7 +51,7 @@ EXAMPLES
|
|
|
51
51
|
$ twentythree presentation setting list --json
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
-
_See code: [src/commands/presentation/setting/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
54
|
+
_See code: [src/commands/presentation/setting/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/presentation/setting/list.ts)_
|
|
55
55
|
|
|
56
56
|
## `twentythree presentation setting update`
|
|
57
57
|
|
|
@@ -79,4 +79,4 @@ EXAMPLES
|
|
|
79
79
|
$ twentythree presentation setting update --set site_name="My Site" --json
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
_See code: [src/commands/presentation/setting/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
82
|
+
_See code: [src/commands/presentation/setting/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/presentation/setting/update.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree protection protect --protection-method token --grace-minutes 30 --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/protection/protect.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/protection/protect.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/protection/protect.ts)_
|
|
@@ -31,4 +31,4 @@ EXAMPLES
|
|
|
31
31
|
$ twentythree protection unprotect --object-id 12345 --json
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
_See code: [src/commands/protection/unprotect.ts](https://github.com/23/twentythree-cli/blob/
|
|
34
|
+
_See code: [src/commands/protection/unprotect.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/protection/unprotect.ts)_
|
|
@@ -36,4 +36,4 @@ EXAMPLES
|
|
|
36
36
|
$ twentythree protection verify --protection-method token --verification-data mytoken --json
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
_See code: [src/commands/protection/verify.ts](https://github.com/23/twentythree-cli/blob/
|
|
39
|
+
_See code: [src/commands/protection/verify.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/protection/verify.ts)_
|
|
@@ -36,7 +36,7 @@ EXAMPLES
|
|
|
36
36
|
$ twentythree protection protect --protection-method token --grace-minutes 30 --json
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
_See code: [src/commands/protection/protect.ts](https://github.com/23/twentythree-cli/blob/
|
|
39
|
+
_See code: [src/commands/protection/protect.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/protection/protect.ts)_
|
|
40
40
|
|
|
41
41
|
## `twentythree protection unprotect`
|
|
42
42
|
|
|
@@ -64,7 +64,7 @@ EXAMPLES
|
|
|
64
64
|
$ twentythree protection unprotect --object-id 12345 --json
|
|
65
65
|
```
|
|
66
66
|
|
|
67
|
-
_See code: [src/commands/protection/unprotect.ts](https://github.com/23/twentythree-cli/blob/
|
|
67
|
+
_See code: [src/commands/protection/unprotect.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/protection/unprotect.ts)_
|
|
68
68
|
|
|
69
69
|
## `twentythree protection verify`
|
|
70
70
|
|
|
@@ -97,4 +97,4 @@ EXAMPLES
|
|
|
97
97
|
$ twentythree protection verify --protection-method token --verification-data mytoken --json
|
|
98
98
|
```
|
|
99
99
|
|
|
100
|
-
_See code: [src/commands/protection/verify.ts](https://github.com/23/twentythree-cli/blob/
|
|
100
|
+
_See code: [src/commands/protection/verify.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/protection/verify.ts)_
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
`twentythree seo:get`
|
|
2
|
+
=====================
|
|
3
|
+
|
|
4
|
+
Get SEO metadata for a video, webinar, or webinar series
|
|
5
|
+
|
|
6
|
+
* [`twentythree seo get`](#twentythree-seo-get)
|
|
7
|
+
|
|
8
|
+
## `twentythree seo get`
|
|
9
|
+
|
|
10
|
+
Get SEO metadata for a video, webinar, or webinar series
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
USAGE
|
|
14
|
+
$ twentythree seo get --object-id <value> [--json] [-w <value>] [--fields <value>]
|
|
15
|
+
|
|
16
|
+
FLAGS
|
|
17
|
+
--fields=<value> Comma-separated fields to return
|
|
18
|
+
--object-id=<value> (required) Object ID (video, webinar, or webinar series)
|
|
19
|
+
|
|
20
|
+
GLOBAL FLAGS
|
|
21
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
22
|
+
--json Format output as json.
|
|
23
|
+
|
|
24
|
+
DESCRIPTION
|
|
25
|
+
Get SEO metadata for a video, webinar, or webinar series
|
|
26
|
+
|
|
27
|
+
EXAMPLES
|
|
28
|
+
$ twentythree seo get --object-id 12345
|
|
29
|
+
|
|
30
|
+
$ twentythree seo get --object-id 12345 --json
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
_See code: [src/commands/seo/get.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/seo/get.ts)_
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
`twentythree seo:status`
|
|
2
|
+
========================
|
|
3
|
+
|
|
4
|
+
Get SEO readiness status for a video, webinar, or webinar series
|
|
5
|
+
|
|
6
|
+
* [`twentythree seo status`](#twentythree-seo-status)
|
|
7
|
+
|
|
8
|
+
## `twentythree seo status`
|
|
9
|
+
|
|
10
|
+
Get SEO readiness status for a video, webinar, or webinar series
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
USAGE
|
|
14
|
+
$ twentythree seo status --object-id <value> [--json] [-w <value>] [--fields <value>]
|
|
15
|
+
|
|
16
|
+
FLAGS
|
|
17
|
+
--fields=<value> Comma-separated fields to return
|
|
18
|
+
--object-id=<value> (required) Object ID (video, webinar, or webinar series)
|
|
19
|
+
|
|
20
|
+
GLOBAL FLAGS
|
|
21
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
22
|
+
--json Format output as json.
|
|
23
|
+
|
|
24
|
+
DESCRIPTION
|
|
25
|
+
Get SEO readiness status for a video, webinar, or webinar series
|
|
26
|
+
|
|
27
|
+
EXAMPLES
|
|
28
|
+
$ twentythree seo status --object-id 12345
|
|
29
|
+
|
|
30
|
+
$ twentythree seo status --object-id 12345 --json
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
_See code: [src/commands/seo/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/seo/status.ts)_
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
`twentythree seo:update`
|
|
2
|
+
========================
|
|
3
|
+
|
|
4
|
+
Update SEO metadata for a video, webinar, or webinar series
|
|
5
|
+
|
|
6
|
+
* [`twentythree seo update`](#twentythree-seo-update)
|
|
7
|
+
|
|
8
|
+
## `twentythree seo update`
|
|
9
|
+
|
|
10
|
+
Update SEO metadata for a video, webinar, or webinar series
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
USAGE
|
|
14
|
+
$ twentythree seo update --object-id <value> [--json] [-w <value>] [--seo-name <value>] [--seo-description
|
|
15
|
+
<value>] [--seo-keywords <value>] [--canonical-url <value>] [--seo-policy |index|noindex] [--enrich-immediately]
|
|
16
|
+
[--fields <value>]
|
|
17
|
+
|
|
18
|
+
FLAGS
|
|
19
|
+
--canonical-url=<value> Canonical URL for the object
|
|
20
|
+
--enrich-immediately Enrich SEO metadata immediately
|
|
21
|
+
--fields=<value> Comma-separated fields to return
|
|
22
|
+
--object-id=<value> (required) Object ID (video, webinar, or webinar series)
|
|
23
|
+
--seo-description=<value> SEO description for the object
|
|
24
|
+
--seo-keywords=<value> SEO keywords for the object
|
|
25
|
+
--seo-name=<value> SEO title for the object
|
|
26
|
+
--seo-policy=<option> SEO indexing policy ("", "index", or "noindex")
|
|
27
|
+
<options: |index|noindex>
|
|
28
|
+
|
|
29
|
+
GLOBAL FLAGS
|
|
30
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
31
|
+
--json Format output as json.
|
|
32
|
+
|
|
33
|
+
DESCRIPTION
|
|
34
|
+
Update SEO metadata for a video, webinar, or webinar series
|
|
35
|
+
|
|
36
|
+
EXAMPLES
|
|
37
|
+
$ twentythree seo update --object-id 12345 --seo-name "My Video"
|
|
38
|
+
|
|
39
|
+
$ twentythree seo update --object-id 12345 --seo-policy index --json
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
_See code: [src/commands/seo/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/seo/update.ts)_
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
`twentythree seo`
|
|
2
|
+
=================
|
|
3
|
+
|
|
4
|
+
Get SEO metadata for a video, webinar, or webinar series
|
|
5
|
+
|
|
6
|
+
* [`twentythree seo get`](#twentythree-seo-get)
|
|
7
|
+
* [`twentythree seo status`](#twentythree-seo-status)
|
|
8
|
+
* [`twentythree seo update`](#twentythree-seo-update)
|
|
9
|
+
|
|
10
|
+
## `twentythree seo get`
|
|
11
|
+
|
|
12
|
+
Get SEO metadata for a video, webinar, or webinar series
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
USAGE
|
|
16
|
+
$ twentythree seo get --object-id <value> [--json] [-w <value>] [--fields <value>]
|
|
17
|
+
|
|
18
|
+
FLAGS
|
|
19
|
+
--fields=<value> Comma-separated fields to return
|
|
20
|
+
--object-id=<value> (required) Object ID (video, webinar, or webinar series)
|
|
21
|
+
|
|
22
|
+
GLOBAL FLAGS
|
|
23
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
24
|
+
--json Format output as json.
|
|
25
|
+
|
|
26
|
+
DESCRIPTION
|
|
27
|
+
Get SEO metadata for a video, webinar, or webinar series
|
|
28
|
+
|
|
29
|
+
EXAMPLES
|
|
30
|
+
$ twentythree seo get --object-id 12345
|
|
31
|
+
|
|
32
|
+
$ twentythree seo get --object-id 12345 --json
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
_See code: [src/commands/seo/get.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/seo/get.ts)_
|
|
36
|
+
|
|
37
|
+
## `twentythree seo status`
|
|
38
|
+
|
|
39
|
+
Get SEO readiness status for a video, webinar, or webinar series
|
|
40
|
+
|
|
41
|
+
```
|
|
42
|
+
USAGE
|
|
43
|
+
$ twentythree seo status --object-id <value> [--json] [-w <value>] [--fields <value>]
|
|
44
|
+
|
|
45
|
+
FLAGS
|
|
46
|
+
--fields=<value> Comma-separated fields to return
|
|
47
|
+
--object-id=<value> (required) Object ID (video, webinar, or webinar series)
|
|
48
|
+
|
|
49
|
+
GLOBAL FLAGS
|
|
50
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
51
|
+
--json Format output as json.
|
|
52
|
+
|
|
53
|
+
DESCRIPTION
|
|
54
|
+
Get SEO readiness status for a video, webinar, or webinar series
|
|
55
|
+
|
|
56
|
+
EXAMPLES
|
|
57
|
+
$ twentythree seo status --object-id 12345
|
|
58
|
+
|
|
59
|
+
$ twentythree seo status --object-id 12345 --json
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
_See code: [src/commands/seo/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/seo/status.ts)_
|
|
63
|
+
|
|
64
|
+
## `twentythree seo update`
|
|
65
|
+
|
|
66
|
+
Update SEO metadata for a video, webinar, or webinar series
|
|
67
|
+
|
|
68
|
+
```
|
|
69
|
+
USAGE
|
|
70
|
+
$ twentythree seo update --object-id <value> [--json] [-w <value>] [--seo-name <value>] [--seo-description
|
|
71
|
+
<value>] [--seo-keywords <value>] [--canonical-url <value>] [--seo-policy |index|noindex] [--enrich-immediately]
|
|
72
|
+
[--fields <value>]
|
|
73
|
+
|
|
74
|
+
FLAGS
|
|
75
|
+
--canonical-url=<value> Canonical URL for the object
|
|
76
|
+
--enrich-immediately Enrich SEO metadata immediately
|
|
77
|
+
--fields=<value> Comma-separated fields to return
|
|
78
|
+
--object-id=<value> (required) Object ID (video, webinar, or webinar series)
|
|
79
|
+
--seo-description=<value> SEO description for the object
|
|
80
|
+
--seo-keywords=<value> SEO keywords for the object
|
|
81
|
+
--seo-name=<value> SEO title for the object
|
|
82
|
+
--seo-policy=<option> SEO indexing policy ("", "index", or "noindex")
|
|
83
|
+
<options: |index|noindex>
|
|
84
|
+
|
|
85
|
+
GLOBAL FLAGS
|
|
86
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
87
|
+
--json Format output as json.
|
|
88
|
+
|
|
89
|
+
DESCRIPTION
|
|
90
|
+
Update SEO metadata for a video, webinar, or webinar series
|
|
91
|
+
|
|
92
|
+
EXAMPLES
|
|
93
|
+
$ twentythree seo update --object-id 12345 --seo-name "My Video"
|
|
94
|
+
|
|
95
|
+
$ twentythree seo update --object-id 12345 --seo-policy index --json
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
_See code: [src/commands/seo/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/seo/update.ts)_
|
|
@@ -35,4 +35,4 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree session get-token --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/session/get-token.ts](https://github.com/23/twentythree-cli/blob/
|
|
38
|
+
_See code: [src/commands/session/get-token.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/session/get-token.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree session redeem-token --session-token <token> --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/session/redeem-token.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/session/redeem-token.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/session/redeem-token.ts)_
|
package/docs/commands/session.md
CHANGED
|
@@ -36,7 +36,7 @@ EXAMPLES
|
|
|
36
36
|
$ twentythree session get-token --json
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
_See code: [src/commands/session/get-token.ts](https://github.com/23/twentythree-cli/blob/
|
|
39
|
+
_See code: [src/commands/session/get-token.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/session/get-token.ts)_
|
|
40
40
|
|
|
41
41
|
## `twentythree session redeem-token`
|
|
42
42
|
|
|
@@ -62,4 +62,4 @@ EXAMPLES
|
|
|
62
62
|
$ twentythree session redeem-token --session-token <token> --json
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
_See code: [src/commands/session/redeem-token.ts](https://github.com/23/twentythree-cli/blob/
|
|
65
|
+
_See code: [src/commands/session/redeem-token.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/session/redeem-token.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree setting update --set timezone=UTC --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/setting/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/setting/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/setting/update.ts)_
|
package/docs/commands/setting.md
CHANGED
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree setting update --set timezone=UTC --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/setting/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/setting/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/setting/update.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree site get --include-quota --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/site/get.ts](https://github.com/23/twentythree-cli/blob/
|
|
35
|
+
_See code: [src/commands/site/get.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/site/get.ts)_
|
|
@@ -35,4 +35,4 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree site search --search "webinar" --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/site/search.ts](https://github.com/23/twentythree-cli/blob/
|
|
38
|
+
_See code: [src/commands/site/search.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/site/search.ts)_
|
package/docs/commands/site.md
CHANGED
|
@@ -33,7 +33,7 @@ EXAMPLES
|
|
|
33
33
|
$ twentythree site get --include-quota --json
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [src/commands/site/get.ts](https://github.com/23/twentythree-cli/blob/
|
|
36
|
+
_See code: [src/commands/site/get.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/site/get.ts)_
|
|
37
37
|
|
|
38
38
|
## `twentythree site search`
|
|
39
39
|
|
|
@@ -65,4 +65,4 @@ EXAMPLES
|
|
|
65
65
|
$ twentythree site search --search "webinar" --json
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
-
_See code: [src/commands/site/search.ts](https://github.com/23/twentythree-cli/blob/
|
|
68
|
+
_See code: [src/commands/site/search.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/site/search.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree spot check 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/spot/check.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/spot/check.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/check.ts)_
|
|
@@ -35,4 +35,4 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree spot create --spot-name "My Spot" --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/spot/create.ts](https://github.com/23/twentythree-cli/blob/
|
|
38
|
+
_See code: [src/commands/spot/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/create.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree spot delete 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/spot/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/spot/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/delete.ts)_
|
|
@@ -40,4 +40,4 @@ EXAMPLES
|
|
|
40
40
|
$ twentythree spot list --json
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
_See code: [src/commands/spot/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
43
|
+
_See code: [src/commands/spot/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/list.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree spot reset-version 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/spot/reset-version.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/spot/reset-version.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/reset-version.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree spot set-videos 12345 --videos "111" --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/spot/set-videos.ts](https://github.com/23/twentythree-cli/blob/
|
|
35
|
+
_See code: [src/commands/spot/set-videos.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/set-videos.ts)_
|
|
@@ -37,4 +37,4 @@ EXAMPLES
|
|
|
37
37
|
$ twentythree spot update 12345 --spot-name "New Name" --json
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
_See code: [src/commands/spot/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
40
|
+
_See code: [src/commands/spot/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/update.ts)_
|
package/docs/commands/spot.md
CHANGED
|
@@ -35,7 +35,7 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree spot check 12345 --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/spot/check.ts](https://github.com/23/twentythree-cli/blob/
|
|
38
|
+
_See code: [src/commands/spot/check.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/check.ts)_
|
|
39
39
|
|
|
40
40
|
## `twentythree spot create`
|
|
41
41
|
|
|
@@ -67,7 +67,7 @@ EXAMPLES
|
|
|
67
67
|
$ twentythree spot create --spot-name "My Spot" --json
|
|
68
68
|
```
|
|
69
69
|
|
|
70
|
-
_See code: [src/commands/spot/create.ts](https://github.com/23/twentythree-cli/blob/
|
|
70
|
+
_See code: [src/commands/spot/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/create.ts)_
|
|
71
71
|
|
|
72
72
|
## `twentythree spot delete ID`
|
|
73
73
|
|
|
@@ -93,7 +93,7 @@ EXAMPLES
|
|
|
93
93
|
$ twentythree spot delete 12345 --json
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
_See code: [src/commands/spot/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
96
|
+
_See code: [src/commands/spot/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/delete.ts)_
|
|
97
97
|
|
|
98
98
|
## `twentythree spot list`
|
|
99
99
|
|
|
@@ -130,7 +130,7 @@ EXAMPLES
|
|
|
130
130
|
$ twentythree spot list --json
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [src/commands/spot/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
133
|
+
_See code: [src/commands/spot/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/list.ts)_
|
|
134
134
|
|
|
135
135
|
## `twentythree spot reset-version ID`
|
|
136
136
|
|
|
@@ -156,7 +156,7 @@ EXAMPLES
|
|
|
156
156
|
$ twentythree spot reset-version 12345 --json
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
_See code: [src/commands/spot/reset-version.ts](https://github.com/23/twentythree-cli/blob/
|
|
159
|
+
_See code: [src/commands/spot/reset-version.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/reset-version.ts)_
|
|
160
160
|
|
|
161
161
|
## `twentythree spot set-videos ID`
|
|
162
162
|
|
|
@@ -185,7 +185,7 @@ EXAMPLES
|
|
|
185
185
|
$ twentythree spot set-videos 12345 --videos "111" --json
|
|
186
186
|
```
|
|
187
187
|
|
|
188
|
-
_See code: [src/commands/spot/set-videos.ts](https://github.com/23/twentythree-cli/blob/
|
|
188
|
+
_See code: [src/commands/spot/set-videos.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/set-videos.ts)_
|
|
189
189
|
|
|
190
190
|
## `twentythree spot update ID`
|
|
191
191
|
|
|
@@ -219,4 +219,4 @@ EXAMPLES
|
|
|
219
219
|
$ twentythree spot update 12345 --spot-name "New Name" --json
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/spot/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
222
|
+
_See code: [src/commands/spot/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/spot/update.ts)_
|
|
@@ -41,4 +41,4 @@ EXAMPLES
|
|
|
41
41
|
$ twentythree tag list --json
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
_See code: [src/commands/tag/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
44
|
+
_See code: [src/commands/tag/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/tag/list.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree tag related marketing --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/tag/related.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/tag/related.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/tag/related.ts)_
|
package/docs/commands/tag.md
CHANGED
|
@@ -42,7 +42,7 @@ EXAMPLES
|
|
|
42
42
|
$ twentythree tag list --json
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
_See code: [src/commands/tag/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
45
|
+
_See code: [src/commands/tag/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/tag/list.ts)_
|
|
46
46
|
|
|
47
47
|
## `twentythree tag related TAG`
|
|
48
48
|
|
|
@@ -68,4 +68,4 @@ EXAMPLES
|
|
|
68
68
|
$ twentythree tag related marketing --json
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
_See code: [src/commands/tag/related.ts](https://github.com/23/twentythree-cli/blob/
|
|
71
|
+
_See code: [src/commands/tag/related.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/tag/related.ts)_
|
|
@@ -30,4 +30,4 @@ EXAMPLES
|
|
|
30
30
|
$ twentythree thumbnail add --name "My Template" --liquid-template "<div>{{ video.title }}</div>" --json
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
_See code: [src/commands/thumbnail/add.ts](https://github.com/23/twentythree-cli/blob/
|
|
33
|
+
_See code: [src/commands/thumbnail/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/thumbnail/add.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree thumbnail data 42 --object-id 12345 --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/thumbnail/data.ts](https://github.com/23/twentythree-cli/blob/
|
|
35
|
+
_See code: [src/commands/thumbnail/data.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/thumbnail/data.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree thumbnail delete 42 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/thumbnail/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/thumbnail/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/thumbnail/delete.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree thumbnail duplicate 42 --name "My Copy" --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/thumbnail/duplicate.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/thumbnail/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/thumbnail/duplicate.ts)_
|
|
@@ -32,7 +32,7 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree thumbnail file delete --template-id 42 --filename logo.png --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/thumbnail/file/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
35
|
+
_See code: [src/commands/thumbnail/file/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/thumbnail/file/delete.ts)_
|
|
36
36
|
|
|
37
37
|
## `twentythree thumbnail file list ID`
|
|
38
38
|
|
|
@@ -58,7 +58,7 @@ EXAMPLES
|
|
|
58
58
|
$ twentythree thumbnail file list 42 --json
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
_See code: [src/commands/thumbnail/file/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
61
|
+
_See code: [src/commands/thumbnail/file/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/thumbnail/file/list.ts)_
|
|
62
62
|
|
|
63
63
|
## `twentythree thumbnail file upload FILE`
|
|
64
64
|
|
|
@@ -87,4 +87,4 @@ EXAMPLES
|
|
|
87
87
|
$ twentythree thumbnail file upload ./banner.jpg --template-id 42 --json
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
_See code: [src/commands/thumbnail/file/upload.ts](https://github.com/23/twentythree-cli/blob/
|
|
90
|
+
_See code: [src/commands/thumbnail/file/upload.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/thumbnail/file/upload.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree thumbnail list --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/thumbnail/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/thumbnail/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/thumbnail/list.ts)_
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
`twentythree thumbnail:preview-scss`
|
|
2
|
+
====================================
|
|
3
|
+
|
|
4
|
+
Preview SCSS compiled to CSS for a thumbnail template
|
|
5
|
+
|
|
6
|
+
* [`twentythree thumbnail preview-scss ID`](#twentythree-thumbnail-preview-scss-id)
|
|
7
|
+
|
|
8
|
+
## `twentythree thumbnail preview-scss ID`
|
|
9
|
+
|
|
10
|
+
Preview SCSS compiled to CSS for a thumbnail template
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
USAGE
|
|
14
|
+
$ twentythree thumbnail preview-scss ID --scss <value> [--json] [-w <value>]
|
|
15
|
+
|
|
16
|
+
ARGUMENTS
|
|
17
|
+
ID Thumbnail template ID
|
|
18
|
+
|
|
19
|
+
FLAGS
|
|
20
|
+
--scss=<value> (required) SCSS styles to prerender into CSS
|
|
21
|
+
|
|
22
|
+
GLOBAL FLAGS
|
|
23
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
24
|
+
--json Format output as json.
|
|
25
|
+
|
|
26
|
+
DESCRIPTION
|
|
27
|
+
Preview SCSS compiled to CSS for a thumbnail template
|
|
28
|
+
|
|
29
|
+
EXAMPLES
|
|
30
|
+
$ twentythree thumbnail preview-scss 42 --scss ".title { font-size: 32px; }"
|
|
31
|
+
|
|
32
|
+
$ twentythree thumbnail preview-scss 42 --scss ".title { color: red; }" --json
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
_See code: [src/commands/thumbnail/preview-scss.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/thumbnail/preview-scss.ts)_
|
|
@@ -41,4 +41,4 @@ EXAMPLES
|
|
|
41
41
|
$ twentythree thumbnail update 42 --name "Updated Name" --json
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
_See code: [src/commands/thumbnail/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
44
|
+
_See code: [src/commands/thumbnail/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/thumbnail/update.ts)_
|