netlify-cli
Version:
Netlify command line tool
7 lines • 334 B
TypeScript
import { OptionValues } from 'commander';
import BaseCommand from '../base-command.js';
export declare const getSiteNameInput: (name: string | undefined) => Promise<{
name: string;
}>;
export declare const sitesCreate: (options: OptionValues, command: BaseCommand) => Promise<undefined>;
//# sourceMappingURL=sites-create.d.ts.map