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.
Files changed (174) hide show
  1. package/dist/commands/auth/switch.cjs +45 -0
  2. package/dist/commands/seo/get.cjs +58 -0
  3. package/dist/commands/seo/status.cjs +59 -0
  4. package/dist/commands/seo/update.cjs +91 -0
  5. package/docs/commands/action/add.md +1 -1
  6. package/docs/commands/action/delete.md +1 -1
  7. package/docs/commands/action/exclude.md +1 -1
  8. package/docs/commands/action/get.md +1 -1
  9. package/docs/commands/action/include.md +1 -1
  10. package/docs/commands/action/list.md +1 -1
  11. package/docs/commands/action/types.md +1 -1
  12. package/docs/commands/action/update.md +1 -1
  13. package/docs/commands/action/upload.md +1 -1
  14. package/docs/commands/action.md +9 -9
  15. package/docs/commands/analytics/conversions.md +3 -3
  16. package/docs/commands/analytics/live.md +9 -9
  17. package/docs/commands/analytics/usage.md +18 -18
  18. package/docs/commands/analytics/video.md +12 -12
  19. package/docs/commands/analytics.md +42 -42
  20. package/docs/commands/app/add.md +1 -1
  21. package/docs/commands/app/delete.md +1 -1
  22. package/docs/commands/app/list.md +38 -0
  23. package/docs/commands/app/remove-thumbnail.md +32 -0
  24. package/docs/commands/app/set-thumbnail.md +35 -0
  25. package/docs/commands/app/update.md +1 -1
  26. package/docs/commands/app.md +93 -3
  27. package/docs/commands/audience/companies.md +1 -1
  28. package/docs/commands/audience/field.md +4 -4
  29. package/docs/commands/audience/funnel.md +1 -1
  30. package/docs/commands/audience/identity-sources.md +1 -1
  31. package/docs/commands/audience/list-collectors.md +1 -1
  32. package/docs/commands/audience/list.md +1 -1
  33. package/docs/commands/audience/metrics.md +1 -1
  34. package/docs/commands/audience/register.md +1 -1
  35. package/docs/commands/audience/remove.md +1 -1
  36. package/docs/commands/audience/search.md +1 -1
  37. package/docs/commands/audience/timelines.md +1 -1
  38. package/docs/commands/audience/unregister.md +1 -1
  39. package/docs/commands/audience.md +15 -15
  40. package/docs/commands/auth/credentials.md +1 -1
  41. package/docs/commands/auth/status.md +1 -1
  42. package/docs/commands/auth/switch.md +23 -0
  43. package/docs/commands/auth.md +20 -2
  44. package/docs/commands/autocomplete.md +27 -0
  45. package/docs/commands/category/create.md +1 -1
  46. package/docs/commands/category/delete.md +1 -1
  47. package/docs/commands/category/list.md +1 -1
  48. package/docs/commands/category/update.md +1 -1
  49. package/docs/commands/category.md +5 -5
  50. package/docs/commands/collector/exclude.md +1 -1
  51. package/docs/commands/collector/include.md +1 -1
  52. package/docs/commands/collector/list.md +1 -1
  53. package/docs/commands/collector.md +3 -3
  54. package/docs/commands/comment/add.md +1 -1
  55. package/docs/commands/comment/clone.md +1 -1
  56. package/docs/commands/comment/delete.md +1 -1
  57. package/docs/commands/comment/list.md +1 -1
  58. package/docs/commands/comment/promote.md +1 -1
  59. package/docs/commands/comment/reaction.md +3 -3
  60. package/docs/commands/comment/set-order.md +1 -1
  61. package/docs/commands/comment/update.md +1 -1
  62. package/docs/commands/comment.md +10 -10
  63. package/docs/commands/doctor.md +1 -1
  64. package/docs/commands/openupload/list.md +1 -1
  65. package/docs/commands/openupload/update-file.md +1 -1
  66. package/docs/commands/openupload/upload-file.md +1 -1
  67. package/docs/commands/openupload.md +3 -3
  68. package/docs/commands/player/delete.md +1 -1
  69. package/docs/commands/player/embed-versions.md +1 -1
  70. package/docs/commands/player/embed.md +1 -1
  71. package/docs/commands/player/list.md +1 -1
  72. package/docs/commands/player/remove-thumbnail.md +32 -0
  73. package/docs/commands/player/set-thumbnail.md +35 -0
  74. package/docs/commands/player/styles.md +1 -1
  75. package/docs/commands/player/update.md +1 -1
  76. package/docs/commands/player.md +63 -6
  77. package/docs/commands/poll/add.md +1 -1
  78. package/docs/commands/poll/answer.md +1 -1
  79. package/docs/commands/poll/list.md +1 -1
  80. package/docs/commands/poll/remove.md +1 -1
  81. package/docs/commands/poll/set-options.md +1 -1
  82. package/docs/commands/poll/update.md +1 -1
  83. package/docs/commands/poll.md +6 -6
  84. package/docs/commands/presentation/page.md +1 -1
  85. package/docs/commands/presentation/setting.md +2 -2
  86. package/docs/commands/presentation.md +3 -3
  87. package/docs/commands/protection/protect.md +1 -1
  88. package/docs/commands/protection/unprotect.md +1 -1
  89. package/docs/commands/protection/verify.md +1 -1
  90. package/docs/commands/protection.md +3 -3
  91. package/docs/commands/seo/get.md +33 -0
  92. package/docs/commands/seo/status.md +33 -0
  93. package/docs/commands/seo/update.md +42 -0
  94. package/docs/commands/seo.md +98 -0
  95. package/docs/commands/session/get-token.md +1 -1
  96. package/docs/commands/session/redeem-token.md +1 -1
  97. package/docs/commands/session.md +2 -2
  98. package/docs/commands/setting/update.md +1 -1
  99. package/docs/commands/setting.md +1 -1
  100. package/docs/commands/site/get.md +1 -1
  101. package/docs/commands/site/search.md +1 -1
  102. package/docs/commands/site.md +2 -2
  103. package/docs/commands/spot/check.md +1 -1
  104. package/docs/commands/spot/create.md +1 -1
  105. package/docs/commands/spot/delete.md +1 -1
  106. package/docs/commands/spot/list.md +1 -1
  107. package/docs/commands/spot/reset-version.md +1 -1
  108. package/docs/commands/spot/set-videos.md +1 -1
  109. package/docs/commands/spot/update.md +1 -1
  110. package/docs/commands/spot.md +7 -7
  111. package/docs/commands/tag/list.md +1 -1
  112. package/docs/commands/tag/related.md +1 -1
  113. package/docs/commands/tag.md +2 -2
  114. package/docs/commands/thumbnail/add.md +1 -1
  115. package/docs/commands/thumbnail/data.md +1 -1
  116. package/docs/commands/thumbnail/delete.md +1 -1
  117. package/docs/commands/thumbnail/duplicate.md +1 -1
  118. package/docs/commands/thumbnail/file.md +3 -3
  119. package/docs/commands/thumbnail/list.md +1 -1
  120. package/docs/commands/thumbnail/preview-scss.md +35 -0
  121. package/docs/commands/thumbnail/update.md +1 -1
  122. package/docs/commands/thumbnail.md +40 -10
  123. package/docs/commands/user/create.md +1 -1
  124. package/docs/commands/user/get-login-token.md +1 -1
  125. package/docs/commands/user/get.md +1 -1
  126. package/docs/commands/user/list.md +1 -1
  127. package/docs/commands/user/redeem-login-token.md +1 -1
  128. package/docs/commands/user/send-invitation.md +1 -1
  129. package/docs/commands/user/tokens.md +1 -1
  130. package/docs/commands/user/update.md +1 -1
  131. package/docs/commands/user.md +8 -8
  132. package/docs/commands/video/delete.md +1 -1
  133. package/docs/commands/video/frame.md +1 -1
  134. package/docs/commands/video/get.md +1 -1
  135. package/docs/commands/video/list.md +1 -1
  136. package/docs/commands/video/replace.md +1 -1
  137. package/docs/commands/video/section.md +33 -6
  138. package/docs/commands/video/subtitle.md +16 -21
  139. package/docs/commands/video/transcoding-progress.md +1 -1
  140. package/docs/commands/video/update.md +4 -2
  141. package/docs/commands/video/upload.md +1 -1
  142. package/docs/commands/video.md +61 -37
  143. package/docs/commands/webhook/events.md +1 -1
  144. package/docs/commands/webhook/list.md +1 -1
  145. package/docs/commands/webhook/sample.md +1 -1
  146. package/docs/commands/webhook/subscribe.md +1 -1
  147. package/docs/commands/webhook/unsubscribe.md +1 -1
  148. package/docs/commands/webhook.md +5 -5
  149. package/docs/commands/webinar/attachment.md +4 -4
  150. package/docs/commands/webinar/clips.md +1 -1
  151. package/docs/commands/webinar/create.md +1 -1
  152. package/docs/commands/webinar/delete.md +1 -1
  153. package/docs/commands/webinar/highlights.md +1 -1
  154. package/docs/commands/webinar/list-formats.md +1 -1
  155. package/docs/commands/webinar/list.md +1 -1
  156. package/docs/commands/webinar/log.md +1 -1
  157. package/docs/commands/webinar/mail.md +7 -7
  158. package/docs/commands/webinar/metrics.md +1 -1
  159. package/docs/commands/webinar/queued-video.md +2 -2
  160. package/docs/commands/webinar/recording.md +4 -4
  161. package/docs/commands/webinar/repeat.md +1 -1
  162. package/docs/commands/webinar/room.md +4 -4
  163. package/docs/commands/webinar/section.md +4 -4
  164. package/docs/commands/webinar/series.md +16 -13
  165. package/docs/commands/webinar/speaker.md +14 -14
  166. package/docs/commands/webinar/transcription.md +4 -4
  167. package/docs/commands/webinar/update.md +4 -2
  168. package/docs/commands/webinar/upload-image.md +1 -1
  169. package/docs/commands/webinar.md +74 -69
  170. package/docs/commands/workspace/list.md +1 -1
  171. package/docs/commands/workspace/use.md +1 -1
  172. package/docs/commands/workspace.md +2 -2
  173. package/oclif.manifest.json +994 -688
  174. package/package.json +1 -1
@@ -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/v0.1.0/src/commands/category/index.ts)_
24
+ _See code: [src/commands/category/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/category/create.ts)_
54
+ _See code: [src/commands/category/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/category/delete.ts)_
80
+ _See code: [src/commands/category/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/category/list.ts)_
108
+ _See code: [src/commands/category/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/category/update.ts)_
141
+ _See code: [src/commands/category/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/collector/exclude.ts)_
33
+ _See code: [src/commands/collector/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/collector/include.ts)_
33
+ _See code: [src/commands/collector/include.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/collector/list.ts)_
37
+ _See code: [src/commands/collector/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/collector/exclude.ts)_
35
+ _See code: [src/commands/collector/exclude.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/collector/include.ts)_
62
+ _See code: [src/commands/collector/include.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/collector/list.ts)_
93
+ _See code: [src/commands/collector/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/comment/add.ts)_
43
+ _See code: [src/commands/comment/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/comment/clone.ts)_
35
+ _See code: [src/commands/comment/clone.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/comment/delete.ts)_
32
+ _See code: [src/commands/comment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/comment/list.ts)_
42
+ _See code: [src/commands/comment/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/comment/promote.ts)_
37
+ _See code: [src/commands/comment/promote.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/comment/reaction/add.ts)_
42
+ _See code: [src/commands/comment/reaction/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/comment/reaction/list.ts)_
72
+ _See code: [src/commands/comment/reaction/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/comment/reaction/remove.ts)_
106
+ _See code: [src/commands/comment/reaction/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/comment/set-order.ts)_
34
+ _See code: [src/commands/comment/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/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/v0.1.0/src/commands/comment/update.ts)_
36
+ _See code: [src/commands/comment/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/comment/update.ts)_
@@ -49,7 +49,7 @@ EXAMPLES
49
49
  $ twentythree comment add --object-id 456 --object-type live --content "Question?" --comment-type question
50
50
  ```
51
51
 
52
- _See code: [src/commands/comment/add.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/comment/add.ts)_
52
+ _See code: [src/commands/comment/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/comment/add.ts)_
53
53
 
54
54
  ## `twentythree comment clone [ID]`
55
55
 
@@ -78,7 +78,7 @@ EXAMPLES
78
78
  $ twentythree comment clone 789 --clone-type question
79
79
  ```
80
80
 
81
- _See code: [src/commands/comment/clone.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/comment/clone.ts)_
81
+ _See code: [src/commands/comment/clone.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/comment/clone.ts)_
82
82
 
83
83
  ## `twentythree comment delete ID`
84
84
 
@@ -104,7 +104,7 @@ EXAMPLES
104
104
  $ twentythree comment delete 789 --json
105
105
  ```
106
106
 
107
- _See code: [src/commands/comment/delete.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/comment/delete.ts)_
107
+ _See code: [src/commands/comment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/comment/delete.ts)_
108
108
 
109
109
  ## `twentythree comment list`
110
110
 
@@ -140,7 +140,7 @@ EXAMPLES
140
140
  $ twentythree comment list --json
141
141
  ```
142
142
 
143
- _See code: [src/commands/comment/list.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/comment/list.ts)_
143
+ _See code: [src/commands/comment/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/comment/list.ts)_
144
144
 
145
145
  ## `twentythree comment promote ID`
146
146
 
@@ -171,7 +171,7 @@ EXAMPLES
171
171
  $ twentythree comment promote 789 --no-promoted
172
172
  ```
173
173
 
174
- _See code: [src/commands/comment/promote.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/comment/promote.ts)_
174
+ _See code: [src/commands/comment/promote.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/comment/promote.ts)_
175
175
 
176
176
  ## `twentythree comment reaction add ID`
177
177
 
@@ -205,7 +205,7 @@ EXAMPLES
205
205
  $ twentythree comment reaction add 789 --object-id 123 --object-token abc --reaction "❤️" --object-type photo
206
206
  ```
207
207
 
208
- _See code: [src/commands/comment/reaction/add.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/comment/reaction/add.ts)_
208
+ _See code: [src/commands/comment/reaction/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/comment/reaction/add.ts)_
209
209
 
210
210
  ## `twentythree comment reaction list`
211
211
 
@@ -235,7 +235,7 @@ EXAMPLES
235
235
  $ twentythree comment reaction list --object-id 123 --object-token abc --object-type photo
236
236
  ```
237
237
 
238
- _See code: [src/commands/comment/reaction/list.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/comment/reaction/list.ts)_
238
+ _See code: [src/commands/comment/reaction/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/comment/reaction/list.ts)_
239
239
 
240
240
  ## `twentythree comment reaction remove ID`
241
241
 
@@ -269,7 +269,7 @@ EXAMPLES
269
269
  $ twentythree comment reaction remove 789 --object-id 123 --object-token abc --reaction "❤️" --object-type photo
270
270
  ```
271
271
 
272
- _See code: [src/commands/comment/reaction/remove.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/comment/reaction/remove.ts)_
272
+ _See code: [src/commands/comment/reaction/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/comment/reaction/remove.ts)_
273
273
 
274
274
  ## `twentythree comment set-order`
275
275
 
@@ -297,7 +297,7 @@ EXAMPLES
297
297
  $ twentythree comment set-order --object-id 123 --order "789,456" --comment-type question
298
298
  ```
299
299
 
300
- _See code: [src/commands/comment/set-order.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/comment/set-order.ts)_
300
+ _See code: [src/commands/comment/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/comment/set-order.ts)_
301
301
 
302
302
  ## `twentythree comment update ID`
303
303
 
@@ -327,4 +327,4 @@ EXAMPLES
327
327
  $ twentythree comment update 789 --object-id 123 --status dismissed
328
328
  ```
329
329
 
330
- _See code: [src/commands/comment/update.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/comment/update.ts)_
330
+ _See code: [src/commands/comment/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/comment/update.ts)_
@@ -25,4 +25,4 @@ EXAMPLES
25
25
  $ twentythree doctor --json
26
26
  ```
27
27
 
28
- _See code: [src/commands/doctor.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/doctor.ts)_
28
+ _See code: [src/commands/doctor.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/doctor.ts)_
@@ -33,4 +33,4 @@ EXAMPLES
33
33
  $ twentythree openupload list --json
34
34
  ```
35
35
 
36
- _See code: [src/commands/openupload/list.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/openupload/list.ts)_
36
+ _See code: [src/commands/openupload/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/openupload/list.ts)_
@@ -37,4 +37,4 @@ EXAMPLES
37
37
  $ twentythree openupload update-file --token-upload-id 123 --token abc123 --upload-key key456 --json
38
38
  ```
39
39
 
40
- _See code: [src/commands/openupload/update-file.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/openupload/update-file.ts)_
40
+ _See code: [src/commands/openupload/update-file.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/openupload/update-file.ts)_
@@ -36,4 +36,4 @@ EXAMPLES
36
36
  $ twentythree openupload upload-file --file-path ./video.mp4 --token-upload-id 123 --token abc123 --json
37
37
  ```
38
38
 
39
- _See code: [src/commands/openupload/upload-file.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/openupload/upload-file.ts)_
39
+ _See code: [src/commands/openupload/upload-file.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/openupload/upload-file.ts)_
@@ -35,7 +35,7 @@ EXAMPLES
35
35
  $ twentythree openupload list --json
36
36
  ```
37
37
 
38
- _See code: [src/commands/openupload/list.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/openupload/list.ts)_
38
+ _See code: [src/commands/openupload/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/openupload/list.ts)_
39
39
 
40
40
  ## `twentythree openupload update-file`
41
41
 
@@ -69,7 +69,7 @@ EXAMPLES
69
69
  $ twentythree openupload update-file --token-upload-id 123 --token abc123 --upload-key key456 --json
70
70
  ```
71
71
 
72
- _See code: [src/commands/openupload/update-file.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/openupload/update-file.ts)_
72
+ _See code: [src/commands/openupload/update-file.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/openupload/update-file.ts)_
73
73
 
74
74
  ## `twentythree openupload upload-file`
75
75
 
@@ -102,4 +102,4 @@ EXAMPLES
102
102
  $ twentythree openupload upload-file --file-path ./video.mp4 --token-upload-id 123 --token abc123 --json
103
103
  ```
104
104
 
105
- _See code: [src/commands/openupload/upload-file.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/openupload/upload-file.ts)_
105
+ _See code: [src/commands/openupload/upload-file.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/openupload/upload-file.ts)_
@@ -29,4 +29,4 @@ EXAMPLES
29
29
  $ twentythree player delete 42 --json
30
30
  ```
31
31
 
32
- _See code: [src/commands/player/delete.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/player/delete.ts)_
32
+ _See code: [src/commands/player/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/delete.ts)_
@@ -31,4 +31,4 @@ EXAMPLES
31
31
  $ twentythree player embed-versions --object-type live --object-id 456 --json
32
32
  ```
33
33
 
34
- _See code: [src/commands/player/embed-versions.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/player/embed-versions.ts)_
34
+ _See code: [src/commands/player/embed-versions.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/embed-versions.ts)_
@@ -48,4 +48,4 @@ EXAMPLES
48
48
  $ twentythree player embed --video-id 123 --json
49
49
  ```
50
50
 
51
- _See code: [src/commands/player/embed.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/player/embed.ts)_
51
+ _See code: [src/commands/player/embed.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/embed.ts)_
@@ -29,4 +29,4 @@ EXAMPLES
29
29
  $ twentythree player list --json
30
30
  ```
31
31
 
32
- _See code: [src/commands/player/list.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/player/list.ts)_
32
+ _See code: [src/commands/player/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/list.ts)_
@@ -0,0 +1,32 @@
1
+ `twentythree player:remove-thumbnail`
2
+ =====================================
3
+
4
+ Remove the custom thumbnail for a player, reverting to the default
5
+
6
+ * [`twentythree player remove-thumbnail ID`](#twentythree-player-remove-thumbnail-id)
7
+
8
+ ## `twentythree player remove-thumbnail ID`
9
+
10
+ Remove the custom thumbnail for a player, reverting to the default
11
+
12
+ ```
13
+ USAGE
14
+ $ twentythree player remove-thumbnail ID [--json] [-w <value>]
15
+
16
+ ARGUMENTS
17
+ ID Player 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 a player, reverting to the default
25
+
26
+ EXAMPLES
27
+ $ twentythree player remove-thumbnail 42
28
+
29
+ $ twentythree player remove-thumbnail 42 --json
30
+ ```
31
+
32
+ _See code: [src/commands/player/remove-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/remove-thumbnail.ts)_
@@ -0,0 +1,35 @@
1
+ `twentythree player:set-thumbnail`
2
+ ==================================
3
+
4
+ Upload and set a custom thumbnail image for a player
5
+
6
+ * [`twentythree player set-thumbnail FILE`](#twentythree-player-set-thumbnail-file)
7
+
8
+ ## `twentythree player set-thumbnail FILE`
9
+
10
+ Upload and set a custom thumbnail image for a player
11
+
12
+ ```
13
+ USAGE
14
+ $ twentythree player set-thumbnail FILE --player-id <value> [--json] [-w <value>]
15
+
16
+ ARGUMENTS
17
+ FILE Path to the thumbnail image file
18
+
19
+ FLAGS
20
+ --player-id=<value> (required) Player 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 a player
28
+
29
+ EXAMPLES
30
+ $ twentythree player set-thumbnail ./thumbnail.png --player-id 42
31
+
32
+ $ twentythree player set-thumbnail ./thumbnail.jpg --player-id 42 --json
33
+ ```
34
+
35
+ _See code: [src/commands/player/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/set-thumbnail.ts)_
@@ -29,4 +29,4 @@ EXAMPLES
29
29
  $ twentythree player styles --json
30
30
  ```
31
31
 
32
- _See code: [src/commands/player/styles.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/player/styles.ts)_
32
+ _See code: [src/commands/player/styles.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/styles.ts)_
@@ -34,4 +34,4 @@ EXAMPLES
34
34
  $ twentythree player update 42 --description "New description"
35
35
  ```
36
36
 
37
- _See code: [src/commands/player/update.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/player/update.ts)_
37
+ _See code: [src/commands/player/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/update.ts)_
@@ -7,6 +7,8 @@ Delete a player from the active workspace
7
7
  * [`twentythree player embed`](#twentythree-player-embed)
8
8
  * [`twentythree player embed-versions`](#twentythree-player-embed-versions)
9
9
  * [`twentythree player list`](#twentythree-player-list)
10
+ * [`twentythree player remove-thumbnail ID`](#twentythree-player-remove-thumbnail-id)
11
+ * [`twentythree player set-thumbnail FILE`](#twentythree-player-set-thumbnail-file)
10
12
  * [`twentythree player styles`](#twentythree-player-styles)
11
13
  * [`twentythree player update ID`](#twentythree-player-update-id)
12
14
 
@@ -34,7 +36,7 @@ EXAMPLES
34
36
  $ twentythree player delete 42 --json
35
37
  ```
36
38
 
37
- _See code: [src/commands/player/delete.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/player/delete.ts)_
39
+ _See code: [src/commands/player/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/delete.ts)_
38
40
 
39
41
  ## `twentythree player embed`
40
42
 
@@ -79,7 +81,7 @@ EXAMPLES
79
81
  $ twentythree player embed --video-id 123 --json
80
82
  ```
81
83
 
82
- _See code: [src/commands/player/embed.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/player/embed.ts)_
84
+ _See code: [src/commands/player/embed.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/embed.ts)_
83
85
 
84
86
  ## `twentythree player embed-versions`
85
87
 
@@ -107,7 +109,7 @@ EXAMPLES
107
109
  $ twentythree player embed-versions --object-type live --object-id 456 --json
108
110
  ```
109
111
 
110
- _See code: [src/commands/player/embed-versions.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/player/embed-versions.ts)_
112
+ _See code: [src/commands/player/embed-versions.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/embed-versions.ts)_
111
113
 
112
114
  ## `twentythree player list`
113
115
 
@@ -133,7 +135,62 @@ EXAMPLES
133
135
  $ twentythree player list --json
134
136
  ```
135
137
 
136
- _See code: [src/commands/player/list.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/player/list.ts)_
138
+ _See code: [src/commands/player/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/list.ts)_
139
+
140
+ ## `twentythree player remove-thumbnail ID`
141
+
142
+ Remove the custom thumbnail for a player, reverting to the default
143
+
144
+ ```
145
+ USAGE
146
+ $ twentythree player remove-thumbnail ID [--json] [-w <value>]
147
+
148
+ ARGUMENTS
149
+ ID Player ID
150
+
151
+ GLOBAL FLAGS
152
+ -w, --workspace=<value> Workspace domain or display name to use for this invocation.
153
+ --json Format output as json.
154
+
155
+ DESCRIPTION
156
+ Remove the custom thumbnail for a player, reverting to the default
157
+
158
+ EXAMPLES
159
+ $ twentythree player remove-thumbnail 42
160
+
161
+ $ twentythree player remove-thumbnail 42 --json
162
+ ```
163
+
164
+ _See code: [src/commands/player/remove-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/remove-thumbnail.ts)_
165
+
166
+ ## `twentythree player set-thumbnail FILE`
167
+
168
+ Upload and set a custom thumbnail image for a player
169
+
170
+ ```
171
+ USAGE
172
+ $ twentythree player set-thumbnail FILE --player-id <value> [--json] [-w <value>]
173
+
174
+ ARGUMENTS
175
+ FILE Path to the thumbnail image file
176
+
177
+ FLAGS
178
+ --player-id=<value> (required) Player ID to update
179
+
180
+ GLOBAL FLAGS
181
+ -w, --workspace=<value> Workspace domain or display name to use for this invocation.
182
+ --json Format output as json.
183
+
184
+ DESCRIPTION
185
+ Upload and set a custom thumbnail image for a player
186
+
187
+ EXAMPLES
188
+ $ twentythree player set-thumbnail ./thumbnail.png --player-id 42
189
+
190
+ $ twentythree player set-thumbnail ./thumbnail.jpg --player-id 42 --json
191
+ ```
192
+
193
+ _See code: [src/commands/player/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/set-thumbnail.ts)_
137
194
 
138
195
  ## `twentythree player styles`
139
196
 
@@ -159,7 +216,7 @@ EXAMPLES
159
216
  $ twentythree player styles --json
160
217
  ```
161
218
 
162
- _See code: [src/commands/player/styles.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/player/styles.ts)_
219
+ _See code: [src/commands/player/styles.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/styles.ts)_
163
220
 
164
221
  ## `twentythree player update ID`
165
222
 
@@ -190,4 +247,4 @@ EXAMPLES
190
247
  $ twentythree player update 42 --description "New description"
191
248
  ```
192
249
 
193
- _See code: [src/commands/player/update.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/player/update.ts)_
250
+ _See code: [src/commands/player/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/player/update.ts)_
@@ -30,4 +30,4 @@ EXAMPLES
30
30
  $ twentythree poll add --object-id 12345 --question "How are you?" --json
31
31
  ```
32
32
 
33
- _See code: [src/commands/poll/add.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/poll/add.ts)_
33
+ _See code: [src/commands/poll/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/poll/add.ts)_
@@ -35,4 +35,4 @@ EXAMPLES
35
35
  $ twentythree poll answer 99 --object-id 12345 --option-id 3 --json
36
36
  ```
37
37
 
38
- _See code: [src/commands/poll/answer.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/poll/answer.ts)_
38
+ _See code: [src/commands/poll/answer.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/poll/answer.ts)_
@@ -30,4 +30,4 @@ EXAMPLES
30
30
  $ twentythree poll list --object-id 12345 --json
31
31
  ```
32
32
 
33
- _See code: [src/commands/poll/list.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/poll/list.ts)_
33
+ _See code: [src/commands/poll/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/poll/list.ts)_
@@ -29,4 +29,4 @@ EXAMPLES
29
29
  $ twentythree poll remove 99 --json
30
30
  ```
31
31
 
32
- _See code: [src/commands/poll/remove.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/poll/remove.ts)_
32
+ _See code: [src/commands/poll/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/poll/remove.ts)_
@@ -32,4 +32,4 @@ EXAMPLES
32
32
  $ twentythree poll set-options 99 --option "Option A" --option "Option B" --json
33
33
  ```
34
34
 
35
- _See code: [src/commands/poll/set-options.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/poll/set-options.ts)_
35
+ _See code: [src/commands/poll/set-options.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/poll/set-options.ts)_
@@ -38,4 +38,4 @@ EXAMPLES
38
38
  $ twentythree poll update 99 --question "New?" --open --json
39
39
  ```
40
40
 
41
- _See code: [src/commands/poll/update.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/poll/update.ts)_
41
+ _See code: [src/commands/poll/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/poll/update.ts)_
@@ -35,7 +35,7 @@ EXAMPLES
35
35
  $ twentythree poll add --object-id 12345 --question "How are you?" --json
36
36
  ```
37
37
 
38
- _See code: [src/commands/poll/add.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/poll/add.ts)_
38
+ _See code: [src/commands/poll/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/poll/add.ts)_
39
39
 
40
40
  ## `twentythree poll answer ID`
41
41
 
@@ -67,7 +67,7 @@ EXAMPLES
67
67
  $ twentythree poll answer 99 --object-id 12345 --option-id 3 --json
68
68
  ```
69
69
 
70
- _See code: [src/commands/poll/answer.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/poll/answer.ts)_
70
+ _See code: [src/commands/poll/answer.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/poll/answer.ts)_
71
71
 
72
72
  ## `twentythree poll list`
73
73
 
@@ -94,7 +94,7 @@ EXAMPLES
94
94
  $ twentythree poll list --object-id 12345 --json
95
95
  ```
96
96
 
97
- _See code: [src/commands/poll/list.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/poll/list.ts)_
97
+ _See code: [src/commands/poll/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/poll/list.ts)_
98
98
 
99
99
  ## `twentythree poll remove ID`
100
100
 
@@ -120,7 +120,7 @@ EXAMPLES
120
120
  $ twentythree poll remove 99 --json
121
121
  ```
122
122
 
123
- _See code: [src/commands/poll/remove.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/poll/remove.ts)_
123
+ _See code: [src/commands/poll/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/poll/remove.ts)_
124
124
 
125
125
  ## `twentythree poll set-options ID`
126
126
 
@@ -149,7 +149,7 @@ EXAMPLES
149
149
  $ twentythree poll set-options 99 --option "Option A" --option "Option B" --json
150
150
  ```
151
151
 
152
- _See code: [src/commands/poll/set-options.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/poll/set-options.ts)_
152
+ _See code: [src/commands/poll/set-options.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/poll/set-options.ts)_
153
153
 
154
154
  ## `twentythree poll update ID`
155
155
 
@@ -184,4 +184,4 @@ EXAMPLES
184
184
  $ twentythree poll update 99 --question "New?" --open --json
185
185
  ```
186
186
 
187
- _See code: [src/commands/poll/update.ts](https://github.com/23/twentythree-cli/blob/v0.1.0/src/commands/poll/update.ts)_
187
+ _See code: [src/commands/poll/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.4/src/commands/poll/update.ts)_