UNPKG

peezy-cli

Version:

Production-ready CLI for scaffolding modern applications with curated full-stack templates, intelligent migrations, and enterprise security.

11 lines (10 loc) 231 B
export declare function upgrade(options?: { dryRun?: boolean; json?: boolean; }): Promise<{ action: string; dryRun: boolean; updatesAvailable: boolean; updates: never[]; message: string; } | undefined>;