UNPKG

@kya-os/cli

Version:

CLI for MCP-I setup and management

13 lines 326 B
interface RotateOptions { force?: boolean; reason?: string; newDid?: boolean; yes?: boolean; } /** * Rotate identity keys with dev/prod mode handling * Requirements: 2.3, 2.4, 2.5, 2.6 */ export declare function rotate(options?: RotateOptions): Promise<void>; export {}; //# sourceMappingURL=rotate.d.ts.map