更新 CLI 版本至 0.1.33,重构构建配置,添加新的路由和中间件,增强身份验证支持
This commit is contained in:
@@ -9,6 +9,7 @@ app.route({
|
||||
key: 'login',
|
||||
description: '登录 Docker 镜像仓库',
|
||||
metadata: {
|
||||
middleware: ['auth'],
|
||||
args: {
|
||||
registry: z.string().optional().describe('Docker 镜像仓库地址'),
|
||||
}
|
||||
@@ -55,6 +56,7 @@ app.route({
|
||||
key: 'login',
|
||||
description: '登录 Helm 镜像仓库',
|
||||
metadata: {
|
||||
middleware: ['auth'],
|
||||
args: {}
|
||||
}
|
||||
}).define(async () => {
|
||||
|
||||
Reference in New Issue
Block a user