UNPKG

docker-pilot

Version:

A powerful, scalable Docker CLI library for managing containerized applications of any size

11 lines 464 B
import { BaseCommand } from './BaseCommand'; import { CommandResult, CommandOptions, CommandContext } from '../types'; export declare class ExecCommand extends BaseCommand { constructor(context: CommandContext); execute(args: string[], _options: CommandOptions): Promise<CommandResult>; private executeCommand; private execDockerCommand; private showCommandOutput; protected showExamples(): void; } //# sourceMappingURL=ExecCommand.d.ts.map