UNPKG

@donswayo/nucel-cli

Version:

The open-source deployment platform for modern web apps

7 lines 207 B
export interface DeployOptions { stack: string; destroy?: boolean; preview?: boolean; } export declare function deploy(options: DeployOptions): Promise<void>; //# sourceMappingURL=deploy.d.ts.map