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
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree app delete 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/app/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
32
|
+
_See code: [src/commands/app/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/app/delete.ts)_
|
|
@@ -35,4 +35,4 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree app list --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/app/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
38
|
+
_See code: [src/commands/app/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/app/list.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree app remove-thumbnail 42 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/app/remove-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
32
|
+
_See code: [src/commands/app/remove-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/app/remove-thumbnail.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree app set-thumbnail ./thumbnail.jpg --app-id 42 --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/app/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
35
|
+
_See code: [src/commands/app/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/app/set-thumbnail.ts)_
|
|
@@ -38,4 +38,4 @@ EXAMPLES
|
|
|
38
38
|
$ twentythree app update 12345 --name "Updated Name" --json
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
_See code: [src/commands/app/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
41
|
+
_See code: [src/commands/app/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/app/update.ts)_
|
package/docs/commands/app.md
CHANGED
|
@@ -40,7 +40,7 @@ EXAMPLES
|
|
|
40
40
|
$ twentythree app add --name "My App" --json
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
_See code: [src/commands/app/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
43
|
+
_See code: [src/commands/app/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/app/add.ts)_
|
|
44
44
|
|
|
45
45
|
## `twentythree app delete ID`
|
|
46
46
|
|
|
@@ -66,7 +66,7 @@ EXAMPLES
|
|
|
66
66
|
$ twentythree app delete 12345 --json
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
-
_See code: [src/commands/app/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
69
|
+
_See code: [src/commands/app/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/app/delete.ts)_
|
|
70
70
|
|
|
71
71
|
## `twentythree app list`
|
|
72
72
|
|
|
@@ -98,7 +98,7 @@ EXAMPLES
|
|
|
98
98
|
$ twentythree app list --json
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
-
_See code: [src/commands/app/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
101
|
+
_See code: [src/commands/app/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/app/list.ts)_
|
|
102
102
|
|
|
103
103
|
## `twentythree app remove-thumbnail ID`
|
|
104
104
|
|
|
@@ -124,7 +124,7 @@ EXAMPLES
|
|
|
124
124
|
$ twentythree app remove-thumbnail 42 --json
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
-
_See code: [src/commands/app/remove-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
127
|
+
_See code: [src/commands/app/remove-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/app/remove-thumbnail.ts)_
|
|
128
128
|
|
|
129
129
|
## `twentythree app set-thumbnail FILE`
|
|
130
130
|
|
|
@@ -153,7 +153,7 @@ EXAMPLES
|
|
|
153
153
|
$ twentythree app set-thumbnail ./thumbnail.jpg --app-id 42 --json
|
|
154
154
|
```
|
|
155
155
|
|
|
156
|
-
_See code: [src/commands/app/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
156
|
+
_See code: [src/commands/app/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/app/set-thumbnail.ts)_
|
|
157
157
|
|
|
158
158
|
## `twentythree app update ID`
|
|
159
159
|
|
|
@@ -188,4 +188,4 @@ EXAMPLES
|
|
|
188
188
|
$ twentythree app update 12345 --name "Updated Name" --json
|
|
189
189
|
```
|
|
190
190
|
|
|
191
|
-
_See code: [src/commands/app/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
191
|
+
_See code: [src/commands/app/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/app/update.ts)_
|
|
@@ -38,4 +38,4 @@ EXAMPLES
|
|
|
38
38
|
$ twentythree audience companies --domains "acme.com" --json
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
_See code: [src/commands/audience/companies.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
41
|
+
_See code: [src/commands/audience/companies.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/companies.ts)_
|
|
@@ -34,7 +34,7 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree audience field list --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/audience/field/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
37
|
+
_See code: [src/commands/audience/field/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/field/list.ts)_
|
|
38
38
|
|
|
39
39
|
## `twentythree audience field remove`
|
|
40
40
|
|
|
@@ -60,7 +60,7 @@ EXAMPLES
|
|
|
60
60
|
$ twentythree audience field remove --key "old-field" --json
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
_See code: [src/commands/audience/field/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
63
|
+
_See code: [src/commands/audience/field/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/field/remove.ts)_
|
|
64
64
|
|
|
65
65
|
## `twentythree audience field set`
|
|
66
66
|
|
|
@@ -93,7 +93,7 @@ EXAMPLES
|
|
|
93
93
|
$ twentythree audience field set --key "score" --type number --label "NPS Score" --priority 1 --json
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
_See code: [src/commands/audience/field/set.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
96
|
+
_See code: [src/commands/audience/field/set.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/field/set.ts)_
|
|
97
97
|
|
|
98
98
|
## `twentythree audience field types`
|
|
99
99
|
|
|
@@ -116,4 +116,4 @@ EXAMPLES
|
|
|
116
116
|
$ twentythree audience field types --json
|
|
117
117
|
```
|
|
118
118
|
|
|
119
|
-
_See code: [src/commands/audience/field/types.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
119
|
+
_See code: [src/commands/audience/field/types.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/field/types.ts)_
|
|
@@ -35,4 +35,4 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree audience funnel --live-type on_demand --resolve-recordings
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/audience/funnel.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
38
|
+
_See code: [src/commands/audience/funnel.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/funnel.ts)_
|
|
@@ -26,4 +26,4 @@ EXAMPLES
|
|
|
26
26
|
$ twentythree audience identity-sources --json
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
_See code: [src/commands/audience/identity-sources.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
29
|
+
_See code: [src/commands/audience/identity-sources.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/identity-sources.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree audience list-collectors --action-id 456 --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/audience/list-collectors.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
35
|
+
_See code: [src/commands/audience/list-collectors.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/list-collectors.ts)_
|
|
@@ -39,4 +39,4 @@ EXAMPLES
|
|
|
39
39
|
$ twentythree audience list --search "john" --identified --json
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
_See code: [src/commands/audience/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
42
|
+
_See code: [src/commands/audience/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/list.ts)_
|
|
@@ -37,4 +37,4 @@ EXAMPLES
|
|
|
37
37
|
$ twentythree audience metrics --search "acme" --size 100
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
_See code: [src/commands/audience/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
40
|
+
_See code: [src/commands/audience/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/metrics.ts)_
|
|
@@ -42,4 +42,4 @@ EXAMPLES
|
|
|
42
42
|
$ twentythree audience register --email "user@co.com" --company "Acme Corp" --source api --json
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
_See code: [src/commands/audience/register.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
45
|
+
_See code: [src/commands/audience/register.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/register.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree audience remove --email "user@co.com" --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/audience/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
35
|
+
_See code: [src/commands/audience/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/remove.ts)_
|
|
@@ -36,4 +36,4 @@ EXAMPLES
|
|
|
36
36
|
$ twentythree audience search --text "jane" --orderby score --order desc
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
_See code: [src/commands/audience/search.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
39
|
+
_See code: [src/commands/audience/search.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/search.ts)_
|
|
@@ -38,4 +38,4 @@ EXAMPLES
|
|
|
38
38
|
$ twentythree audience timelines --objects "456 789" --json
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
_See code: [src/commands/audience/timelines.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
41
|
+
_See code: [src/commands/audience/timelines.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/timelines.ts)_
|
|
@@ -33,4 +33,4 @@ EXAMPLES
|
|
|
33
33
|
$ twentythree audience unregister --object-id 789 --json
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [src/commands/audience/unregister.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
36
|
+
_See code: [src/commands/audience/unregister.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/unregister.ts)_
|
|
@@ -52,7 +52,7 @@ EXAMPLES
|
|
|
52
52
|
$ twentythree audience companies --domains "acme.com" --json
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
_See code: [src/commands/audience/companies.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
55
|
+
_See code: [src/commands/audience/companies.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/companies.ts)_
|
|
56
56
|
|
|
57
57
|
## `twentythree audience field list`
|
|
58
58
|
|
|
@@ -80,7 +80,7 @@ EXAMPLES
|
|
|
80
80
|
$ twentythree audience field list --json
|
|
81
81
|
```
|
|
82
82
|
|
|
83
|
-
_See code: [src/commands/audience/field/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
83
|
+
_See code: [src/commands/audience/field/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/field/list.ts)_
|
|
84
84
|
|
|
85
85
|
## `twentythree audience field remove`
|
|
86
86
|
|
|
@@ -106,7 +106,7 @@ EXAMPLES
|
|
|
106
106
|
$ twentythree audience field remove --key "old-field" --json
|
|
107
107
|
```
|
|
108
108
|
|
|
109
|
-
_See code: [src/commands/audience/field/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
109
|
+
_See code: [src/commands/audience/field/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/field/remove.ts)_
|
|
110
110
|
|
|
111
111
|
## `twentythree audience field set`
|
|
112
112
|
|
|
@@ -139,7 +139,7 @@ EXAMPLES
|
|
|
139
139
|
$ twentythree audience field set --key "score" --type number --label "NPS Score" --priority 1 --json
|
|
140
140
|
```
|
|
141
141
|
|
|
142
|
-
_See code: [src/commands/audience/field/set.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
142
|
+
_See code: [src/commands/audience/field/set.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/field/set.ts)_
|
|
143
143
|
|
|
144
144
|
## `twentythree audience field types`
|
|
145
145
|
|
|
@@ -162,7 +162,7 @@ EXAMPLES
|
|
|
162
162
|
$ twentythree audience field types --json
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
-
_See code: [src/commands/audience/field/types.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
165
|
+
_See code: [src/commands/audience/field/types.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/field/types.ts)_
|
|
166
166
|
|
|
167
167
|
## `twentythree audience funnel`
|
|
168
168
|
|
|
@@ -194,7 +194,7 @@ EXAMPLES
|
|
|
194
194
|
$ twentythree audience funnel --live-type on_demand --resolve-recordings
|
|
195
195
|
```
|
|
196
196
|
|
|
197
|
-
_See code: [src/commands/audience/funnel.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
197
|
+
_See code: [src/commands/audience/funnel.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/funnel.ts)_
|
|
198
198
|
|
|
199
199
|
## `twentythree audience identity-sources`
|
|
200
200
|
|
|
@@ -217,7 +217,7 @@ EXAMPLES
|
|
|
217
217
|
$ twentythree audience identity-sources --json
|
|
218
218
|
```
|
|
219
219
|
|
|
220
|
-
_See code: [src/commands/audience/identity-sources.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
220
|
+
_See code: [src/commands/audience/identity-sources.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/identity-sources.ts)_
|
|
221
221
|
|
|
222
222
|
## `twentythree audience list`
|
|
223
223
|
|
|
@@ -253,7 +253,7 @@ EXAMPLES
|
|
|
253
253
|
$ twentythree audience list --search "john" --identified --json
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [src/commands/audience/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
256
|
+
_See code: [src/commands/audience/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/list.ts)_
|
|
257
257
|
|
|
258
258
|
## `twentythree audience list-collectors`
|
|
259
259
|
|
|
@@ -282,7 +282,7 @@ EXAMPLES
|
|
|
282
282
|
$ twentythree audience list-collectors --action-id 456 --json
|
|
283
283
|
```
|
|
284
284
|
|
|
285
|
-
_See code: [src/commands/audience/list-collectors.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
285
|
+
_See code: [src/commands/audience/list-collectors.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/list-collectors.ts)_
|
|
286
286
|
|
|
287
287
|
## `twentythree audience metrics`
|
|
288
288
|
|
|
@@ -316,7 +316,7 @@ EXAMPLES
|
|
|
316
316
|
$ twentythree audience metrics --search "acme" --size 100
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/audience/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
319
|
+
_See code: [src/commands/audience/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/metrics.ts)_
|
|
320
320
|
|
|
321
321
|
## `twentythree audience register`
|
|
322
322
|
|
|
@@ -355,7 +355,7 @@ EXAMPLES
|
|
|
355
355
|
$ twentythree audience register --email "user@co.com" --company "Acme Corp" --source api --json
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [src/commands/audience/register.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
358
|
+
_See code: [src/commands/audience/register.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/register.ts)_
|
|
359
359
|
|
|
360
360
|
## `twentythree audience remove`
|
|
361
361
|
|
|
@@ -384,7 +384,7 @@ EXAMPLES
|
|
|
384
384
|
$ twentythree audience remove --email "user@co.com" --json
|
|
385
385
|
```
|
|
386
386
|
|
|
387
|
-
_See code: [src/commands/audience/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
387
|
+
_See code: [src/commands/audience/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/remove.ts)_
|
|
388
388
|
|
|
389
389
|
## `twentythree audience search`
|
|
390
390
|
|
|
@@ -417,7 +417,7 @@ EXAMPLES
|
|
|
417
417
|
$ twentythree audience search --text "jane" --orderby score --order desc
|
|
418
418
|
```
|
|
419
419
|
|
|
420
|
-
_See code: [src/commands/audience/search.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
420
|
+
_See code: [src/commands/audience/search.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/search.ts)_
|
|
421
421
|
|
|
422
422
|
## `twentythree audience timelines`
|
|
423
423
|
|
|
@@ -452,7 +452,7 @@ EXAMPLES
|
|
|
452
452
|
$ twentythree audience timelines --objects "456 789" --json
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [src/commands/audience/timelines.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
455
|
+
_See code: [src/commands/audience/timelines.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/timelines.ts)_
|
|
456
456
|
|
|
457
457
|
## `twentythree audience unregister`
|
|
458
458
|
|
|
@@ -482,4 +482,4 @@ EXAMPLES
|
|
|
482
482
|
$ twentythree audience unregister --object-id 789 --json
|
|
483
483
|
```
|
|
484
484
|
|
|
485
|
-
_See code: [src/commands/audience/unregister.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
485
|
+
_See code: [src/commands/audience/unregister.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/audience/unregister.ts)_
|
|
@@ -20,4 +20,4 @@ EXAMPLES
|
|
|
20
20
|
$ twentythree auth credentials
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
_See code: [src/commands/auth/credentials.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
23
|
+
_See code: [src/commands/auth/credentials.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/auth/credentials.ts)_
|
|
@@ -24,4 +24,4 @@ EXAMPLES
|
|
|
24
24
|
$ twentythree auth status
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
_See code: [src/commands/auth/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
27
|
+
_See code: [src/commands/auth/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/auth/status.ts)_
|
|
@@ -20,4 +20,4 @@ EXAMPLES
|
|
|
20
20
|
$ twentythree auth switch
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
_See code: [src/commands/auth/switch.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
23
|
+
_See code: [src/commands/auth/switch.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/auth/switch.ts)_
|
package/docs/commands/auth.md
CHANGED
|
@@ -22,7 +22,7 @@ EXAMPLES
|
|
|
22
22
|
$ twentythree auth credentials
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
_See code: [src/commands/auth/credentials.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
25
|
+
_See code: [src/commands/auth/credentials.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/auth/credentials.ts)_
|
|
26
26
|
|
|
27
27
|
## `twentythree auth status`
|
|
28
28
|
|
|
@@ -43,7 +43,7 @@ EXAMPLES
|
|
|
43
43
|
$ twentythree auth status
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
_See code: [src/commands/auth/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
46
|
+
_See code: [src/commands/auth/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/auth/status.ts)_
|
|
47
47
|
|
|
48
48
|
## `twentythree auth switch`
|
|
49
49
|
|
|
@@ -60,4 +60,4 @@ EXAMPLES
|
|
|
60
60
|
$ twentythree auth switch
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
_See code: [src/commands/auth/switch.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
63
|
+
_See code: [src/commands/auth/switch.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/auth/switch.ts)_
|
|
@@ -24,4 +24,4 @@ EXAMPLES
|
|
|
24
24
|
$ twentythree autocomplete
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
_See code: [src/commands/autocomplete/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
27
|
+
_See code: [src/commands/autocomplete/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/autocomplete/index.ts)_
|
|
@@ -33,4 +33,4 @@ EXAMPLES
|
|
|
33
33
|
$ twentythree category create --title "Hidden Category" --hidden
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [src/commands/category/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
36
|
+
_See code: [src/commands/category/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/category/create.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree category delete 42 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/category/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
32
|
+
_See code: [src/commands/category/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/category/delete.ts)_
|
|
@@ -31,4 +31,4 @@ EXAMPLES
|
|
|
31
31
|
$ twentythree category list --include-hidden
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
_See code: [src/commands/category/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
34
|
+
_See code: [src/commands/category/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/category/list.ts)_
|
|
@@ -36,4 +36,4 @@ EXAMPLES
|
|
|
36
36
|
$ twentythree category update 42
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
_See code: [src/commands/category/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
39
|
+
_See code: [src/commands/category/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/category/update.ts)_
|
|
@@ -21,7 +21,7 @@ DESCRIPTION
|
|
|
21
21
|
Manage categories — list, create, update, and delete
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-
_See code: [src/commands/category/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
24
|
+
_See code: [src/commands/category/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/category/index.ts)_
|
|
25
25
|
|
|
26
26
|
## `twentythree category create`
|
|
27
27
|
|
|
@@ -51,7 +51,7 @@ EXAMPLES
|
|
|
51
51
|
$ twentythree category create --title "Hidden Category" --hidden
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
-
_See code: [src/commands/category/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
54
|
+
_See code: [src/commands/category/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/category/create.ts)_
|
|
55
55
|
|
|
56
56
|
## `twentythree category delete ID`
|
|
57
57
|
|
|
@@ -77,7 +77,7 @@ EXAMPLES
|
|
|
77
77
|
$ twentythree category delete 42 --json
|
|
78
78
|
```
|
|
79
79
|
|
|
80
|
-
_See code: [src/commands/category/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
80
|
+
_See code: [src/commands/category/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/category/delete.ts)_
|
|
81
81
|
|
|
82
82
|
## `twentythree category list`
|
|
83
83
|
|
|
@@ -105,7 +105,7 @@ EXAMPLES
|
|
|
105
105
|
$ twentythree category list --include-hidden
|
|
106
106
|
```
|
|
107
107
|
|
|
108
|
-
_See code: [src/commands/category/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
108
|
+
_See code: [src/commands/category/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/category/list.ts)_
|
|
109
109
|
|
|
110
110
|
## `twentythree category update ID`
|
|
111
111
|
|
|
@@ -138,4 +138,4 @@ EXAMPLES
|
|
|
138
138
|
$ twentythree category update 42
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
-
_See code: [src/commands/category/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
141
|
+
_See code: [src/commands/category/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/category/update.ts)_
|
|
@@ -30,4 +30,4 @@ EXAMPLES
|
|
|
30
30
|
$ twentythree collector exclude 456 --object-id 123
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
_See code: [src/commands/collector/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
33
|
+
_See code: [src/commands/collector/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/collector/exclude.ts)_
|
|
@@ -30,4 +30,4 @@ EXAMPLES
|
|
|
30
30
|
$ twentythree collector include 456 --object-id 123
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
_See code: [src/commands/collector/include.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
33
|
+
_See code: [src/commands/collector/include.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/collector/include.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree collector list --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/collector/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
37
|
+
_See code: [src/commands/collector/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/collector/list.ts)_
|
|
@@ -32,7 +32,7 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree collector exclude 456 --object-id 123
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/collector/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
35
|
+
_See code: [src/commands/collector/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/collector/exclude.ts)_
|
|
36
36
|
|
|
37
37
|
## `twentythree collector include ID`
|
|
38
38
|
|
|
@@ -59,7 +59,7 @@ EXAMPLES
|
|
|
59
59
|
$ twentythree collector include 456 --object-id 123
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
-
_See code: [src/commands/collector/include.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
62
|
+
_See code: [src/commands/collector/include.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/collector/include.ts)_
|
|
63
63
|
|
|
64
64
|
## `twentythree collector list`
|
|
65
65
|
|
|
@@ -90,4 +90,4 @@ EXAMPLES
|
|
|
90
90
|
$ twentythree collector list --json
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
_See code: [src/commands/collector/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
93
|
+
_See code: [src/commands/collector/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/collector/list.ts)_
|
|
@@ -40,4 +40,4 @@ EXAMPLES
|
|
|
40
40
|
$ twentythree comment add --object-id 456 --object-type live --content "Question?" --comment-type question
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
_See code: [src/commands/comment/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
43
|
+
_See code: [src/commands/comment/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/add.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree comment clone 789 --clone-type question
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/comment/clone.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
35
|
+
_See code: [src/commands/comment/clone.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/clone.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree comment delete 789 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/comment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
32
|
+
_See code: [src/commands/comment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/delete.ts)_
|
|
@@ -39,4 +39,4 @@ EXAMPLES
|
|
|
39
39
|
$ twentythree comment list --json
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
_See code: [src/commands/comment/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
42
|
+
_See code: [src/commands/comment/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/list.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree comment promote 789 --no-promoted
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/comment/promote.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
37
|
+
_See code: [src/commands/comment/promote.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/promote.ts)_
|
|
@@ -39,7 +39,7 @@ EXAMPLES
|
|
|
39
39
|
$ twentythree comment reaction add 789 --object-id 123 --object-token abc --reaction "❤️" --object-type photo
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
_See code: [src/commands/comment/reaction/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
42
|
+
_See code: [src/commands/comment/reaction/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/reaction/add.ts)_
|
|
43
43
|
|
|
44
44
|
## `twentythree comment reaction list`
|
|
45
45
|
|
|
@@ -69,7 +69,7 @@ EXAMPLES
|
|
|
69
69
|
$ twentythree comment reaction list --object-id 123 --object-token abc --object-type photo
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
_See code: [src/commands/comment/reaction/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
72
|
+
_See code: [src/commands/comment/reaction/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/reaction/list.ts)_
|
|
73
73
|
|
|
74
74
|
## `twentythree comment reaction remove ID`
|
|
75
75
|
|
|
@@ -103,4 +103,4 @@ EXAMPLES
|
|
|
103
103
|
$ twentythree comment reaction remove 789 --object-id 123 --object-token abc --reaction "❤️" --object-type photo
|
|
104
104
|
```
|
|
105
105
|
|
|
106
|
-
_See code: [src/commands/comment/reaction/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
106
|
+
_See code: [src/commands/comment/reaction/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/reaction/remove.ts)_
|
|
@@ -31,4 +31,4 @@ EXAMPLES
|
|
|
31
31
|
$ twentythree comment set-order --object-id 123 --order "789,456" --comment-type question
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
_See code: [src/commands/comment/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
34
|
+
_See code: [src/commands/comment/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/set-order.ts)_
|
|
@@ -33,4 +33,4 @@ EXAMPLES
|
|
|
33
33
|
$ twentythree comment update 789 --object-id 123 --status dismissed
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [src/commands/comment/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
36
|
+
_See code: [src/commands/comment/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.5/src/commands/comment/update.ts)_
|