UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

8 lines 260 B
export declare const commandEnvVars: import("../../core").CommandDef<{ readonly envComponent: { readonly type: "string"; readonly message: "environment:component"; readonly positional: true; readonly choices: () => Promise<string[]>; }; }>;