docker-pilot
Version:
A powerful, scalable Docker CLI library for managing containerized applications of any size
8 lines • 376 B
TypeScript
import { BaseCommand } from './BaseCommand';
import { CommandResult, CommandOptions, CommandContext } from '../types';
export declare class BuildCommand extends BaseCommand {
constructor(context: CommandContext);
execute(args: string[], _options: CommandOptions): Promise<CommandResult>;
protected showExamples(): void;
}
//# sourceMappingURL=BuildCommand.d.ts.map