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