UNPKG

@stoked-cenv/cli

Version:

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

7 lines (6 loc) 291 B
import { Package, ParamsCommandOptions } from '@stoked-cenv/lib'; import { BaseCommand } from './base.command'; export declare class StackCommand extends BaseCommand { constructor(); runCommand(params: string[], options: ParamsCommandOptions, packages?: Package[]): Promise<void>; }