@cloudbase/cli 2.0.12-alpha.1 → 2.0.13

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 (244) hide show
  1. package/.vscode/launch.json +0 -10
  2. package/.vscode/settings.json +3 -0
  3. package/bin/cloudbase.js +0 -0
  4. package/bin/tcb.js +0 -0
  5. package/lib/commands/lowcode/app.js +2 -30
  6. package/lib/run/service/deployPackage.js +2 -9
  7. package/lib/utils/checkTcbrEnv.js +5 -4
  8. package/lib/utils/debug-logger.js +30 -0
  9. package/lib/utils/net/cloud-api-request.js +7 -1
  10. package/lib/utils/net/http-request.js +16 -5
  11. package/package.json +5 -4
  12. package/types/commands/lowcode/app.d.ts +0 -10
  13. package/types/utils/debug-logger.d.ts +1 -0
  14. package/types/utils/net/http-request.d.ts +6 -2
  15. package/.history/.gitignore_20220624162613 +0 -84
  16. package/.history/.gitignore_20220627114054 +0 -86
  17. package/.history/package_20220711204706.json +0 -88
  18. package/.history/package_20220711204818.json +0 -88
  19. package/.history/package_20220712151717.json +0 -88
  20. package/.history/src/commands/lowcode/app_20220624162613.ts +0 -34
  21. package/.history/src/commands/lowcode/app_20220627114205.ts +0 -52
  22. package/.history/src/index_20220624162613.ts +0 -13
  23. package/.history/src/index_20220627113609.ts +0 -15
  24. package/.history/src/index_20220627114102.ts +0 -13
  25. package/src/auth/index.ts +0 -2
  26. package/src/auth/login.ts +0 -91
  27. package/src/auth/logout.ts +0 -7
  28. package/src/commands/account/index.ts +0 -2
  29. package/src/commands/account/login.ts +0 -192
  30. package/src/commands/account/logout.ts +0 -24
  31. package/src/commands/common.ts +0 -246
  32. package/src/commands/env/base.ts +0 -90
  33. package/src/commands/env/create.ts +0 -92
  34. package/src/commands/env/domain.ts +0 -186
  35. package/src/commands/env/index.ts +0 -4
  36. package/src/commands/env/login.ts +0 -235
  37. package/src/commands/framework/index.ts +0 -124
  38. package/src/commands/functions/alias/getRoute.ts +0 -76
  39. package/src/commands/functions/alias/index.ts +0 -2
  40. package/src/commands/functions/alias/setRoute.ts +0 -82
  41. package/src/commands/functions/code-download.ts +0 -100
  42. package/src/commands/functions/code-update.ts +0 -62
  43. package/src/commands/functions/concurrency/delete.ts +0 -45
  44. package/src/commands/functions/concurrency/index.ts +0 -3
  45. package/src/commands/functions/concurrency/list.ts +0 -58
  46. package/src/commands/functions/concurrency/set.ts +0 -47
  47. package/src/commands/functions/config-update.ts +0 -76
  48. package/src/commands/functions/copy.ts +0 -62
  49. package/src/commands/functions/delete.ts +0 -79
  50. package/src/commands/functions/deploy.ts +0 -293
  51. package/src/commands/functions/detail.ts +0 -138
  52. package/src/commands/functions/index.ts +0 -16
  53. package/src/commands/functions/invoke.ts +0 -121
  54. package/src/commands/functions/layer/bind.ts +0 -182
  55. package/src/commands/functions/layer/common.ts +0 -8
  56. package/src/commands/functions/layer/create.ts +0 -49
  57. package/src/commands/functions/layer/delete.ts +0 -73
  58. package/src/commands/functions/layer/download.ts +0 -92
  59. package/src/commands/functions/layer/index.ts +0 -7
  60. package/src/commands/functions/layer/list.ts +0 -94
  61. package/src/commands/functions/layer/sort.ts +0 -76
  62. package/src/commands/functions/list.ts +0 -68
  63. package/src/commands/functions/log.ts +0 -148
  64. package/src/commands/functions/run.ts +0 -249
  65. package/src/commands/functions/trigger-create.ts +0 -79
  66. package/src/commands/functions/trigger-delete.ts +0 -105
  67. package/src/commands/functions/version/index.ts +0 -2
  68. package/src/commands/functions/version/list.ts +0 -73
  69. package/src/commands/functions/version/publish.ts +0 -43
  70. package/src/commands/gateway/create.ts +0 -109
  71. package/src/commands/gateway/delete.ts +0 -81
  72. package/src/commands/gateway/domain.ts +0 -159
  73. package/src/commands/gateway/index.ts +0 -5
  74. package/src/commands/gateway/list.ts +0 -76
  75. package/src/commands/gateway/switch.ts +0 -107
  76. package/src/commands/helpers/index.ts +0 -3
  77. package/src/commands/helpers/init.ts +0 -431
  78. package/src/commands/helpers/new.ts +0 -117
  79. package/src/commands/helpers/open.ts +0 -67
  80. package/src/commands/hosting/hosting.ts +0 -360
  81. package/src/commands/hosting/index.ts +0 -1
  82. package/src/commands/index.ts +0 -13
  83. package/src/commands/lowcode/app.ts +0 -52
  84. package/src/commands/lowcode/comps.ts +0 -325
  85. package/src/commands/lowcode/index.ts +0 -2
  86. package/src/commands/lowcode/utils.ts +0 -25
  87. package/src/commands/run/create.ts +0 -153
  88. package/src/commands/run/delete.ts +0 -77
  89. package/src/commands/run/image/common.ts +0 -8
  90. package/src/commands/run/image/delete.ts +0 -68
  91. package/src/commands/run/image/download.ts +0 -68
  92. package/src/commands/run/image/index.ts +0 -5
  93. package/src/commands/run/image/list.ts +0 -84
  94. package/src/commands/run/image/upload.ts +0 -76
  95. package/src/commands/run/index.ts +0 -7
  96. package/src/commands/run/list.ts +0 -83
  97. package/src/commands/run/service/config.ts +0 -81
  98. package/src/commands/run/service/create.ts +0 -122
  99. package/src/commands/run/service/deploy.ts +0 -125
  100. package/src/commands/run/service/index.ts +0 -5
  101. package/src/commands/run/service/list.ts +0 -94
  102. package/src/commands/run/service/update.ts +0 -108
  103. package/src/commands/run/standalonegateway/common.ts +0 -8
  104. package/src/commands/run/standalonegateway/create.ts +0 -85
  105. package/src/commands/run/standalonegateway/destroy.ts +0 -59
  106. package/src/commands/run/standalonegateway/index.ts +0 -5
  107. package/src/commands/run/standalonegateway/list.ts +0 -53
  108. package/src/commands/run/standalonegateway/package.ts +0 -62
  109. package/src/commands/run/standalonegateway/turn.ts +0 -63
  110. package/src/commands/run/version/common.ts +0 -8
  111. package/src/commands/run/version/create.ts +0 -369
  112. package/src/commands/run/version/delete.ts +0 -64
  113. package/src/commands/run/version/index.ts +0 -5
  114. package/src/commands/run/version/list.ts +0 -91
  115. package/src/commands/run/version/modify.ts +0 -137
  116. package/src/commands/run/version/update.ts +0 -398
  117. package/src/commands/smart.ts +0 -132
  118. package/src/commands/storage/index.ts +0 -1
  119. package/src/commands/storage/storage.ts +0 -464
  120. package/src/commands/third/index.ts +0 -1
  121. package/src/commands/third/thirdAttach.ts +0 -49
  122. package/src/completion/index.ts +0 -13
  123. package/src/constant.ts +0 -154
  124. package/src/decorators/captureError.ts +0 -25
  125. package/src/decorators/constants.ts +0 -12
  126. package/src/decorators/deprecate.ts +0 -25
  127. package/src/decorators/guard.ts +0 -42
  128. package/src/decorators/index.ts +0 -7
  129. package/src/decorators/injectParams.ts +0 -54
  130. package/src/decorators/params/common.ts +0 -28
  131. package/src/decorators/params/index.ts +0 -35
  132. package/src/env/domain.ts +0 -33
  133. package/src/env/index.ts +0 -63
  134. package/src/env/login.ts +0 -80
  135. package/src/error.ts +0 -36
  136. package/src/function/alias.ts +0 -43
  137. package/src/function/base.ts +0 -253
  138. package/src/function/code.ts +0 -55
  139. package/src/function/concurrency.ts +0 -57
  140. package/src/function/create.ts +0 -78
  141. package/src/function/delete.ts +0 -42
  142. package/src/function/index.ts +0 -11
  143. package/src/function/layer/attach.ts +0 -68
  144. package/src/function/layer/create.ts +0 -63
  145. package/src/function/layer/delete.ts +0 -21
  146. package/src/function/layer/download.ts +0 -54
  147. package/src/function/layer/index.ts +0 -7
  148. package/src/function/layer/list.ts +0 -32
  149. package/src/function/layer/sort.ts +0 -24
  150. package/src/function/trigger.ts +0 -97
  151. package/src/function/update.ts +0 -35
  152. package/src/function/version.ts +0 -39
  153. package/src/function/vpc.ts +0 -22
  154. package/src/gateway/index.ts +0 -137
  155. package/src/help.ts +0 -50
  156. package/src/hosting.ts +0 -212
  157. package/src/index.ts +0 -13
  158. package/src/logger.ts +0 -17
  159. package/src/run/create.ts +0 -23
  160. package/src/run/delete.ts +0 -15
  161. package/src/run/image/build.ts +0 -36
  162. package/src/run/image/delete.ts +0 -14
  163. package/src/run/image/index.ts +0 -4
  164. package/src/run/image/info.ts +0 -27
  165. package/src/run/image/list.ts +0 -23
  166. package/src/run/index.ts +0 -8
  167. package/src/run/list.ts +0 -30
  168. package/src/run/repo.ts +0 -25
  169. package/src/run/service/common.ts +0 -311
  170. package/src/run/service/config.ts +0 -77
  171. package/src/run/service/create.ts +0 -52
  172. package/src/run/service/deployPackage.ts +0 -65
  173. package/src/run/service/index.ts +0 -7
  174. package/src/run/service/list.ts +0 -29
  175. package/src/run/service/showLogs.ts +0 -98
  176. package/src/run/service/update.ts +0 -82
  177. package/src/run/standalonegateway/create.ts +0 -24
  178. package/src/run/standalonegateway/destroy.ts +0 -19
  179. package/src/run/standalonegateway/index.ts +0 -5
  180. package/src/run/standalonegateway/list.ts +0 -74
  181. package/src/run/standalonegateway/package/index.ts +0 -1
  182. package/src/run/standalonegateway/package/list.ts +0 -24
  183. package/src/run/standalonegateway/turn/index.ts +0 -2
  184. package/src/run/standalonegateway/turn/off.ts +0 -19
  185. package/src/run/standalonegateway/turn/on.ts +0 -19
  186. package/src/run/version/create.ts +0 -68
  187. package/src/run/version/delete.ts +0 -16
  188. package/src/run/version/index.ts +0 -6
  189. package/src/run/version/list.ts +0 -17
  190. package/src/run/version/modify.ts +0 -17
  191. package/src/run/version/repo.ts +0 -28
  192. package/src/run/version/update.ts +0 -59
  193. package/src/storage.ts +0 -114
  194. package/src/third/index.ts +0 -13
  195. package/src/types.ts +0 -672
  196. package/src/utils/auth.ts +0 -15
  197. package/src/utils/checkTcbrEnv.ts +0 -67
  198. package/src/utils/cli-table.ts +0 -23
  199. package/src/utils/commonParamsCheck.ts +0 -65
  200. package/src/utils/config.ts +0 -39
  201. package/src/utils/env.ts +0 -244
  202. package/src/utils/fs/del.ts +0 -5
  203. package/src/utils/fs/index.ts +0 -71
  204. package/src/utils/function-packer.ts +0 -97
  205. package/src/utils/index.ts +0 -25
  206. package/src/utils/log.ts +0 -82
  207. package/src/utils/net/cloud-api-request.ts +0 -62
  208. package/src/utils/net/credential.ts +0 -53
  209. package/src/utils/net/http-request.ts +0 -84
  210. package/src/utils/net/index.ts +0 -5
  211. package/src/utils/net/manager-service.ts +0 -36
  212. package/src/utils/net/proxy.ts +0 -6
  213. package/src/utils/notice.ts +0 -28
  214. package/src/utils/output/highlight.ts +0 -5
  215. package/src/utils/output/index.ts +0 -3
  216. package/src/utils/output/link.ts +0 -10
  217. package/src/utils/output/loading.ts +0 -82
  218. package/src/utils/parallel.ts +0 -82
  219. package/src/utils/platform/index.ts +0 -3
  220. package/src/utils/platform/mac.ts +0 -21
  221. package/src/utils/platform/os.ts +0 -64
  222. package/src/utils/platform/port.ts +0 -10
  223. package/src/utils/progress-bar.ts +0 -38
  224. package/src/utils/prompt/index.ts +0 -1
  225. package/src/utils/prompt/select.ts +0 -60
  226. package/src/utils/reporter/agree.ts +0 -20
  227. package/src/utils/reporter/download.ts +0 -26
  228. package/src/utils/reporter/index.ts +0 -3
  229. package/src/utils/reporter/usage.ts +0 -20
  230. package/src/utils/store/auth.ts +0 -49
  231. package/src/utils/store/common.ts +0 -8
  232. package/src/utils/store/db.ts +0 -68
  233. package/src/utils/store/index.ts +0 -5
  234. package/src/utils/store/usage.ts +0 -12
  235. package/src/utils/tcbrApi/callTcbrApi.ts +0 -28
  236. package/src/utils/tcbrApi/index.ts +0 -1
  237. package/src/utils/template.ts +0 -170
  238. package/src/utils/tools/encoding.ts +0 -8
  239. package/src/utils/tools/index.ts +0 -4
  240. package/src/utils/tools/object.ts +0 -33
  241. package/src/utils/tools/time.ts +0 -38
  242. package/src/utils/tools/uid.ts +0 -19
  243. package/src/utils/validator.ts +0 -65
  244. package/yarn-error.log +0 -12841
package/src/types.ts DELETED
@@ -1,672 +0,0 @@
1
- import { CloudBaseError } from './error'
2
-
3
- export type CustomEvent = 'logout'
4
-
5
- export interface ICommandContext {
6
- cmd: string
7
- envId: string
8
- config: ICloudBaseConfig
9
- options: any
10
- params: string[]
11
- }
12
-
13
- /* eslint-disable */
14
- declare global {
15
- namespace NodeJS {
16
- interface Process extends EventEmitter {
17
- VERBOSE: boolean
18
- CLI_VERSION: string
19
- on(event: CustomEvent, listener: BeforeExitListener)
20
- emit(event: CustomEvent, message?: any)
21
- }
22
- }
23
- }
24
-
25
- export interface PermanentCredential {
26
- secretId?: string
27
- secretKey?: string
28
- }
29
-
30
- export interface TmpCredential {
31
- tmpSecretId?: string
32
- tmpSecretKey?: string
33
- tmpToken?: string
34
- tmpExpired?: string
35
- expired?: string
36
- authTime?: string
37
- refreshToken?: string
38
- uin?: string
39
- hash?: string
40
- }
41
-
42
- export type Credential = TmpCredential & PermanentCredential
43
-
44
- export interface AuthSecret {
45
- secretId: string
46
- secretKey: string
47
- token?: string
48
- }
49
-
50
- export interface IConfig {
51
- credential?: Credential
52
- }
53
-
54
- export interface ICloudBaseConfig {
55
- envId: string
56
- functionRoot?: string
57
- functions?: ICloudFunction[]
58
- servers?: ServerConfig[]
59
- }
60
-
61
- export interface IGetCredential {
62
- secretId?: string
63
- secretKey?: string
64
- token: string
65
- }
66
-
67
- export enum ServerLanguageType {
68
- node = 'node'
69
- }
70
-
71
- export interface ServerConfig {
72
- type: ServerLanguageType.node
73
- name: string
74
- path: string
75
- }
76
-
77
- /**
78
- * 函数
79
- */
80
- export interface IFunctionPackResult {
81
- success: boolean
82
- assets: string[]
83
- vemo?: boolean
84
- }
85
-
86
- export interface IFunctionVPC {
87
- subnetId: string
88
- vpcId: string
89
- }
90
-
91
- export interface ICloudFunctionConfig {
92
- timeout?: number
93
- envVariables?: Record<string, string | number | boolean>
94
- runtime?: string
95
- vpc?: IFunctionVPC
96
- installDependency?: boolean
97
- l5?: boolean
98
- }
99
-
100
- export interface ICloudFunctionTrigger {
101
- name: string
102
- type: string
103
- config: string
104
- }
105
-
106
- export interface ICloudFunction {
107
- name: string
108
- config?: ICloudFunctionConfig
109
- triggers?: ICloudFunctionTrigger[]
110
- params?: Record<string, string>
111
- handler?: string
112
- ignore?: string | string[]
113
- timeout?: number
114
- envVariables?: Record<string, string | number | boolean>
115
- runtime?: string
116
- vpc?: IFunctionVPC
117
- l5?: boolean
118
- installDependency?: boolean
119
- isWaitInstall?: boolean
120
- }
121
-
122
- export interface ICreateFunctionOptions {
123
- // 函数配置信息
124
- func?: ICloudFunction
125
- functions?: ICloudFunction[]
126
- functionRootPath?: string
127
- envId: string
128
- force?: boolean
129
- base64Code?: string
130
- log?: boolean
131
- codeSecret?: string
132
- functionPath?: string
133
- accessPath?: string
134
- }
135
-
136
- export interface IListFunctionOptions {
137
- limit?: number
138
- offset?: number
139
- envId: string
140
- }
141
-
142
- export interface IFunctionLogOptions {
143
- functionName: string
144
- envId: string
145
- offset?: number
146
- limit?: number
147
- order?: string
148
- orderBy?: string
149
- startTime?: string
150
- endTime?: string
151
- functionRequestI?: string
152
- }
153
-
154
- export interface IUpdateFunctionConfigOptions {
155
- functionName: string
156
- config: ICloudFunctionConfig
157
- envId: string
158
- }
159
-
160
- export interface InvokeFunctionOptions {
161
- functionName: string
162
- params?: Record<string, any>
163
- envId: string
164
- }
165
-
166
- export interface IFunctionBatchOptions {
167
- functions: ICloudFunction[]
168
- envId: string
169
- log?: boolean
170
- }
171
-
172
- export interface IFunctionTriggerOptions {
173
- functionName: string
174
- triggers?: ICloudFunctionTrigger[]
175
- triggerName?: string
176
- envId: string
177
- }
178
-
179
- export interface ILoginOptions {
180
- key?: boolean
181
- secretId?: string
182
- secretKey?: string
183
- token?: string
184
- // 修改浏览器登录打开的链接
185
- getAuthUrl?: (url: string) => string
186
- }
187
-
188
- export interface GatewayContext {
189
- // 环境 id
190
- envId: string
191
- // 整体配置
192
- config: ICloudBaseConfig
193
- }
194
-
195
- export interface ICreateFunctionGatewayOptions {
196
- envId: string
197
- path: string
198
- name: string
199
- }
200
-
201
- export interface IQueryGatewayOptions {
202
- envId: string
203
- domain?: string
204
- path?: string
205
- gatewayId?: string
206
- name?: string
207
- }
208
-
209
- export interface IDeleteGatewayOptions {
210
- envId: string
211
- path?: string
212
- gatewayId?: string
213
- name?: string
214
- }
215
-
216
- export interface IBindGatewayDomainOptions {
217
- envId: string
218
- domain: string
219
- }
220
-
221
- export interface IQueryGatewayDomainOptions {
222
- envId: string
223
- domain?: string
224
- }
225
-
226
- export interface IUnbindGatewayDomainOptions {
227
- envId: string
228
- domain: string
229
- }
230
-
231
- export interface IListRunOptions {
232
- limit?: number
233
- offset?: number
234
- envId: string
235
- }
236
-
237
- export interface ICreateRunOptions {
238
- envId: string,
239
- name: string,
240
- remark: string,
241
- vpcInfo: {
242
- VpcId: string,
243
- SubnetIds: string[],
244
- CreateType: number
245
- },
246
- imageRepo?: string,
247
- logType: string,
248
- esInfo?: {
249
- Ip: string,
250
- Port: number,
251
- Index: string,
252
- Account: string,
253
- Password: string
254
- },
255
- isPublic: boolean,
256
- publicAccess: number
257
- }
258
-
259
- export interface IListVersionOptions {
260
- envId: string,
261
- limit?: number,
262
- offset?: number,
263
- serverName: string
264
- }
265
-
266
- export interface IDeleteVersion {
267
- envId: string,
268
- serverName: string,
269
- versionName: string
270
- }
271
-
272
- export interface IModifyVersion {
273
- envId: string,
274
- serverName: string,
275
- trafficType: string,
276
- versionFlowItems: {
277
- VersionName: string,
278
- FlowRatio: number,
279
- IsDefaultPriority?: boolean,
280
- Priority?: number,
281
- UrlParam?: {
282
- Key: string,
283
- Value: string
284
- }
285
- }[]
286
- }
287
-
288
- export interface IBuildImage {
289
- envId: string,
290
- serviceName: string
291
- }
292
-
293
- export interface ICreateVersion {
294
- envId: string,
295
- serverName: string,
296
- containerPort: number,
297
- uploadType: string,
298
- packageName?: string,
299
- packageVersion?: string,
300
- repositoryType?: string,
301
- branch?: string,
302
- codeDetail?: { Name: { Name: string, FullName: string } },
303
- imageInfo?: {
304
- ImageUrl: string,
305
- // IsPublic: boolean,
306
- // RepositoryName: string,
307
- // ServerAddr: string,
308
- // TagName: string
309
- },
310
- flowRatio: number,
311
- versionRemark: string,
312
-
313
- enableUnion: true,
314
- cpu: number,
315
- mem: number,
316
- minNum: number,
317
- maxNum: number,
318
- policyType: string,
319
- policyThreshold: number,
320
-
321
- customLogs: string
322
- dockerfilePath?: string,
323
- envParams: string,
324
- initialDelaySeconds: number,
325
- }
326
-
327
- export interface IUpdateVersion {
328
- envId: string,
329
- serverName: string,
330
- versionName: string,
331
- containerPort: number,
332
- uploadType: string,
333
- packageName?: string,
334
- packageVersion?: string,
335
- repositoryType?: string,
336
- branch?: string,
337
- codeDetail?: { Name: { Name: string, FullName: string } },
338
- imageInfo?: {
339
- ImageUrl: string,
340
- // IsPublic: boolean,
341
- // RepositoryName: string,
342
- // ServerAddr: string,
343
- // TagName: string
344
- },
345
- flowRatio: number,
346
- versionRemark: string,
347
-
348
- enableUnion: true,
349
- cpu: number,
350
- mem: number,
351
- minNum: number,
352
- maxNum: number,
353
- policyType: string,
354
- policyThreshold: number,
355
-
356
- customLogs: string
357
- dockerfilePath?: string,
358
- envParams: string,
359
- initialDelaySeconds: number,
360
- }
361
-
362
- export interface IListCodeRepo {
363
- channel: string,
364
- pageNumber: number,
365
- pageSize: number
366
- }
367
-
368
- export interface IListBranch {
369
- channel: string,
370
- pageNumber: number,
371
- pageSize: number
372
- repoName: { Name: string, FullName: string }
373
- }
374
-
375
- export interface IListImage {
376
- envId: string,
377
- serviceName: string,
378
- limit?: number,
379
- offset?: number
380
- }
381
-
382
- export interface IDeleteImage {
383
- envId: string,
384
- imageUrl: string
385
- }
386
-
387
- export interface ILogCreateVersion {
388
- envId: string,
389
- runId: string
390
- }
391
-
392
- export interface IDescribeRunVersion {
393
- envId: string,
394
- serverName: string,
395
- versionName: string
396
- }
397
-
398
- export interface IDeleteRun {
399
- envId: string,
400
- serverName: string
401
- }
402
-
403
- export interface IListPackageStandaloneGateway {
404
- envId: string,
405
- packageVersion: string
406
- }
407
-
408
- export interface ICreateStandaloneGateway {
409
- envId: string,
410
- gatewayAlias: string,
411
- gatewayDesc: string,
412
- vpcId: string,
413
- subnetIds: string[],
414
- packageVersion: string
415
- }
416
-
417
- export interface IListStandaloneGateway {
418
- envId: string,
419
- gatewayName: string,
420
- gatewayAlias: string
421
- }
422
-
423
- export interface ITurnOnStandaloneGateway {
424
- envId: string,
425
- gatewayName: string,
426
- serviceList: string[]
427
- }
428
-
429
- export interface ITurnOffStandaloneGateway {
430
- envId: string,
431
- gatewayName: string,
432
- serviceList: string[]
433
- }
434
-
435
- export interface IDestroyStandaloneGateway {
436
- envId: string,
437
- gatewayName: string
438
- }
439
-
440
- export interface IPublishVersionParams {
441
- envId: string
442
- functionName: string
443
- description?: string
444
- }
445
- export interface IListFunctionVersionParams {
446
- envId: string
447
- functionName: string
448
- offset?: number
449
- limit?: number
450
- order?: string
451
- orderBy?: string
452
- }
453
-
454
- export interface IFunctionVersion {
455
- Version: string
456
- Description: string
457
- AddTime: string
458
- ModTime: string
459
- Status: string //
460
- }
461
-
462
- export interface IFunctionVersionsRes {
463
- FunctionVersion: string[]
464
- Versions: IFunctionVersion[]
465
- TotalCount: number
466
- }
467
-
468
- export interface ISetProvisionedConcurrencyConfig {
469
- envId: string
470
- functionName: string
471
- qualifier: string
472
- versionProvisionedConcurrencyNum: number
473
- }
474
-
475
- export interface IGetProvisionedConcurrencyConfig {
476
- functionName: string
477
- qualifier?: string
478
- envId: string
479
- }
480
-
481
- export interface IGetProvisionedConcurrencyRes {
482
- UnallocatedConcurrencyNum: number
483
- Allocated: IVersionProvisionedConcurrencyInfo[]
484
- }
485
-
486
- export interface IVersionProvisionedConcurrencyInfo {
487
- AllocatedProvisionedConcurrencyNum: number // 设置的预置并发数。
488
- AvailableProvisionedConcurrencyNum: number // 当前已完成预置的并发数。
489
- Status: string // 预置任务状态,Done表示已完成,InProgress表示进行中,Failed表示部分或全部失败。
490
- StatusReason: string // 对预置任务状态Status的说明。
491
- Qualifier: string // 版本号
492
- }
493
-
494
- export interface IUpdateFunctionAliasConfig {
495
- envId: string
496
- functionName: string // 函数名
497
- name: string // 函数别名 如$DEFAULT
498
- functionVersion: string // 函数版本
499
- description?: string // 别名描述
500
- routingConfig?: IRoutingConfig
501
- }
502
-
503
- export interface IRoutingConfig {
504
- AdditionalVersionWeights?: IVersionWeight[]
505
- AddtionVersionMatchs?: IVersionMatch[]
506
- }
507
-
508
- export interface IVersionMatch {
509
- Version: string // 函数版本名称
510
- Key: string // 匹配规则的key,调用时通过传key来匹配规则路由到指定版本 header方式:key填写"invoke.headers.User",并在 invoke 调用函数时传参 RoutingKey:{"User":"value"}规则匹配调用
511
- Method: string // 匹配方式。取值范围:range:范围匹配 exact:字符串精确匹配
512
- Expression: string //
513
- }
514
-
515
- export interface IVersionWeight {
516
- Version: string
517
- Weight: number
518
- }
519
-
520
- export interface IGetFunctionAlias {
521
- envId: string
522
- functionName: string // 函数名称
523
- name: string // 别名
524
- }
525
-
526
- export interface IGetFunctionAliasRes {
527
- FunctionVersion: string
528
- Name: string
529
- RoutingConfig: IRoutingConfig
530
- Description: string
531
- AddTime: string
532
- ModTime: string
533
- }
534
-
535
- export interface ITcbrServerBaseConfig {
536
- EnvId: string,
537
- ServerName: string,
538
- OpenAccessTypes: string[],
539
- Cpu: number,
540
- Mem: number,
541
- MinNum: number,
542
- MaxNum: number,
543
- PolicyDetails: {
544
- PolicyType: string,
545
- PolicyThreshold: number
546
- }[],
547
- CustomLogs: string,
548
- EnvParams: string,
549
- InitialDelaySeconds: number,
550
- CreateTime: string,
551
- Port: number,
552
- HasDockerfile: boolean,
553
- Dockerfile: string,
554
- BuildDir: string,
555
- }
556
-
557
- export interface IDescribeCloudRunServerDetail {
558
- BaseInfo: {
559
- ServerName: string,
560
- DefaultDomainName: string,
561
- CustomDomainName: string,
562
- Status: 'running' | 'deploying' | 'deploy_failed',
563
- UpdateTime: string,
564
- },
565
- ServerConfig: ITcbrServerBaseConfig,
566
- RequestId: string
567
- }
568
-
569
- export interface ITcbrServiceOptions {
570
- noConfirm: boolean,
571
- override: boolean,
572
- defaultOverride: boolean,
573
- envId: string,
574
- serviceName: string,
575
- path: string,
576
- cpu: number,
577
- mem: number,
578
- minNum: number,
579
- maxNum: number,
580
- policyDetails: string,
581
- customLogs: string,
582
- envParams: string,
583
- containerPort: number,
584
- remark: string,
585
- targetDir: string,
586
- dockerfile: string,
587
- image: string,
588
- custom_image: string,
589
- library_image: string,
590
- json: boolean
591
- }
592
-
593
- export interface ICloudRunProcessLog {
594
- EnvId: string,
595
- RunId: string
596
- }
597
-
598
- export interface ICloudRunBuildLog {
599
- EnvId: string,
600
- ServerName: string,
601
- ServerVersion: string,
602
- BuildId: number,
603
- Offset: number
604
- }
605
-
606
- export interface IDescribeWxCloudBaseRunReleaseOrder {
607
- envId: string,
608
- serviceName: string
609
- }
610
-
611
- export interface IGetLogs {
612
- envId: string,
613
- taskId: number,
614
- serviceName: string,
615
- }
616
-
617
- export interface ITcbrServiceConfigOptions {
618
- serviceName: string,
619
- envId: string,
620
- cpu: number,
621
- mem: number,
622
- minNum: number,
623
- maxNum: number,
624
- policyDetails: string,
625
- customLogs: string,
626
- envParams: string,
627
- }
628
-
629
- export interface IServerInfo {
630
- ServerName: string,
631
- DefaultDomainName: string,
632
- CustomDomainName: string,
633
- Status: string,
634
- UpdateTime: string,
635
- CreatedTime: string,
636
- }
637
-
638
- export interface ITcbrServiceRequiredOptions {
639
- envId: string,
640
- serviceName: string,
641
- containerPort: number,
642
- isCreated: boolean,
643
- path: string,
644
- custom_image: string,
645
- library_image: string,
646
- image: string
647
- }
648
-
649
- export interface ITcbrServiceOptionalOptions {
650
- cpu: number | string,
651
- mem: number | string,
652
- maxNum: number | string,
653
- minNum: number | string
654
- }
655
-
656
- export interface ITcbrServiceConvertedOptionalOptions {
657
- cpuConverted: number,
658
- memConverted: number,
659
- maxNumConverted: number,
660
- minNumConverted: number
661
- }
662
-
663
- export interface IAuthorizedTcrInstance {
664
- Id: string,
665
- Name: string,
666
- Domain: string
667
- }
668
-
669
- export enum DEPLOY_TYPE {
670
- PACKAGE = 'package',
671
- IMAGE = 'image'
672
- }
package/src/utils/auth.ts DELETED
@@ -1,15 +0,0 @@
1
- import _ from 'lodash'
2
- import { AuthSupevisor } from '@cloudbase/toolbox'
3
- import { getProxy } from './net'
4
- import { REQUEST_TIMEOUT } from '../constant'
5
-
6
- export const authSupevisor = AuthSupevisor.getInstance({
7
- cache: true,
8
- proxy: getProxy(),
9
- timeout: REQUEST_TIMEOUT,
10
- throwError: true
11
- })
12
-
13
- export async function getLoginState() {
14
- return authSupevisor.getLoginState()
15
- }