@cloudbase/cli 2.0.12 → 2.1.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/.history/.gitignore_20220624162613 +84 -0
- package/.history/.gitignore_20220627114054 +86 -0
- package/.history/package_20220711204706.json +88 -0
- package/.history/package_20220711204818.json +88 -0
- package/.history/package_20220712151717.json +88 -0
- package/.history/package_20220712212537.json +88 -0
- package/.history/package_20220722205058.json +88 -0
- package/.history/package_20220726110155.json +88 -0
- package/.history/package_20220726110201.json +88 -0
- package/.history/package_20220728110905.json +88 -0
- package/.history/package_20220728110936.json +88 -0
- package/.history/package_20220728111531.json +89 -0
- package/.history/package_20220728111810.json +89 -0
- package/.history/src/commands/lowcode/app_20220728111717.ts +52 -0
- package/{src/commands/lowcode/app.ts → .history/src/commands/lowcode/app_20220728112031.ts} +2 -2
- package/{src/index.ts → .history/src/index_20220624162613.ts} +0 -0
- package/.history/src/index_20220627113609.ts +15 -0
- package/.history/src/index_20220627114102.ts +13 -0
- package/.vscode/launch.json +10 -0
- package/bin/cloudbase.js +0 -0
- package/bin/tcb.js +5 -5
- package/lib/commands/account/login.js +3 -6
- package/lib/commands/env/index.js +0 -1
- package/lib/commands/lowcode/app.js +1 -1
- package/lib/commands/run/index.js +0 -1
- package/lib/commands/run/service/deploy.js +6 -1
- package/lib/commands/run/service/index.js +0 -1
- package/lib/commands/run/service/update.js +4 -0
- package/lib/constant.js +15 -1
- package/lib/env/index.js +1 -11
- package/lib/run/index.js +0 -1
- package/lib/run/service/common.js +20 -7
- package/lib/run/service/config.js +2 -3
- package/lib/run/service/deployPackage.js +2 -9
- package/lib/run/service/index.js +0 -1
- package/lib/run/service/update.js +1 -1
- package/lib/utils/debug-logger.js +30 -0
- package/lib/utils/net/cloud-api-request.js +7 -1
- package/lib/utils/net/http-request.js +16 -5
- package/package.json +2 -2
- package/types/commands/env/index.d.ts +0 -1
- package/types/commands/run/index.d.ts +0 -1
- package/types/commands/run/service/index.d.ts +0 -1
- package/types/env/index.d.ts +0 -6
- package/types/run/index.d.ts +0 -1
- package/types/run/service/common.d.ts +8 -1
- package/types/run/service/index.d.ts +0 -1
- package/types/types.d.ts +4 -0
- package/types/utils/debug-logger.d.ts +1 -0
- package/types/utils/net/http-request.d.ts +6 -2
- package/lib/commands/env/create.js +0 -115
- package/lib/commands/run/create.js +0 -162
- package/lib/commands/run/service/create.js +0 -144
- package/lib/run/create.js +0 -19
- package/lib/run/service/create.js +0 -67
- package/src/auth/index.ts +0 -2
- package/src/auth/login.ts +0 -91
- package/src/auth/logout.ts +0 -7
- package/src/commands/account/index.ts +0 -2
- package/src/commands/account/login.ts +0 -192
- package/src/commands/account/logout.ts +0 -24
- package/src/commands/common.ts +0 -246
- package/src/commands/env/base.ts +0 -90
- package/src/commands/env/create.ts +0 -92
- package/src/commands/env/domain.ts +0 -186
- package/src/commands/env/index.ts +0 -4
- package/src/commands/env/login.ts +0 -235
- package/src/commands/framework/index.ts +0 -124
- package/src/commands/functions/alias/getRoute.ts +0 -76
- package/src/commands/functions/alias/index.ts +0 -2
- package/src/commands/functions/alias/setRoute.ts +0 -82
- package/src/commands/functions/code-download.ts +0 -100
- package/src/commands/functions/code-update.ts +0 -62
- package/src/commands/functions/concurrency/delete.ts +0 -45
- package/src/commands/functions/concurrency/index.ts +0 -3
- package/src/commands/functions/concurrency/list.ts +0 -58
- package/src/commands/functions/concurrency/set.ts +0 -47
- package/src/commands/functions/config-update.ts +0 -76
- package/src/commands/functions/copy.ts +0 -62
- package/src/commands/functions/delete.ts +0 -79
- package/src/commands/functions/deploy.ts +0 -293
- package/src/commands/functions/detail.ts +0 -138
- package/src/commands/functions/index.ts +0 -16
- package/src/commands/functions/invoke.ts +0 -121
- package/src/commands/functions/layer/bind.ts +0 -182
- package/src/commands/functions/layer/common.ts +0 -8
- package/src/commands/functions/layer/create.ts +0 -49
- package/src/commands/functions/layer/delete.ts +0 -73
- package/src/commands/functions/layer/download.ts +0 -92
- package/src/commands/functions/layer/index.ts +0 -7
- package/src/commands/functions/layer/list.ts +0 -94
- package/src/commands/functions/layer/sort.ts +0 -76
- package/src/commands/functions/list.ts +0 -68
- package/src/commands/functions/log.ts +0 -148
- package/src/commands/functions/run.ts +0 -249
- package/src/commands/functions/trigger-create.ts +0 -79
- package/src/commands/functions/trigger-delete.ts +0 -105
- package/src/commands/functions/version/index.ts +0 -2
- package/src/commands/functions/version/list.ts +0 -73
- package/src/commands/functions/version/publish.ts +0 -43
- package/src/commands/gateway/create.ts +0 -109
- package/src/commands/gateway/delete.ts +0 -81
- package/src/commands/gateway/domain.ts +0 -159
- package/src/commands/gateway/index.ts +0 -5
- package/src/commands/gateway/list.ts +0 -76
- package/src/commands/gateway/switch.ts +0 -107
- package/src/commands/helpers/index.ts +0 -3
- package/src/commands/helpers/init.ts +0 -431
- package/src/commands/helpers/new.ts +0 -117
- package/src/commands/helpers/open.ts +0 -67
- package/src/commands/hosting/hosting.ts +0 -360
- package/src/commands/hosting/index.ts +0 -1
- package/src/commands/index.ts +0 -13
- package/src/commands/lowcode/comps.ts +0 -325
- package/src/commands/lowcode/index.ts +0 -2
- package/src/commands/lowcode/utils.ts +0 -25
- package/src/commands/run/create.ts +0 -153
- package/src/commands/run/delete.ts +0 -77
- package/src/commands/run/image/common.ts +0 -8
- package/src/commands/run/image/delete.ts +0 -68
- package/src/commands/run/image/download.ts +0 -68
- package/src/commands/run/image/index.ts +0 -5
- package/src/commands/run/image/list.ts +0 -84
- package/src/commands/run/image/upload.ts +0 -76
- package/src/commands/run/index.ts +0 -7
- package/src/commands/run/list.ts +0 -83
- package/src/commands/run/service/config.ts +0 -81
- package/src/commands/run/service/create.ts +0 -122
- package/src/commands/run/service/deploy.ts +0 -125
- package/src/commands/run/service/index.ts +0 -5
- package/src/commands/run/service/list.ts +0 -94
- package/src/commands/run/service/update.ts +0 -108
- package/src/commands/run/standalonegateway/common.ts +0 -8
- package/src/commands/run/standalonegateway/create.ts +0 -85
- package/src/commands/run/standalonegateway/destroy.ts +0 -59
- package/src/commands/run/standalonegateway/index.ts +0 -5
- package/src/commands/run/standalonegateway/list.ts +0 -53
- package/src/commands/run/standalonegateway/package.ts +0 -62
- package/src/commands/run/standalonegateway/turn.ts +0 -63
- package/src/commands/run/version/common.ts +0 -8
- package/src/commands/run/version/create.ts +0 -369
- package/src/commands/run/version/delete.ts +0 -64
- package/src/commands/run/version/index.ts +0 -5
- package/src/commands/run/version/list.ts +0 -91
- package/src/commands/run/version/modify.ts +0 -137
- package/src/commands/run/version/update.ts +0 -398
- package/src/commands/smart.ts +0 -132
- package/src/commands/storage/index.ts +0 -1
- package/src/commands/storage/storage.ts +0 -464
- package/src/commands/third/index.ts +0 -1
- package/src/commands/third/thirdAttach.ts +0 -49
- package/src/completion/index.ts +0 -13
- package/src/constant.ts +0 -154
- package/src/decorators/captureError.ts +0 -25
- package/src/decorators/constants.ts +0 -12
- package/src/decorators/deprecate.ts +0 -25
- package/src/decorators/guard.ts +0 -42
- package/src/decorators/index.ts +0 -7
- package/src/decorators/injectParams.ts +0 -54
- package/src/decorators/params/common.ts +0 -28
- package/src/decorators/params/index.ts +0 -35
- package/src/env/domain.ts +0 -33
- package/src/env/index.ts +0 -63
- package/src/env/login.ts +0 -80
- package/src/error.ts +0 -36
- package/src/function/alias.ts +0 -43
- package/src/function/base.ts +0 -253
- package/src/function/code.ts +0 -55
- package/src/function/concurrency.ts +0 -57
- package/src/function/create.ts +0 -78
- package/src/function/delete.ts +0 -42
- package/src/function/index.ts +0 -11
- package/src/function/layer/attach.ts +0 -68
- package/src/function/layer/create.ts +0 -63
- package/src/function/layer/delete.ts +0 -21
- package/src/function/layer/download.ts +0 -54
- package/src/function/layer/index.ts +0 -7
- package/src/function/layer/list.ts +0 -32
- package/src/function/layer/sort.ts +0 -24
- package/src/function/trigger.ts +0 -97
- package/src/function/update.ts +0 -35
- package/src/function/version.ts +0 -39
- package/src/function/vpc.ts +0 -22
- package/src/gateway/index.ts +0 -137
- package/src/help.ts +0 -50
- package/src/hosting.ts +0 -212
- package/src/logger.ts +0 -17
- package/src/run/create.ts +0 -23
- package/src/run/delete.ts +0 -15
- package/src/run/image/build.ts +0 -36
- package/src/run/image/delete.ts +0 -14
- package/src/run/image/index.ts +0 -4
- package/src/run/image/info.ts +0 -27
- package/src/run/image/list.ts +0 -23
- package/src/run/index.ts +0 -8
- package/src/run/list.ts +0 -30
- package/src/run/repo.ts +0 -25
- package/src/run/service/common.ts +0 -311
- package/src/run/service/config.ts +0 -77
- package/src/run/service/create.ts +0 -52
- package/src/run/service/deployPackage.ts +0 -65
- package/src/run/service/index.ts +0 -7
- package/src/run/service/list.ts +0 -29
- package/src/run/service/showLogs.ts +0 -98
- package/src/run/service/update.ts +0 -82
- package/src/run/standalonegateway/create.ts +0 -24
- package/src/run/standalonegateway/destroy.ts +0 -19
- package/src/run/standalonegateway/index.ts +0 -5
- package/src/run/standalonegateway/list.ts +0 -74
- package/src/run/standalonegateway/package/index.ts +0 -1
- package/src/run/standalonegateway/package/list.ts +0 -24
- package/src/run/standalonegateway/turn/index.ts +0 -2
- package/src/run/standalonegateway/turn/off.ts +0 -19
- package/src/run/standalonegateway/turn/on.ts +0 -19
- package/src/run/version/create.ts +0 -68
- package/src/run/version/delete.ts +0 -16
- package/src/run/version/index.ts +0 -6
- package/src/run/version/list.ts +0 -17
- package/src/run/version/modify.ts +0 -17
- package/src/run/version/repo.ts +0 -28
- package/src/run/version/update.ts +0 -59
- package/src/storage.ts +0 -114
- package/src/third/index.ts +0 -13
- package/src/types.ts +0 -672
- package/src/utils/auth.ts +0 -15
- package/src/utils/checkTcbrEnv.ts +0 -69
- package/src/utils/cli-table.ts +0 -23
- package/src/utils/commonParamsCheck.ts +0 -65
- package/src/utils/config.ts +0 -39
- package/src/utils/env.ts +0 -244
- package/src/utils/fs/del.ts +0 -5
- package/src/utils/fs/index.ts +0 -71
- package/src/utils/function-packer.ts +0 -97
- package/src/utils/index.ts +0 -25
- package/src/utils/log.ts +0 -82
- package/src/utils/net/cloud-api-request.ts +0 -62
- package/src/utils/net/credential.ts +0 -53
- package/src/utils/net/http-request.ts +0 -84
- package/src/utils/net/index.ts +0 -5
- package/src/utils/net/manager-service.ts +0 -36
- package/src/utils/net/proxy.ts +0 -6
- package/src/utils/notice.ts +0 -28
- package/src/utils/output/highlight.ts +0 -5
- package/src/utils/output/index.ts +0 -3
- package/src/utils/output/link.ts +0 -10
- package/src/utils/output/loading.ts +0 -82
- package/src/utils/parallel.ts +0 -82
- package/src/utils/platform/index.ts +0 -3
- package/src/utils/platform/mac.ts +0 -21
- package/src/utils/platform/os.ts +0 -64
- package/src/utils/platform/port.ts +0 -10
- package/src/utils/progress-bar.ts +0 -38
- package/src/utils/prompt/index.ts +0 -1
- package/src/utils/prompt/select.ts +0 -60
- package/src/utils/reporter/agree.ts +0 -20
- package/src/utils/reporter/download.ts +0 -26
- package/src/utils/reporter/index.ts +0 -3
- package/src/utils/reporter/usage.ts +0 -20
- package/src/utils/store/auth.ts +0 -49
- package/src/utils/store/common.ts +0 -8
- package/src/utils/store/db.ts +0 -68
- package/src/utils/store/index.ts +0 -5
- package/src/utils/store/usage.ts +0 -12
- package/src/utils/tcbrApi/callTcbrApi.ts +0 -28
- package/src/utils/tcbrApi/index.ts +0 -1
- package/src/utils/template.ts +0 -170
- package/src/utils/tools/encoding.ts +0 -8
- package/src/utils/tools/index.ts +0 -4
- package/src/utils/tools/object.ts +0 -33
- package/src/utils/tools/time.ts +0 -38
- package/src/utils/tools/uid.ts +0 -19
- package/src/utils/validator.ts +0 -65
- package/types/commands/env/create.d.ts +0 -12
- package/types/commands/run/create.d.ts +0 -13
- package/types/commands/run/service/create.d.ts +0 -13
- package/types/run/create.d.ts +0 -2
- package/types/run/service/create.d.ts +0 -7
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
|
-
}
|