UNPKG

mira-app-server

Version:

Mira Server - standalone server application using mira-app-core

11 lines 366 B
/** * 认证与凭证命令 * * - login: 交互式登录,凭证持久化到本地 profile * - logout: 清除当前 profile 的 token * - whoami: 显示当前登录用户 * - auth use / list / add / remove: profile 管理 */ import { Command } from 'commander'; export declare function registerAuth(program: Command): void; //# sourceMappingURL=auth.d.ts.map