@codification/cutwater-build-aws
Version:
Tasks for working with AWS.
11 lines • 719 B
TypeScript
import { CliConfig } from '../types/CliConfig';
import { CommandOptions } from '../types/CommandOptions';
export declare class CliUtils {
static prepareArgs(config: CliConfig<unknown, unknown>, cmdOpts?: CommandOptions): string;
protected static preparedCommand(command?: string, subCommand?: string): string;
protected static preparedOptions(config: CliConfig<unknown, unknown>, filteredParams?: string[]): string;
protected static toArgString(args: any, filteredParams?: string[]): string;
protected static toParameterList(arg: any[]): string;
protected static preparedParameters(config: CliConfig<unknown, unknown>, filteredParams?: string[]): string;
}
//# sourceMappingURL=CliUtils.d.ts.map