netlify-cli
Version:
Netlify command line tool
8 lines • 332 B
TypeScript
import type { OptionValues } from 'commander';
import type BaseCommand from '../base-command.js';
export declare function getName({ deploy, userId }: {
deploy: any;
userId: string;
}): string;
export declare const logsBuild: (options: OptionValues, command: BaseCommand) => Promise<void>;
//# sourceMappingURL=build.d.ts.map