UNPKG

@mesh-tech/mesh-cli

Version:

CLI for Mesh platform development utilities

6 lines (5 loc) 337 B
import { Command } from "commander"; export declare function buildPulumiArgs(pulumiArgs: string[], stack: string): string[]; export declare function parseStackFromArgs(args: string[]): string | null; export declare function stripStackFromArgs(args: string[]): void; export declare function registerDeployCommand(program: Command): void;