UNPKG

@getcoconut/cli

Version:

A tool for locally emulating and mocking Pulumi Cloud projects.

4 lines (3 loc) 137 B
import { Command } from 'commander'; export declare const command: Command; export declare function action(options: any): Promise<void>;