@git.zone/cli
Version:
A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.
15 lines (14 loc) • 467 B
TypeScript
export declare let run: (options?: {
dryRun?: boolean;
yes?: boolean;
planOnly?: boolean;
savePlan?: string;
fromPlan?: string;
detailed?: boolean;
interactive?: boolean;
parallel?: boolean;
verbose?: boolean;
}) => Promise<any>;
export declare const handleRollback: (operationId?: string) => Promise<void>;
export declare const handleListBackups: () => Promise<void>;
export declare const handleCleanBackups: () => Promise<void>;