UNPKG

docker-pilot

Version:

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

18 lines 633 B
import { BaseCommand } from './BaseCommand'; import { CommandResult, CommandOptions, CommandContext } from '../types'; export declare class ConfigCommand extends BaseCommand { constructor(context: CommandContext); execute(args: string[], _options: CommandOptions): Promise<CommandResult>; private showConfig; private validateConfig; private initConfig; private showConfigPath; private editConfig; /** * Format file size in human readable format */ private formatFileSize; private displayConfigSummary; protected showExamples(): void; } //# sourceMappingURL=ConfigCommand.d.ts.map