@quasarbright/projection
Version:
A static site generator that creates a beautiful, interactive gallery to showcase your coding projects. Features search, filtering, tags, responsive design, and an admin UI.
13 lines • 509 B
TypeScript
import { DeployOptions } from '../utils/deployment-config';
/**
* Display comprehensive help documentation for the deploy command
*/
export declare function showDeployHelp(): void;
/**
* Deploy command - builds and deploys the portfolio site to GitHub Pages
*
* @param options - Deployment options from command-line
* @throws ProjectionError if validation fails or deployment cannot proceed
*/
export declare function deploy(options?: DeployOptions): Promise<void>;
//# sourceMappingURL=deploy.d.ts.map