@sendmux/cli 1.4.0 → 1.5.0
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/README.md +53 -7
- package/dist/agent-auth.d.ts +37 -0
- package/dist/agent-auth.d.ts.map +1 -0
- package/dist/agent-auth.js +348 -0
- package/dist/base-command.d.ts.map +1 -1
- package/dist/base-command.js +32 -4
- package/dist/commands/agent/invite-owner.d.ts +12 -0
- package/dist/commands/agent/invite-owner.d.ts.map +1 -0
- package/dist/commands/agent/invite-owner.js +36 -0
- package/dist/commands/agent/register.d.ts +16 -0
- package/dist/commands/agent/register.d.ts.map +1 -0
- package/dist/commands/agent/register.js +42 -0
- package/dist/commands/mailbox/get-connection.d.ts +26 -0
- package/dist/commands/mailbox/get-connection.d.ts.map +1 -0
- package/dist/commands/mailbox/get-connection.js +7 -0
- package/dist/commands/management/get-connection.d.ts +26 -0
- package/dist/commands/management/get-connection.d.ts.map +1 -0
- package/dist/commands/management/get-connection.js +7 -0
- package/dist/commands/profiles/list.d.ts.map +1 -1
- package/dist/commands/profiles/list.js +26 -8
- package/dist/commands/profiles/set.d.ts.map +1 -1
- package/dist/commands/profiles/set.js +12 -11
- package/dist/commands/profiles/show.d.ts.map +1 -1
- package/dist/commands/profiles/show.js +19 -7
- package/dist/commands/sending/get-connection.d.ts +26 -0
- package/dist/commands/sending/get-connection.d.ts.map +1 -0
- package/dist/commands/sending/get-connection.js +7 -0
- package/dist/generated/operations.d.ts +63 -0
- package/dist/generated/operations.d.ts.map +1 -1
- package/dist/generated/operations.js +69 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/profiles.d.ts +38 -2
- package/dist/profiles.d.ts.map +1 -1
- package/dist/profiles.js +147 -4
- package/oclif.manifest.json +743 -150
- package/package.json +5 -2
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,244 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
+
"agent:invite-owner": {
|
|
4
|
+
"aliases": [],
|
|
5
|
+
"args": {
|
|
6
|
+
"email": {
|
|
7
|
+
"description": "Owner email address.",
|
|
8
|
+
"name": "email",
|
|
9
|
+
"required": true
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"description": "Invite an owner to approve sending for an agent inbox.",
|
|
13
|
+
"flags": {
|
|
14
|
+
"json": {
|
|
15
|
+
"description": "Format output as json.",
|
|
16
|
+
"helpGroup": "GLOBAL",
|
|
17
|
+
"name": "json",
|
|
18
|
+
"allowNo": false,
|
|
19
|
+
"type": "boolean"
|
|
20
|
+
},
|
|
21
|
+
"profile": {
|
|
22
|
+
"char": "p",
|
|
23
|
+
"description": "Registered agent profile name.",
|
|
24
|
+
"name": "profile",
|
|
25
|
+
"required": true,
|
|
26
|
+
"hasDynamicHelp": false,
|
|
27
|
+
"multiple": false,
|
|
28
|
+
"type": "option"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"hasDynamicHelp": false,
|
|
32
|
+
"hiddenAliases": [],
|
|
33
|
+
"id": "agent:invite-owner",
|
|
34
|
+
"pluginAlias": "@sendmux/cli",
|
|
35
|
+
"pluginName": "@sendmux/cli",
|
|
36
|
+
"pluginType": "core",
|
|
37
|
+
"strict": true,
|
|
38
|
+
"enableJsonFlag": true,
|
|
39
|
+
"isESM": true,
|
|
40
|
+
"relativePath": [
|
|
41
|
+
"dist",
|
|
42
|
+
"commands",
|
|
43
|
+
"agent",
|
|
44
|
+
"invite-owner.js"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"agent:register": {
|
|
48
|
+
"aliases": [],
|
|
49
|
+
"args": {
|
|
50
|
+
"profile": {
|
|
51
|
+
"description": "Local profile name for the agent inbox.",
|
|
52
|
+
"name": "profile",
|
|
53
|
+
"required": true
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"description": "Register a durable agent inbox profile.",
|
|
57
|
+
"flags": {
|
|
58
|
+
"json": {
|
|
59
|
+
"description": "Format output as json.",
|
|
60
|
+
"helpGroup": "GLOBAL",
|
|
61
|
+
"name": "json",
|
|
62
|
+
"allowNo": false,
|
|
63
|
+
"type": "boolean"
|
|
64
|
+
},
|
|
65
|
+
"base-url": {
|
|
66
|
+
"description": "Sendmux app origin. Defaults to https://app.sendmux.ai.",
|
|
67
|
+
"name": "base-url",
|
|
68
|
+
"hasDynamicHelp": false,
|
|
69
|
+
"multiple": false,
|
|
70
|
+
"type": "option"
|
|
71
|
+
},
|
|
72
|
+
"client-name": {
|
|
73
|
+
"description": "Optional agent client name.",
|
|
74
|
+
"name": "client-name",
|
|
75
|
+
"hasDynamicHelp": false,
|
|
76
|
+
"multiple": false,
|
|
77
|
+
"type": "option"
|
|
78
|
+
},
|
|
79
|
+
"default": {
|
|
80
|
+
"description": "Make this the default profile.",
|
|
81
|
+
"name": "default",
|
|
82
|
+
"allowNo": false,
|
|
83
|
+
"type": "boolean"
|
|
84
|
+
},
|
|
85
|
+
"mailbox-local-part": {
|
|
86
|
+
"description": "Optional requested mailbox local part.",
|
|
87
|
+
"name": "mailbox-local-part",
|
|
88
|
+
"hasDynamicHelp": false,
|
|
89
|
+
"multiple": false,
|
|
90
|
+
"type": "option"
|
|
91
|
+
},
|
|
92
|
+
"owner-email": {
|
|
93
|
+
"description": "Invite this owner after the inbox becomes ready.",
|
|
94
|
+
"name": "owner-email",
|
|
95
|
+
"hasDynamicHelp": false,
|
|
96
|
+
"multiple": false,
|
|
97
|
+
"type": "option"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"hasDynamicHelp": false,
|
|
101
|
+
"hiddenAliases": [],
|
|
102
|
+
"id": "agent:register",
|
|
103
|
+
"pluginAlias": "@sendmux/cli",
|
|
104
|
+
"pluginName": "@sendmux/cli",
|
|
105
|
+
"pluginType": "core",
|
|
106
|
+
"strict": true,
|
|
107
|
+
"enableJsonFlag": true,
|
|
108
|
+
"isESM": true,
|
|
109
|
+
"relativePath": [
|
|
110
|
+
"dist",
|
|
111
|
+
"commands",
|
|
112
|
+
"agent",
|
|
113
|
+
"register.js"
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
"profiles:list": {
|
|
117
|
+
"aliases": [],
|
|
118
|
+
"args": {},
|
|
119
|
+
"description": "List local Sendmux CLI profiles.",
|
|
120
|
+
"flags": {
|
|
121
|
+
"json": {
|
|
122
|
+
"description": "Format output as json.",
|
|
123
|
+
"helpGroup": "GLOBAL",
|
|
124
|
+
"name": "json",
|
|
125
|
+
"allowNo": false,
|
|
126
|
+
"type": "boolean"
|
|
127
|
+
},
|
|
128
|
+
"verbose": {
|
|
129
|
+
"description": "Include masked API key prefixes.",
|
|
130
|
+
"name": "verbose",
|
|
131
|
+
"allowNo": false,
|
|
132
|
+
"type": "boolean"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"hasDynamicHelp": false,
|
|
136
|
+
"hiddenAliases": [],
|
|
137
|
+
"id": "profiles:list",
|
|
138
|
+
"pluginAlias": "@sendmux/cli",
|
|
139
|
+
"pluginName": "@sendmux/cli",
|
|
140
|
+
"pluginType": "core",
|
|
141
|
+
"strict": true,
|
|
142
|
+
"enableJsonFlag": true,
|
|
143
|
+
"isESM": true,
|
|
144
|
+
"relativePath": [
|
|
145
|
+
"dist",
|
|
146
|
+
"commands",
|
|
147
|
+
"profiles",
|
|
148
|
+
"list.js"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"profiles:set": {
|
|
152
|
+
"aliases": [],
|
|
153
|
+
"args": {
|
|
154
|
+
"name": {
|
|
155
|
+
"description": "Profile name.",
|
|
156
|
+
"name": "name",
|
|
157
|
+
"required": true
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"description": "Create or update a local Sendmux CLI profile.",
|
|
161
|
+
"flags": {
|
|
162
|
+
"json": {
|
|
163
|
+
"description": "Format output as json.",
|
|
164
|
+
"helpGroup": "GLOBAL",
|
|
165
|
+
"name": "json",
|
|
166
|
+
"allowNo": false,
|
|
167
|
+
"type": "boolean"
|
|
168
|
+
},
|
|
169
|
+
"api-key": {
|
|
170
|
+
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
171
|
+
"name": "api-key",
|
|
172
|
+
"required": false,
|
|
173
|
+
"hasDynamicHelp": false,
|
|
174
|
+
"multiple": false,
|
|
175
|
+
"type": "option"
|
|
176
|
+
},
|
|
177
|
+
"base-url": {
|
|
178
|
+
"description": "Optional API base URL override for this profile.",
|
|
179
|
+
"name": "base-url",
|
|
180
|
+
"hasDynamicHelp": false,
|
|
181
|
+
"multiple": false,
|
|
182
|
+
"type": "option"
|
|
183
|
+
},
|
|
184
|
+
"default": {
|
|
185
|
+
"description": "Make this the default profile.",
|
|
186
|
+
"name": "default",
|
|
187
|
+
"allowNo": false,
|
|
188
|
+
"type": "boolean"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"hasDynamicHelp": false,
|
|
192
|
+
"hiddenAliases": [],
|
|
193
|
+
"id": "profiles:set",
|
|
194
|
+
"pluginAlias": "@sendmux/cli",
|
|
195
|
+
"pluginName": "@sendmux/cli",
|
|
196
|
+
"pluginType": "core",
|
|
197
|
+
"strict": true,
|
|
198
|
+
"enableJsonFlag": true,
|
|
199
|
+
"isESM": true,
|
|
200
|
+
"relativePath": [
|
|
201
|
+
"dist",
|
|
202
|
+
"commands",
|
|
203
|
+
"profiles",
|
|
204
|
+
"set.js"
|
|
205
|
+
]
|
|
206
|
+
},
|
|
207
|
+
"profiles:show": {
|
|
208
|
+
"aliases": [],
|
|
209
|
+
"args": {
|
|
210
|
+
"name": {
|
|
211
|
+
"description": "Profile name. Defaults to the configured default profile.",
|
|
212
|
+
"name": "name",
|
|
213
|
+
"required": false
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"description": "Show a local Sendmux CLI profile without revealing its key.",
|
|
217
|
+
"flags": {
|
|
218
|
+
"json": {
|
|
219
|
+
"description": "Format output as json.",
|
|
220
|
+
"helpGroup": "GLOBAL",
|
|
221
|
+
"name": "json",
|
|
222
|
+
"allowNo": false,
|
|
223
|
+
"type": "boolean"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"hasDynamicHelp": false,
|
|
227
|
+
"hiddenAliases": [],
|
|
228
|
+
"id": "profiles:show",
|
|
229
|
+
"pluginAlias": "@sendmux/cli",
|
|
230
|
+
"pluginName": "@sendmux/cli",
|
|
231
|
+
"pluginType": "core",
|
|
232
|
+
"strict": true,
|
|
233
|
+
"enableJsonFlag": true,
|
|
234
|
+
"isESM": true,
|
|
235
|
+
"relativePath": [
|
|
236
|
+
"dist",
|
|
237
|
+
"commands",
|
|
238
|
+
"profiles",
|
|
239
|
+
"show.js"
|
|
240
|
+
]
|
|
241
|
+
},
|
|
3
242
|
"mailbox:batch-delete-messages": {
|
|
4
243
|
"aliases": [],
|
|
5
244
|
"args": {},
|
|
@@ -1659,13 +1898,173 @@
|
|
|
1659
1898
|
}
|
|
1660
1899
|
},
|
|
1661
1900
|
{
|
|
1662
|
-
"name": "mailbox_id",
|
|
1901
|
+
"name": "mailbox_id",
|
|
1902
|
+
"required": false,
|
|
1903
|
+
"schema": {
|
|
1904
|
+
"type": "string"
|
|
1905
|
+
}
|
|
1906
|
+
}
|
|
1907
|
+
],
|
|
1908
|
+
"responseKind": "json",
|
|
1909
|
+
"requestBodyRequired": false,
|
|
1910
|
+
"requiredKeyKind": "mailbox",
|
|
1911
|
+
"surface": "mailbox"
|
|
1912
|
+
},
|
|
1913
|
+
"isESM": true,
|
|
1914
|
+
"relativePath": [
|
|
1915
|
+
"dist",
|
|
1916
|
+
"commands",
|
|
1917
|
+
"mailbox",
|
|
1918
|
+
"get-changes.js"
|
|
1919
|
+
]
|
|
1920
|
+
},
|
|
1921
|
+
"mailbox:get-connection": {
|
|
1922
|
+
"aliases": [],
|
|
1923
|
+
"args": {},
|
|
1924
|
+
"description": "Get Mailbox connection",
|
|
1925
|
+
"flags": {
|
|
1926
|
+
"json": {
|
|
1927
|
+
"description": "Format output as json.",
|
|
1928
|
+
"helpGroup": "GLOBAL",
|
|
1929
|
+
"name": "json",
|
|
1930
|
+
"allowNo": false,
|
|
1931
|
+
"type": "boolean"
|
|
1932
|
+
},
|
|
1933
|
+
"api-key": {
|
|
1934
|
+
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
1935
|
+
"helpGroup": "GLOBAL",
|
|
1936
|
+
"name": "api-key",
|
|
1937
|
+
"hasDynamicHelp": false,
|
|
1938
|
+
"multiple": false,
|
|
1939
|
+
"type": "option"
|
|
1940
|
+
},
|
|
1941
|
+
"base-url": {
|
|
1942
|
+
"description": "Override the API base URL. Defaults to the SDK surface default or SENDMUX_BASE_URL.",
|
|
1943
|
+
"helpGroup": "GLOBAL",
|
|
1944
|
+
"name": "base-url",
|
|
1945
|
+
"hasDynamicHelp": false,
|
|
1946
|
+
"multiple": false,
|
|
1947
|
+
"type": "option"
|
|
1948
|
+
},
|
|
1949
|
+
"profile": {
|
|
1950
|
+
"char": "p",
|
|
1951
|
+
"description": "Profile name from the local Sendmux CLI config. Defaults to SENDMUX_PROFILE or the configured default profile.",
|
|
1952
|
+
"helpGroup": "GLOBAL",
|
|
1953
|
+
"name": "profile",
|
|
1954
|
+
"hasDynamicHelp": false,
|
|
1955
|
+
"multiple": false,
|
|
1956
|
+
"type": "option"
|
|
1957
|
+
},
|
|
1958
|
+
"attach": {
|
|
1959
|
+
"description": "Local file path to upload and attach to mailbox:send-message or sending:send. Repeat for multiple files.",
|
|
1960
|
+
"name": "attach",
|
|
1961
|
+
"hasDynamicHelp": false,
|
|
1962
|
+
"multiple": true,
|
|
1963
|
+
"type": "option"
|
|
1964
|
+
},
|
|
1965
|
+
"body": {
|
|
1966
|
+
"description": "JSON request body, or UTF-8 bytes for binary operations.",
|
|
1967
|
+
"name": "body",
|
|
1968
|
+
"hasDynamicHelp": false,
|
|
1969
|
+
"multiple": false,
|
|
1970
|
+
"type": "option"
|
|
1971
|
+
},
|
|
1972
|
+
"body-file": {
|
|
1973
|
+
"description": "Path to a JSON request body file, or a binary file for binary operations.",
|
|
1974
|
+
"name": "body-file",
|
|
1975
|
+
"hasDynamicHelp": false,
|
|
1976
|
+
"multiple": false,
|
|
1977
|
+
"type": "option"
|
|
1978
|
+
},
|
|
1979
|
+
"content-type": {
|
|
1980
|
+
"description": "Override the inferred Content-Type for --file or --attach.",
|
|
1981
|
+
"name": "content-type",
|
|
1982
|
+
"hasDynamicHelp": false,
|
|
1983
|
+
"multiple": false,
|
|
1984
|
+
"type": "option"
|
|
1985
|
+
},
|
|
1986
|
+
"file": {
|
|
1987
|
+
"description": "Local file path for attachment upload convenience commands.",
|
|
1988
|
+
"name": "file",
|
|
1989
|
+
"hasDynamicHelp": false,
|
|
1990
|
+
"multiple": false,
|
|
1991
|
+
"type": "option"
|
|
1992
|
+
},
|
|
1993
|
+
"header": {
|
|
1994
|
+
"description": "Header as name=value. Repeat for multiple headers.",
|
|
1995
|
+
"name": "header",
|
|
1996
|
+
"hasDynamicHelp": false,
|
|
1997
|
+
"multiple": true,
|
|
1998
|
+
"type": "option"
|
|
1999
|
+
},
|
|
2000
|
+
"idempotency-key": {
|
|
2001
|
+
"description": "Set the Idempotency-Key header.",
|
|
2002
|
+
"name": "idempotency-key",
|
|
2003
|
+
"hasDynamicHelp": false,
|
|
2004
|
+
"multiple": false,
|
|
2005
|
+
"type": "option"
|
|
2006
|
+
},
|
|
2007
|
+
"if-match": {
|
|
2008
|
+
"description": "Set the If-Match header.",
|
|
2009
|
+
"name": "if-match",
|
|
2010
|
+
"hasDynamicHelp": false,
|
|
2011
|
+
"multiple": false,
|
|
2012
|
+
"type": "option"
|
|
2013
|
+
},
|
|
2014
|
+
"if-none-match": {
|
|
2015
|
+
"description": "Set the If-None-Match header.",
|
|
2016
|
+
"name": "if-none-match",
|
|
2017
|
+
"hasDynamicHelp": false,
|
|
2018
|
+
"multiple": false,
|
|
2019
|
+
"type": "option"
|
|
2020
|
+
},
|
|
2021
|
+
"path": {
|
|
2022
|
+
"description": "Path parameter as name=value. Repeat for multiple path parameters.",
|
|
2023
|
+
"name": "path",
|
|
2024
|
+
"hasDynamicHelp": false,
|
|
2025
|
+
"multiple": true,
|
|
2026
|
+
"type": "option"
|
|
2027
|
+
},
|
|
2028
|
+
"query": {
|
|
2029
|
+
"description": "Query parameter as name=value. Repeat for multiple query parameters.",
|
|
2030
|
+
"name": "query",
|
|
2031
|
+
"hasDynamicHelp": false,
|
|
2032
|
+
"multiple": true,
|
|
2033
|
+
"type": "option"
|
|
2034
|
+
},
|
|
2035
|
+
"via-presigned": {
|
|
2036
|
+
"description": "For mailbox:upload-attachment --file, mint a short-lived upload URL and PUT the file without sending an API key.",
|
|
2037
|
+
"name": "via-presigned",
|
|
2038
|
+
"allowNo": false,
|
|
2039
|
+
"type": "boolean"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
2042
|
+
"hasDynamicHelp": false,
|
|
2043
|
+
"hiddenAliases": [],
|
|
2044
|
+
"id": "mailbox:get-connection",
|
|
2045
|
+
"pluginAlias": "@sendmux/cli",
|
|
2046
|
+
"pluginName": "@sendmux/cli",
|
|
2047
|
+
"pluginType": "core",
|
|
2048
|
+
"strict": true,
|
|
2049
|
+
"enableJsonFlag": true,
|
|
2050
|
+
"operation": {
|
|
2051
|
+
"bodyKind": "none",
|
|
2052
|
+
"command": "mailbox:get-connection",
|
|
2053
|
+
"description": "Get Mailbox connection",
|
|
2054
|
+
"headerParams": [
|
|
2055
|
+
{
|
|
2056
|
+
"name": "If-None-Match",
|
|
1663
2057
|
"required": false,
|
|
1664
2058
|
"schema": {
|
|
1665
2059
|
"type": "string"
|
|
1666
2060
|
}
|
|
1667
2061
|
}
|
|
1668
2062
|
],
|
|
2063
|
+
"method": "get",
|
|
2064
|
+
"operationId": "mailboxGetConnection",
|
|
2065
|
+
"path": "/mailbox/connection",
|
|
2066
|
+
"pathParams": [],
|
|
2067
|
+
"queryParams": [],
|
|
1669
2068
|
"responseKind": "json",
|
|
1670
2069
|
"requestBodyRequired": false,
|
|
1671
2070
|
"requiredKeyKind": "mailbox",
|
|
@@ -1676,7 +2075,7 @@
|
|
|
1676
2075
|
"dist",
|
|
1677
2076
|
"commands",
|
|
1678
2077
|
"mailbox",
|
|
1679
|
-
"get-
|
|
2078
|
+
"get-connection.js"
|
|
1680
2079
|
]
|
|
1681
2080
|
},
|
|
1682
2081
|
"mailbox:get-folder-changes": {
|
|
@@ -7283,51 +7682,10 @@
|
|
|
7283
7682
|
"upload-attachment.js"
|
|
7284
7683
|
]
|
|
7285
7684
|
},
|
|
7286
|
-
"
|
|
7685
|
+
"sending:complete-attachment-upload": {
|
|
7287
7686
|
"aliases": [],
|
|
7288
7687
|
"args": {},
|
|
7289
|
-
"description": "
|
|
7290
|
-
"flags": {
|
|
7291
|
-
"json": {
|
|
7292
|
-
"description": "Format output as json.",
|
|
7293
|
-
"helpGroup": "GLOBAL",
|
|
7294
|
-
"name": "json",
|
|
7295
|
-
"allowNo": false,
|
|
7296
|
-
"type": "boolean"
|
|
7297
|
-
},
|
|
7298
|
-
"verbose": {
|
|
7299
|
-
"description": "Include masked API key prefixes.",
|
|
7300
|
-
"name": "verbose",
|
|
7301
|
-
"allowNo": false,
|
|
7302
|
-
"type": "boolean"
|
|
7303
|
-
}
|
|
7304
|
-
},
|
|
7305
|
-
"hasDynamicHelp": false,
|
|
7306
|
-
"hiddenAliases": [],
|
|
7307
|
-
"id": "profiles:list",
|
|
7308
|
-
"pluginAlias": "@sendmux/cli",
|
|
7309
|
-
"pluginName": "@sendmux/cli",
|
|
7310
|
-
"pluginType": "core",
|
|
7311
|
-
"strict": true,
|
|
7312
|
-
"enableJsonFlag": true,
|
|
7313
|
-
"isESM": true,
|
|
7314
|
-
"relativePath": [
|
|
7315
|
-
"dist",
|
|
7316
|
-
"commands",
|
|
7317
|
-
"profiles",
|
|
7318
|
-
"list.js"
|
|
7319
|
-
]
|
|
7320
|
-
},
|
|
7321
|
-
"profiles:set": {
|
|
7322
|
-
"aliases": [],
|
|
7323
|
-
"args": {
|
|
7324
|
-
"name": {
|
|
7325
|
-
"description": "Profile name.",
|
|
7326
|
-
"name": "name",
|
|
7327
|
-
"required": true
|
|
7328
|
-
}
|
|
7329
|
-
},
|
|
7330
|
-
"description": "Create or update a local Sendmux CLI profile.",
|
|
7688
|
+
"description": "Upload bytes to an attachment upload URL",
|
|
7331
7689
|
"flags": {
|
|
7332
7690
|
"json": {
|
|
7333
7691
|
"description": "Format output as json.",
|
|
@@ -7338,81 +7696,173 @@
|
|
|
7338
7696
|
},
|
|
7339
7697
|
"api-key": {
|
|
7340
7698
|
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
7699
|
+
"helpGroup": "GLOBAL",
|
|
7341
7700
|
"name": "api-key",
|
|
7342
|
-
"required": false,
|
|
7343
7701
|
"hasDynamicHelp": false,
|
|
7344
7702
|
"multiple": false,
|
|
7345
7703
|
"type": "option"
|
|
7346
7704
|
},
|
|
7347
7705
|
"base-url": {
|
|
7348
|
-
"description": "
|
|
7706
|
+
"description": "Override the API base URL. Defaults to the SDK surface default or SENDMUX_BASE_URL.",
|
|
7707
|
+
"helpGroup": "GLOBAL",
|
|
7349
7708
|
"name": "base-url",
|
|
7350
7709
|
"hasDynamicHelp": false,
|
|
7351
7710
|
"multiple": false,
|
|
7352
7711
|
"type": "option"
|
|
7353
7712
|
},
|
|
7354
|
-
"
|
|
7355
|
-
"
|
|
7356
|
-
"
|
|
7357
|
-
"allowNo": false,
|
|
7358
|
-
"type": "boolean"
|
|
7359
|
-
}
|
|
7360
|
-
},
|
|
7361
|
-
"hasDynamicHelp": false,
|
|
7362
|
-
"hiddenAliases": [],
|
|
7363
|
-
"id": "profiles:set",
|
|
7364
|
-
"pluginAlias": "@sendmux/cli",
|
|
7365
|
-
"pluginName": "@sendmux/cli",
|
|
7366
|
-
"pluginType": "core",
|
|
7367
|
-
"strict": true,
|
|
7368
|
-
"enableJsonFlag": true,
|
|
7369
|
-
"isESM": true,
|
|
7370
|
-
"relativePath": [
|
|
7371
|
-
"dist",
|
|
7372
|
-
"commands",
|
|
7373
|
-
"profiles",
|
|
7374
|
-
"set.js"
|
|
7375
|
-
]
|
|
7376
|
-
},
|
|
7377
|
-
"profiles:show": {
|
|
7378
|
-
"aliases": [],
|
|
7379
|
-
"args": {
|
|
7380
|
-
"name": {
|
|
7381
|
-
"description": "Profile name. Defaults to the configured default profile.",
|
|
7382
|
-
"name": "name",
|
|
7383
|
-
"required": false
|
|
7384
|
-
}
|
|
7385
|
-
},
|
|
7386
|
-
"description": "Show a local Sendmux CLI profile without revealing its key.",
|
|
7387
|
-
"flags": {
|
|
7388
|
-
"json": {
|
|
7389
|
-
"description": "Format output as json.",
|
|
7713
|
+
"profile": {
|
|
7714
|
+
"char": "p",
|
|
7715
|
+
"description": "Profile name from the local Sendmux CLI config. Defaults to SENDMUX_PROFILE or the configured default profile.",
|
|
7390
7716
|
"helpGroup": "GLOBAL",
|
|
7391
|
-
"name": "
|
|
7717
|
+
"name": "profile",
|
|
7718
|
+
"hasDynamicHelp": false,
|
|
7719
|
+
"multiple": false,
|
|
7720
|
+
"type": "option"
|
|
7721
|
+
},
|
|
7722
|
+
"attach": {
|
|
7723
|
+
"description": "Local file path to upload and attach to mailbox:send-message or sending:send. Repeat for multiple files.",
|
|
7724
|
+
"name": "attach",
|
|
7725
|
+
"hasDynamicHelp": false,
|
|
7726
|
+
"multiple": true,
|
|
7727
|
+
"type": "option"
|
|
7728
|
+
},
|
|
7729
|
+
"body": {
|
|
7730
|
+
"description": "JSON request body, or UTF-8 bytes for binary operations.",
|
|
7731
|
+
"name": "body",
|
|
7732
|
+
"hasDynamicHelp": false,
|
|
7733
|
+
"multiple": false,
|
|
7734
|
+
"type": "option"
|
|
7735
|
+
},
|
|
7736
|
+
"body-file": {
|
|
7737
|
+
"description": "Path to a JSON request body file, or a binary file for binary operations.",
|
|
7738
|
+
"name": "body-file",
|
|
7739
|
+
"hasDynamicHelp": false,
|
|
7740
|
+
"multiple": false,
|
|
7741
|
+
"type": "option"
|
|
7742
|
+
},
|
|
7743
|
+
"content-type": {
|
|
7744
|
+
"description": "Override the inferred Content-Type for --file or --attach.",
|
|
7745
|
+
"name": "content-type",
|
|
7746
|
+
"hasDynamicHelp": false,
|
|
7747
|
+
"multiple": false,
|
|
7748
|
+
"type": "option"
|
|
7749
|
+
},
|
|
7750
|
+
"file": {
|
|
7751
|
+
"description": "Local file path for attachment upload convenience commands.",
|
|
7752
|
+
"name": "file",
|
|
7753
|
+
"hasDynamicHelp": false,
|
|
7754
|
+
"multiple": false,
|
|
7755
|
+
"type": "option"
|
|
7756
|
+
},
|
|
7757
|
+
"header": {
|
|
7758
|
+
"description": "Header as name=value. Repeat for multiple headers.",
|
|
7759
|
+
"name": "header",
|
|
7760
|
+
"hasDynamicHelp": false,
|
|
7761
|
+
"multiple": true,
|
|
7762
|
+
"type": "option"
|
|
7763
|
+
},
|
|
7764
|
+
"idempotency-key": {
|
|
7765
|
+
"description": "Set the Idempotency-Key header.",
|
|
7766
|
+
"name": "idempotency-key",
|
|
7767
|
+
"hasDynamicHelp": false,
|
|
7768
|
+
"multiple": false,
|
|
7769
|
+
"type": "option"
|
|
7770
|
+
},
|
|
7771
|
+
"if-match": {
|
|
7772
|
+
"description": "Set the If-Match header.",
|
|
7773
|
+
"name": "if-match",
|
|
7774
|
+
"hasDynamicHelp": false,
|
|
7775
|
+
"multiple": false,
|
|
7776
|
+
"type": "option"
|
|
7777
|
+
},
|
|
7778
|
+
"if-none-match": {
|
|
7779
|
+
"description": "Set the If-None-Match header.",
|
|
7780
|
+
"name": "if-none-match",
|
|
7781
|
+
"hasDynamicHelp": false,
|
|
7782
|
+
"multiple": false,
|
|
7783
|
+
"type": "option"
|
|
7784
|
+
},
|
|
7785
|
+
"path": {
|
|
7786
|
+
"description": "Path parameter as name=value. Repeat for multiple path parameters.",
|
|
7787
|
+
"name": "path",
|
|
7788
|
+
"hasDynamicHelp": false,
|
|
7789
|
+
"multiple": true,
|
|
7790
|
+
"type": "option"
|
|
7791
|
+
},
|
|
7792
|
+
"query": {
|
|
7793
|
+
"description": "Query parameter as name=value. Repeat for multiple query parameters.",
|
|
7794
|
+
"name": "query",
|
|
7795
|
+
"hasDynamicHelp": false,
|
|
7796
|
+
"multiple": true,
|
|
7797
|
+
"type": "option"
|
|
7798
|
+
},
|
|
7799
|
+
"via-presigned": {
|
|
7800
|
+
"description": "For mailbox:upload-attachment --file, mint a short-lived upload URL and PUT the file without sending an API key.",
|
|
7801
|
+
"name": "via-presigned",
|
|
7392
7802
|
"allowNo": false,
|
|
7393
7803
|
"type": "boolean"
|
|
7394
7804
|
}
|
|
7395
7805
|
},
|
|
7396
7806
|
"hasDynamicHelp": false,
|
|
7397
7807
|
"hiddenAliases": [],
|
|
7398
|
-
"id": "
|
|
7808
|
+
"id": "sending:complete-attachment-upload",
|
|
7399
7809
|
"pluginAlias": "@sendmux/cli",
|
|
7400
7810
|
"pluginName": "@sendmux/cli",
|
|
7401
7811
|
"pluginType": "core",
|
|
7402
7812
|
"strict": true,
|
|
7403
7813
|
"enableJsonFlag": true,
|
|
7814
|
+
"operation": {
|
|
7815
|
+
"bodyKind": "binary",
|
|
7816
|
+
"command": "sending:complete-attachment-upload",
|
|
7817
|
+
"description": "Upload bytes to an attachment upload URL",
|
|
7818
|
+
"headerParams": [
|
|
7819
|
+
{
|
|
7820
|
+
"name": "X-Sendmux-Upload-Token",
|
|
7821
|
+
"required": true,
|
|
7822
|
+
"schema": {
|
|
7823
|
+
"type": "string"
|
|
7824
|
+
}
|
|
7825
|
+
},
|
|
7826
|
+
{
|
|
7827
|
+
"name": "Content-Length",
|
|
7828
|
+
"required": true,
|
|
7829
|
+
"schema": {
|
|
7830
|
+
"type": "integer",
|
|
7831
|
+
"minimum": 1
|
|
7832
|
+
}
|
|
7833
|
+
}
|
|
7834
|
+
],
|
|
7835
|
+
"method": "put",
|
|
7836
|
+
"operationId": "sendingCompleteAttachmentUpload",
|
|
7837
|
+
"path": "/emails/attachment-uploads/{upload_id}",
|
|
7838
|
+
"pathParams": [
|
|
7839
|
+
{
|
|
7840
|
+
"name": "upload_id",
|
|
7841
|
+
"required": true,
|
|
7842
|
+
"schema": {
|
|
7843
|
+
"type": "string",
|
|
7844
|
+
"pattern": "^upl_[a-z0-9]{24}$"
|
|
7845
|
+
}
|
|
7846
|
+
}
|
|
7847
|
+
],
|
|
7848
|
+
"queryParams": [],
|
|
7849
|
+
"responseKind": "json",
|
|
7850
|
+
"requestBodyRequired": true,
|
|
7851
|
+
"requiredKeyKind": "none",
|
|
7852
|
+
"surface": "sending"
|
|
7853
|
+
},
|
|
7404
7854
|
"isESM": true,
|
|
7405
7855
|
"relativePath": [
|
|
7406
7856
|
"dist",
|
|
7407
7857
|
"commands",
|
|
7408
|
-
"
|
|
7409
|
-
"
|
|
7858
|
+
"sending",
|
|
7859
|
+
"complete-attachment-upload.js"
|
|
7410
7860
|
]
|
|
7411
7861
|
},
|
|
7412
|
-
"sending:
|
|
7862
|
+
"sending:create-attachment-upload": {
|
|
7413
7863
|
"aliases": [],
|
|
7414
7864
|
"args": {},
|
|
7415
|
-
"description": "
|
|
7865
|
+
"description": "Create an attachment upload URL",
|
|
7416
7866
|
"flags": {
|
|
7417
7867
|
"json": {
|
|
7418
7868
|
"description": "Format output as json.",
|
|
@@ -7532,50 +7982,34 @@
|
|
|
7532
7982
|
},
|
|
7533
7983
|
"hasDynamicHelp": false,
|
|
7534
7984
|
"hiddenAliases": [],
|
|
7535
|
-
"id": "sending:
|
|
7985
|
+
"id": "sending:create-attachment-upload",
|
|
7536
7986
|
"pluginAlias": "@sendmux/cli",
|
|
7537
7987
|
"pluginName": "@sendmux/cli",
|
|
7538
7988
|
"pluginType": "core",
|
|
7539
7989
|
"strict": true,
|
|
7540
7990
|
"enableJsonFlag": true,
|
|
7541
7991
|
"operation": {
|
|
7542
|
-
"bodyKind": "
|
|
7543
|
-
"command": "sending:
|
|
7544
|
-
"description": "
|
|
7992
|
+
"bodyKind": "json",
|
|
7993
|
+
"command": "sending:create-attachment-upload",
|
|
7994
|
+
"description": "Create an attachment upload URL",
|
|
7545
7995
|
"headerParams": [
|
|
7546
7996
|
{
|
|
7547
|
-
"name": "
|
|
7548
|
-
"required":
|
|
7549
|
-
"schema": {
|
|
7550
|
-
"type": "string"
|
|
7551
|
-
}
|
|
7552
|
-
},
|
|
7553
|
-
{
|
|
7554
|
-
"name": "Content-Length",
|
|
7555
|
-
"required": true,
|
|
7556
|
-
"schema": {
|
|
7557
|
-
"type": "integer",
|
|
7558
|
-
"minimum": 1
|
|
7559
|
-
}
|
|
7560
|
-
}
|
|
7561
|
-
],
|
|
7562
|
-
"method": "put",
|
|
7563
|
-
"operationId": "sendingCompleteAttachmentUpload",
|
|
7564
|
-
"path": "/emails/attachment-uploads/{upload_id}",
|
|
7565
|
-
"pathParams": [
|
|
7566
|
-
{
|
|
7567
|
-
"name": "upload_id",
|
|
7568
|
-
"required": true,
|
|
7997
|
+
"name": "Idempotency-Key",
|
|
7998
|
+
"required": false,
|
|
7569
7999
|
"schema": {
|
|
7570
8000
|
"type": "string",
|
|
7571
|
-
"
|
|
8001
|
+
"maxLength": 255
|
|
7572
8002
|
}
|
|
7573
8003
|
}
|
|
7574
8004
|
],
|
|
8005
|
+
"method": "post",
|
|
8006
|
+
"operationId": "sendingCreateAttachmentUpload",
|
|
8007
|
+
"path": "/emails/attachment-uploads",
|
|
8008
|
+
"pathParams": [],
|
|
7575
8009
|
"queryParams": [],
|
|
7576
8010
|
"responseKind": "json",
|
|
7577
8011
|
"requestBodyRequired": true,
|
|
7578
|
-
"requiredKeyKind": "
|
|
8012
|
+
"requiredKeyKind": "sending",
|
|
7579
8013
|
"surface": "sending"
|
|
7580
8014
|
},
|
|
7581
8015
|
"isESM": true,
|
|
@@ -7583,13 +8017,13 @@
|
|
|
7583
8017
|
"dist",
|
|
7584
8018
|
"commands",
|
|
7585
8019
|
"sending",
|
|
7586
|
-
"
|
|
8020
|
+
"create-attachment-upload.js"
|
|
7587
8021
|
]
|
|
7588
8022
|
},
|
|
7589
|
-
"sending:
|
|
8023
|
+
"sending:get-attachment": {
|
|
7590
8024
|
"aliases": [],
|
|
7591
8025
|
"args": {},
|
|
7592
|
-
"description": "
|
|
8026
|
+
"description": "Get attachment metadata",
|
|
7593
8027
|
"flags": {
|
|
7594
8028
|
"json": {
|
|
7595
8029
|
"description": "Format output as json.",
|
|
@@ -7709,33 +8143,33 @@
|
|
|
7709
8143
|
},
|
|
7710
8144
|
"hasDynamicHelp": false,
|
|
7711
8145
|
"hiddenAliases": [],
|
|
7712
|
-
"id": "sending:
|
|
8146
|
+
"id": "sending:get-attachment",
|
|
7713
8147
|
"pluginAlias": "@sendmux/cli",
|
|
7714
8148
|
"pluginName": "@sendmux/cli",
|
|
7715
8149
|
"pluginType": "core",
|
|
7716
8150
|
"strict": true,
|
|
7717
8151
|
"enableJsonFlag": true,
|
|
7718
8152
|
"operation": {
|
|
7719
|
-
"bodyKind": "
|
|
7720
|
-
"command": "sending:
|
|
7721
|
-
"description": "
|
|
7722
|
-
"headerParams": [
|
|
8153
|
+
"bodyKind": "none",
|
|
8154
|
+
"command": "sending:get-attachment",
|
|
8155
|
+
"description": "Get attachment metadata",
|
|
8156
|
+
"headerParams": [],
|
|
8157
|
+
"method": "get",
|
|
8158
|
+
"operationId": "sendingGetAttachment",
|
|
8159
|
+
"path": "/emails/attachments/{attachment_id}",
|
|
8160
|
+
"pathParams": [
|
|
7723
8161
|
{
|
|
7724
|
-
"name": "
|
|
7725
|
-
"required":
|
|
8162
|
+
"name": "attachment_id",
|
|
8163
|
+
"required": true,
|
|
7726
8164
|
"schema": {
|
|
7727
8165
|
"type": "string",
|
|
7728
|
-
"
|
|
8166
|
+
"pattern": "^att_[a-z0-9]{24}$"
|
|
7729
8167
|
}
|
|
7730
8168
|
}
|
|
7731
8169
|
],
|
|
7732
|
-
"method": "post",
|
|
7733
|
-
"operationId": "sendingCreateAttachmentUpload",
|
|
7734
|
-
"path": "/emails/attachment-uploads",
|
|
7735
|
-
"pathParams": [],
|
|
7736
8170
|
"queryParams": [],
|
|
7737
8171
|
"responseKind": "json",
|
|
7738
|
-
"requestBodyRequired":
|
|
8172
|
+
"requestBodyRequired": false,
|
|
7739
8173
|
"requiredKeyKind": "sending",
|
|
7740
8174
|
"surface": "sending"
|
|
7741
8175
|
},
|
|
@@ -7744,13 +8178,13 @@
|
|
|
7744
8178
|
"dist",
|
|
7745
8179
|
"commands",
|
|
7746
8180
|
"sending",
|
|
7747
|
-
"
|
|
8181
|
+
"get-attachment.js"
|
|
7748
8182
|
]
|
|
7749
8183
|
},
|
|
7750
|
-
"sending:get-
|
|
8184
|
+
"sending:get-connection": {
|
|
7751
8185
|
"aliases": [],
|
|
7752
8186
|
"args": {},
|
|
7753
|
-
"description": "Get
|
|
8187
|
+
"description": "Get Sending connection",
|
|
7754
8188
|
"flags": {
|
|
7755
8189
|
"json": {
|
|
7756
8190
|
"description": "Format output as json.",
|
|
@@ -7870,7 +8304,7 @@
|
|
|
7870
8304
|
},
|
|
7871
8305
|
"hasDynamicHelp": false,
|
|
7872
8306
|
"hiddenAliases": [],
|
|
7873
|
-
"id": "sending:get-
|
|
8307
|
+
"id": "sending:get-connection",
|
|
7874
8308
|
"pluginAlias": "@sendmux/cli",
|
|
7875
8309
|
"pluginName": "@sendmux/cli",
|
|
7876
8310
|
"pluginType": "core",
|
|
@@ -7878,22 +8312,21 @@
|
|
|
7878
8312
|
"enableJsonFlag": true,
|
|
7879
8313
|
"operation": {
|
|
7880
8314
|
"bodyKind": "none",
|
|
7881
|
-
"command": "sending:get-
|
|
7882
|
-
"description": "Get
|
|
7883
|
-
"headerParams": [
|
|
7884
|
-
"method": "get",
|
|
7885
|
-
"operationId": "sendingGetAttachment",
|
|
7886
|
-
"path": "/emails/attachments/{attachment_id}",
|
|
7887
|
-
"pathParams": [
|
|
8315
|
+
"command": "sending:get-connection",
|
|
8316
|
+
"description": "Get Sending connection",
|
|
8317
|
+
"headerParams": [
|
|
7888
8318
|
{
|
|
7889
|
-
"name": "
|
|
7890
|
-
"required":
|
|
8319
|
+
"name": "If-None-Match",
|
|
8320
|
+
"required": false,
|
|
7891
8321
|
"schema": {
|
|
7892
|
-
"type": "string"
|
|
7893
|
-
"pattern": "^att_[a-z0-9]{24}$"
|
|
8322
|
+
"type": "string"
|
|
7894
8323
|
}
|
|
7895
8324
|
}
|
|
7896
8325
|
],
|
|
8326
|
+
"method": "get",
|
|
8327
|
+
"operationId": "sendingGetConnection",
|
|
8328
|
+
"path": "/me",
|
|
8329
|
+
"pathParams": [],
|
|
7897
8330
|
"queryParams": [],
|
|
7898
8331
|
"responseKind": "json",
|
|
7899
8332
|
"requestBodyRequired": false,
|
|
@@ -7905,7 +8338,7 @@
|
|
|
7905
8338
|
"dist",
|
|
7906
8339
|
"commands",
|
|
7907
8340
|
"sending",
|
|
7908
|
-
"get-
|
|
8341
|
+
"get-connection.js"
|
|
7909
8342
|
]
|
|
7910
8343
|
},
|
|
7911
8344
|
"sending:get-open-api-spec": {
|
|
@@ -10855,6 +11288,166 @@
|
|
|
10855
11288
|
"delete-webhook.js"
|
|
10856
11289
|
]
|
|
10857
11290
|
},
|
|
11291
|
+
"management:get-connection": {
|
|
11292
|
+
"aliases": [],
|
|
11293
|
+
"args": {},
|
|
11294
|
+
"description": "Get Management connection",
|
|
11295
|
+
"flags": {
|
|
11296
|
+
"json": {
|
|
11297
|
+
"description": "Format output as json.",
|
|
11298
|
+
"helpGroup": "GLOBAL",
|
|
11299
|
+
"name": "json",
|
|
11300
|
+
"allowNo": false,
|
|
11301
|
+
"type": "boolean"
|
|
11302
|
+
},
|
|
11303
|
+
"api-key": {
|
|
11304
|
+
"description": "Sendmux API key. Defaults to SENDMUX_API_KEY.",
|
|
11305
|
+
"helpGroup": "GLOBAL",
|
|
11306
|
+
"name": "api-key",
|
|
11307
|
+
"hasDynamicHelp": false,
|
|
11308
|
+
"multiple": false,
|
|
11309
|
+
"type": "option"
|
|
11310
|
+
},
|
|
11311
|
+
"base-url": {
|
|
11312
|
+
"description": "Override the API base URL. Defaults to the SDK surface default or SENDMUX_BASE_URL.",
|
|
11313
|
+
"helpGroup": "GLOBAL",
|
|
11314
|
+
"name": "base-url",
|
|
11315
|
+
"hasDynamicHelp": false,
|
|
11316
|
+
"multiple": false,
|
|
11317
|
+
"type": "option"
|
|
11318
|
+
},
|
|
11319
|
+
"profile": {
|
|
11320
|
+
"char": "p",
|
|
11321
|
+
"description": "Profile name from the local Sendmux CLI config. Defaults to SENDMUX_PROFILE or the configured default profile.",
|
|
11322
|
+
"helpGroup": "GLOBAL",
|
|
11323
|
+
"name": "profile",
|
|
11324
|
+
"hasDynamicHelp": false,
|
|
11325
|
+
"multiple": false,
|
|
11326
|
+
"type": "option"
|
|
11327
|
+
},
|
|
11328
|
+
"attach": {
|
|
11329
|
+
"description": "Local file path to upload and attach to mailbox:send-message or sending:send. Repeat for multiple files.",
|
|
11330
|
+
"name": "attach",
|
|
11331
|
+
"hasDynamicHelp": false,
|
|
11332
|
+
"multiple": true,
|
|
11333
|
+
"type": "option"
|
|
11334
|
+
},
|
|
11335
|
+
"body": {
|
|
11336
|
+
"description": "JSON request body, or UTF-8 bytes for binary operations.",
|
|
11337
|
+
"name": "body",
|
|
11338
|
+
"hasDynamicHelp": false,
|
|
11339
|
+
"multiple": false,
|
|
11340
|
+
"type": "option"
|
|
11341
|
+
},
|
|
11342
|
+
"body-file": {
|
|
11343
|
+
"description": "Path to a JSON request body file, or a binary file for binary operations.",
|
|
11344
|
+
"name": "body-file",
|
|
11345
|
+
"hasDynamicHelp": false,
|
|
11346
|
+
"multiple": false,
|
|
11347
|
+
"type": "option"
|
|
11348
|
+
},
|
|
11349
|
+
"content-type": {
|
|
11350
|
+
"description": "Override the inferred Content-Type for --file or --attach.",
|
|
11351
|
+
"name": "content-type",
|
|
11352
|
+
"hasDynamicHelp": false,
|
|
11353
|
+
"multiple": false,
|
|
11354
|
+
"type": "option"
|
|
11355
|
+
},
|
|
11356
|
+
"file": {
|
|
11357
|
+
"description": "Local file path for attachment upload convenience commands.",
|
|
11358
|
+
"name": "file",
|
|
11359
|
+
"hasDynamicHelp": false,
|
|
11360
|
+
"multiple": false,
|
|
11361
|
+
"type": "option"
|
|
11362
|
+
},
|
|
11363
|
+
"header": {
|
|
11364
|
+
"description": "Header as name=value. Repeat for multiple headers.",
|
|
11365
|
+
"name": "header",
|
|
11366
|
+
"hasDynamicHelp": false,
|
|
11367
|
+
"multiple": true,
|
|
11368
|
+
"type": "option"
|
|
11369
|
+
},
|
|
11370
|
+
"idempotency-key": {
|
|
11371
|
+
"description": "Set the Idempotency-Key header.",
|
|
11372
|
+
"name": "idempotency-key",
|
|
11373
|
+
"hasDynamicHelp": false,
|
|
11374
|
+
"multiple": false,
|
|
11375
|
+
"type": "option"
|
|
11376
|
+
},
|
|
11377
|
+
"if-match": {
|
|
11378
|
+
"description": "Set the If-Match header.",
|
|
11379
|
+
"name": "if-match",
|
|
11380
|
+
"hasDynamicHelp": false,
|
|
11381
|
+
"multiple": false,
|
|
11382
|
+
"type": "option"
|
|
11383
|
+
},
|
|
11384
|
+
"if-none-match": {
|
|
11385
|
+
"description": "Set the If-None-Match header.",
|
|
11386
|
+
"name": "if-none-match",
|
|
11387
|
+
"hasDynamicHelp": false,
|
|
11388
|
+
"multiple": false,
|
|
11389
|
+
"type": "option"
|
|
11390
|
+
},
|
|
11391
|
+
"path": {
|
|
11392
|
+
"description": "Path parameter as name=value. Repeat for multiple path parameters.",
|
|
11393
|
+
"name": "path",
|
|
11394
|
+
"hasDynamicHelp": false,
|
|
11395
|
+
"multiple": true,
|
|
11396
|
+
"type": "option"
|
|
11397
|
+
},
|
|
11398
|
+
"query": {
|
|
11399
|
+
"description": "Query parameter as name=value. Repeat for multiple query parameters.",
|
|
11400
|
+
"name": "query",
|
|
11401
|
+
"hasDynamicHelp": false,
|
|
11402
|
+
"multiple": true,
|
|
11403
|
+
"type": "option"
|
|
11404
|
+
},
|
|
11405
|
+
"via-presigned": {
|
|
11406
|
+
"description": "For mailbox:upload-attachment --file, mint a short-lived upload URL and PUT the file without sending an API key.",
|
|
11407
|
+
"name": "via-presigned",
|
|
11408
|
+
"allowNo": false,
|
|
11409
|
+
"type": "boolean"
|
|
11410
|
+
}
|
|
11411
|
+
},
|
|
11412
|
+
"hasDynamicHelp": false,
|
|
11413
|
+
"hiddenAliases": [],
|
|
11414
|
+
"id": "management:get-connection",
|
|
11415
|
+
"pluginAlias": "@sendmux/cli",
|
|
11416
|
+
"pluginName": "@sendmux/cli",
|
|
11417
|
+
"pluginType": "core",
|
|
11418
|
+
"strict": true,
|
|
11419
|
+
"enableJsonFlag": true,
|
|
11420
|
+
"operation": {
|
|
11421
|
+
"bodyKind": "none",
|
|
11422
|
+
"command": "management:get-connection",
|
|
11423
|
+
"description": "Get Management connection",
|
|
11424
|
+
"headerParams": [
|
|
11425
|
+
{
|
|
11426
|
+
"name": "If-None-Match",
|
|
11427
|
+
"required": false,
|
|
11428
|
+
"schema": {
|
|
11429
|
+
"type": "string"
|
|
11430
|
+
}
|
|
11431
|
+
}
|
|
11432
|
+
],
|
|
11433
|
+
"method": "get",
|
|
11434
|
+
"operationId": "managementGetConnection",
|
|
11435
|
+
"path": "/me",
|
|
11436
|
+
"pathParams": [],
|
|
11437
|
+
"queryParams": [],
|
|
11438
|
+
"responseKind": "json",
|
|
11439
|
+
"requestBodyRequired": false,
|
|
11440
|
+
"requiredKeyKind": "root",
|
|
11441
|
+
"surface": "management"
|
|
11442
|
+
},
|
|
11443
|
+
"isESM": true,
|
|
11444
|
+
"relativePath": [
|
|
11445
|
+
"dist",
|
|
11446
|
+
"commands",
|
|
11447
|
+
"management",
|
|
11448
|
+
"get-connection.js"
|
|
11449
|
+
]
|
|
11450
|
+
},
|
|
10858
11451
|
"management:get-delivery-payload": {
|
|
10859
11452
|
"aliases": [],
|
|
10860
11453
|
"args": {},
|
|
@@ -18362,5 +18955,5 @@
|
|
|
18362
18955
|
]
|
|
18363
18956
|
}
|
|
18364
18957
|
},
|
|
18365
|
-
"version": "1.
|
|
18958
|
+
"version": "1.5.0"
|
|
18366
18959
|
}
|