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
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
`twentythree app:list`
|
|
2
|
+
======================
|
|
3
|
+
|
|
4
|
+
List player design apps on the active workspace
|
|
5
|
+
|
|
6
|
+
* [`twentythree app list`](#twentythree-app-list)
|
|
7
|
+
|
|
8
|
+
## `twentythree app list`
|
|
9
|
+
|
|
10
|
+
List player design apps on the active workspace
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
USAGE
|
|
14
|
+
$ twentythree app list [--json] [-w <value>] [--app-id <value>] [--page <value>] [--size <value>]
|
|
15
|
+
|
|
16
|
+
FLAGS
|
|
17
|
+
--app-id=<value> Filter results to a specific app ID
|
|
18
|
+
--page=<value> Page offset
|
|
19
|
+
--size=<value> Number of results per page (default 20, max 100)
|
|
20
|
+
|
|
21
|
+
GLOBAL FLAGS
|
|
22
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
23
|
+
--json Format output as json.
|
|
24
|
+
|
|
25
|
+
DESCRIPTION
|
|
26
|
+
List player design apps on the active workspace
|
|
27
|
+
|
|
28
|
+
EXAMPLES
|
|
29
|
+
$ twentythree app list
|
|
30
|
+
|
|
31
|
+
$ twentythree app list --app-id 42
|
|
32
|
+
|
|
33
|
+
$ twentythree app list --page 2 --size 50
|
|
34
|
+
|
|
35
|
+
$ twentythree app list --json
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
_See code: [src/commands/app/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/app/list.ts)_
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
`twentythree app:remove-thumbnail`
|
|
2
|
+
==================================
|
|
3
|
+
|
|
4
|
+
Remove the custom thumbnail for an app, reverting to the default
|
|
5
|
+
|
|
6
|
+
* [`twentythree app remove-thumbnail ID`](#twentythree-app-remove-thumbnail-id)
|
|
7
|
+
|
|
8
|
+
## `twentythree app remove-thumbnail ID`
|
|
9
|
+
|
|
10
|
+
Remove the custom thumbnail for an app, reverting to the default
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
USAGE
|
|
14
|
+
$ twentythree app remove-thumbnail ID [--json] [-w <value>]
|
|
15
|
+
|
|
16
|
+
ARGUMENTS
|
|
17
|
+
ID App ID
|
|
18
|
+
|
|
19
|
+
GLOBAL FLAGS
|
|
20
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
21
|
+
--json Format output as json.
|
|
22
|
+
|
|
23
|
+
DESCRIPTION
|
|
24
|
+
Remove the custom thumbnail for an app, reverting to the default
|
|
25
|
+
|
|
26
|
+
EXAMPLES
|
|
27
|
+
$ twentythree app remove-thumbnail 42
|
|
28
|
+
|
|
29
|
+
$ twentythree app remove-thumbnail 42 --json
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
_See code: [src/commands/app/remove-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/app/remove-thumbnail.ts)_
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
`twentythree app:set-thumbnail`
|
|
2
|
+
===============================
|
|
3
|
+
|
|
4
|
+
Upload and set a custom thumbnail image for an app
|
|
5
|
+
|
|
6
|
+
* [`twentythree app set-thumbnail FILE`](#twentythree-app-set-thumbnail-file)
|
|
7
|
+
|
|
8
|
+
## `twentythree app set-thumbnail FILE`
|
|
9
|
+
|
|
10
|
+
Upload and set a custom thumbnail image for an app
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
USAGE
|
|
14
|
+
$ twentythree app set-thumbnail FILE --app-id <value> [--json] [-w <value>]
|
|
15
|
+
|
|
16
|
+
ARGUMENTS
|
|
17
|
+
FILE Path to the thumbnail image file
|
|
18
|
+
|
|
19
|
+
FLAGS
|
|
20
|
+
--app-id=<value> (required) App ID to update
|
|
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
|
+
Upload and set a custom thumbnail image for an app
|
|
28
|
+
|
|
29
|
+
EXAMPLES
|
|
30
|
+
$ twentythree app set-thumbnail ./thumbnail.png --app-id 42
|
|
31
|
+
|
|
32
|
+
$ twentythree app set-thumbnail ./thumbnail.jpg --app-id 42 --json
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
_See code: [src/commands/app/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
41
|
+
_See code: [src/commands/app/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/app/update.ts)_
|
package/docs/commands/app.md
CHANGED
|
@@ -5,6 +5,9 @@ Create a new app integration
|
|
|
5
5
|
|
|
6
6
|
* [`twentythree app add`](#twentythree-app-add)
|
|
7
7
|
* [`twentythree app delete ID`](#twentythree-app-delete-id)
|
|
8
|
+
* [`twentythree app list`](#twentythree-app-list)
|
|
9
|
+
* [`twentythree app remove-thumbnail ID`](#twentythree-app-remove-thumbnail-id)
|
|
10
|
+
* [`twentythree app set-thumbnail FILE`](#twentythree-app-set-thumbnail-file)
|
|
8
11
|
* [`twentythree app update ID`](#twentythree-app-update-id)
|
|
9
12
|
|
|
10
13
|
## `twentythree app add`
|
|
@@ -37,7 +40,7 @@ EXAMPLES
|
|
|
37
40
|
$ twentythree app add --name "My App" --json
|
|
38
41
|
```
|
|
39
42
|
|
|
40
|
-
_See code: [src/commands/app/add.ts](https://github.com/23/twentythree-cli/blob/
|
|
43
|
+
_See code: [src/commands/app/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/app/add.ts)_
|
|
41
44
|
|
|
42
45
|
## `twentythree app delete ID`
|
|
43
46
|
|
|
@@ -63,7 +66,94 @@ EXAMPLES
|
|
|
63
66
|
$ twentythree app delete 12345 --json
|
|
64
67
|
```
|
|
65
68
|
|
|
66
|
-
_See code: [src/commands/app/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
69
|
+
_See code: [src/commands/app/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/app/delete.ts)_
|
|
70
|
+
|
|
71
|
+
## `twentythree app list`
|
|
72
|
+
|
|
73
|
+
List player design apps on the active workspace
|
|
74
|
+
|
|
75
|
+
```
|
|
76
|
+
USAGE
|
|
77
|
+
$ twentythree app list [--json] [-w <value>] [--app-id <value>] [--page <value>] [--size <value>]
|
|
78
|
+
|
|
79
|
+
FLAGS
|
|
80
|
+
--app-id=<value> Filter results to a specific app ID
|
|
81
|
+
--page=<value> Page offset
|
|
82
|
+
--size=<value> Number of results per page (default 20, max 100)
|
|
83
|
+
|
|
84
|
+
GLOBAL FLAGS
|
|
85
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
86
|
+
--json Format output as json.
|
|
87
|
+
|
|
88
|
+
DESCRIPTION
|
|
89
|
+
List player design apps on the active workspace
|
|
90
|
+
|
|
91
|
+
EXAMPLES
|
|
92
|
+
$ twentythree app list
|
|
93
|
+
|
|
94
|
+
$ twentythree app list --app-id 42
|
|
95
|
+
|
|
96
|
+
$ twentythree app list --page 2 --size 50
|
|
97
|
+
|
|
98
|
+
$ twentythree app list --json
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
_See code: [src/commands/app/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/app/list.ts)_
|
|
102
|
+
|
|
103
|
+
## `twentythree app remove-thumbnail ID`
|
|
104
|
+
|
|
105
|
+
Remove the custom thumbnail for an app, reverting to the default
|
|
106
|
+
|
|
107
|
+
```
|
|
108
|
+
USAGE
|
|
109
|
+
$ twentythree app remove-thumbnail ID [--json] [-w <value>]
|
|
110
|
+
|
|
111
|
+
ARGUMENTS
|
|
112
|
+
ID App ID
|
|
113
|
+
|
|
114
|
+
GLOBAL FLAGS
|
|
115
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
116
|
+
--json Format output as json.
|
|
117
|
+
|
|
118
|
+
DESCRIPTION
|
|
119
|
+
Remove the custom thumbnail for an app, reverting to the default
|
|
120
|
+
|
|
121
|
+
EXAMPLES
|
|
122
|
+
$ twentythree app remove-thumbnail 42
|
|
123
|
+
|
|
124
|
+
$ twentythree app remove-thumbnail 42 --json
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
_See code: [src/commands/app/remove-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/app/remove-thumbnail.ts)_
|
|
128
|
+
|
|
129
|
+
## `twentythree app set-thumbnail FILE`
|
|
130
|
+
|
|
131
|
+
Upload and set a custom thumbnail image for an app
|
|
132
|
+
|
|
133
|
+
```
|
|
134
|
+
USAGE
|
|
135
|
+
$ twentythree app set-thumbnail FILE --app-id <value> [--json] [-w <value>]
|
|
136
|
+
|
|
137
|
+
ARGUMENTS
|
|
138
|
+
FILE Path to the thumbnail image file
|
|
139
|
+
|
|
140
|
+
FLAGS
|
|
141
|
+
--app-id=<value> (required) App ID to update
|
|
142
|
+
|
|
143
|
+
GLOBAL FLAGS
|
|
144
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
145
|
+
--json Format output as json.
|
|
146
|
+
|
|
147
|
+
DESCRIPTION
|
|
148
|
+
Upload and set a custom thumbnail image for an app
|
|
149
|
+
|
|
150
|
+
EXAMPLES
|
|
151
|
+
$ twentythree app set-thumbnail ./thumbnail.png --app-id 42
|
|
152
|
+
|
|
153
|
+
$ twentythree app set-thumbnail ./thumbnail.jpg --app-id 42 --json
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
_See code: [src/commands/app/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/app/set-thumbnail.ts)_
|
|
67
157
|
|
|
68
158
|
## `twentythree app update ID`
|
|
69
159
|
|
|
@@ -98,4 +188,4 @@ EXAMPLES
|
|
|
98
188
|
$ twentythree app update 12345 --name "Updated Name" --json
|
|
99
189
|
```
|
|
100
190
|
|
|
101
|
-
_See code: [src/commands/app/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
191
|
+
_See code: [src/commands/app/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
41
|
+
_See code: [src/commands/audience/companies.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
37
|
+
_See code: [src/commands/audience/field/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
63
|
+
_See code: [src/commands/audience/field/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
96
|
+
_See code: [src/commands/audience/field/set.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
119
|
+
_See code: [src/commands/audience/field/types.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
38
|
+
_See code: [src/commands/audience/funnel.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
29
|
+
_See code: [src/commands/audience/identity-sources.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
35
|
+
_See code: [src/commands/audience/list-collectors.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
42
|
+
_See code: [src/commands/audience/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
40
|
+
_See code: [src/commands/audience/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
45
|
+
_See code: [src/commands/audience/register.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
35
|
+
_See code: [src/commands/audience/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
39
|
+
_See code: [src/commands/audience/search.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
41
|
+
_See code: [src/commands/audience/timelines.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
36
|
+
_See code: [src/commands/audience/unregister.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
55
|
+
_See code: [src/commands/audience/companies.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
83
|
+
_See code: [src/commands/audience/field/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
109
|
+
_See code: [src/commands/audience/field/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
142
|
+
_See code: [src/commands/audience/field/set.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
165
|
+
_See code: [src/commands/audience/field/types.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
197
|
+
_See code: [src/commands/audience/funnel.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
220
|
+
_See code: [src/commands/audience/identity-sources.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
256
|
+
_See code: [src/commands/audience/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
285
|
+
_See code: [src/commands/audience/list-collectors.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
319
|
+
_See code: [src/commands/audience/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
358
|
+
_See code: [src/commands/audience/register.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
387
|
+
_See code: [src/commands/audience/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
420
|
+
_See code: [src/commands/audience/search.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
455
|
+
_See code: [src/commands/audience/timelines.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
485
|
+
_See code: [src/commands/audience/unregister.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
23
|
+
_See code: [src/commands/auth/credentials.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
27
|
+
_See code: [src/commands/auth/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/auth/status.ts)_
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
`twentythree auth:switch`
|
|
2
|
+
=========================
|
|
3
|
+
|
|
4
|
+
Switch the active workspace
|
|
5
|
+
|
|
6
|
+
* [`twentythree auth switch`](#twentythree-auth-switch)
|
|
7
|
+
|
|
8
|
+
## `twentythree auth switch`
|
|
9
|
+
|
|
10
|
+
Switch the active workspace
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
USAGE
|
|
14
|
+
$ twentythree auth switch
|
|
15
|
+
|
|
16
|
+
DESCRIPTION
|
|
17
|
+
Switch the active workspace
|
|
18
|
+
|
|
19
|
+
EXAMPLES
|
|
20
|
+
$ twentythree auth switch
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
_See code: [src/commands/auth/switch.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/auth/switch.ts)_
|
package/docs/commands/auth.md
CHANGED
|
@@ -5,6 +5,7 @@ Configure domain and bearer token for a TwentyThree workspace
|
|
|
5
5
|
|
|
6
6
|
* [`twentythree auth credentials`](#twentythree-auth-credentials)
|
|
7
7
|
* [`twentythree auth status`](#twentythree-auth-status)
|
|
8
|
+
* [`twentythree auth switch`](#twentythree-auth-switch)
|
|
8
9
|
|
|
9
10
|
## `twentythree auth credentials`
|
|
10
11
|
|
|
@@ -21,7 +22,7 @@ EXAMPLES
|
|
|
21
22
|
$ twentythree auth credentials
|
|
22
23
|
```
|
|
23
24
|
|
|
24
|
-
_See code: [src/commands/auth/credentials.ts](https://github.com/23/twentythree-cli/blob/
|
|
25
|
+
_See code: [src/commands/auth/credentials.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/auth/credentials.ts)_
|
|
25
26
|
|
|
26
27
|
## `twentythree auth status`
|
|
27
28
|
|
|
@@ -42,4 +43,21 @@ EXAMPLES
|
|
|
42
43
|
$ twentythree auth status
|
|
43
44
|
```
|
|
44
45
|
|
|
45
|
-
_See code: [src/commands/auth/status.ts](https://github.com/23/twentythree-cli/blob/
|
|
46
|
+
_See code: [src/commands/auth/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/auth/status.ts)_
|
|
47
|
+
|
|
48
|
+
## `twentythree auth switch`
|
|
49
|
+
|
|
50
|
+
Switch the active workspace
|
|
51
|
+
|
|
52
|
+
```
|
|
53
|
+
USAGE
|
|
54
|
+
$ twentythree auth switch
|
|
55
|
+
|
|
56
|
+
DESCRIPTION
|
|
57
|
+
Switch the active workspace
|
|
58
|
+
|
|
59
|
+
EXAMPLES
|
|
60
|
+
$ twentythree auth switch
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
_See code: [src/commands/auth/switch.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/auth/switch.ts)_
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
`twentythree autocomplete`
|
|
2
|
+
==========================
|
|
3
|
+
|
|
4
|
+
Set up tab completion for your shell
|
|
5
|
+
|
|
6
|
+
* [`twentythree autocomplete`](#twentythree-autocomplete)
|
|
7
|
+
|
|
8
|
+
## `twentythree autocomplete`
|
|
9
|
+
|
|
10
|
+
Set up tab completion for your shell
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
USAGE
|
|
14
|
+
$ twentythree autocomplete [--json] [-w <value>]
|
|
15
|
+
|
|
16
|
+
GLOBAL FLAGS
|
|
17
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
18
|
+
--json Format output as json.
|
|
19
|
+
|
|
20
|
+
DESCRIPTION
|
|
21
|
+
Set up tab completion for your shell
|
|
22
|
+
|
|
23
|
+
EXAMPLES
|
|
24
|
+
$ twentythree autocomplete
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
_See code: [src/commands/autocomplete/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
36
|
+
_See code: [src/commands/category/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
32
|
+
_See code: [src/commands/category/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
34
|
+
_See code: [src/commands/category/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/
|
|
39
|
+
_See code: [src/commands/category/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/category/update.ts)_
|