UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

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