UNPKG

@stoked-cenv/cli

Version:

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

8 lines (7 loc) 325 B
import { BaseCommandOptions, Package } from '@stoked-cenv/lib'; import { BaseCommand } from './base.command'; export declare class BumpCommand extends BaseCommand { constructor(); parseLogLevel(val: string): string; runCommand(params: string[], options: BaseCommandOptions, packages: Package[]): Promise<void>; }