UNPKG

docker-pilot

Version:

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

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