UNPKG

@stoked-cenv/cli

Version:

A well considered cli and Node.js library for helping manage application, infrastructure, and configuration management.

9 lines (8 loc) 376 B
import { ConfigCommandOptions, Package } from '@stoked-cenv/lib'; import { BaseCommand } from './base.command'; export declare class ConfigCommand extends BaseCommand { constructor(); parseShow(val: boolean): boolean; parseEnvToParams(val: boolean): boolean; runCommand(params: string[], options?: ConfigCommandOptions, packages?: Package[]): Promise<void>; }