UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

16 lines 460 B
export declare const commandMongoGetShell: import("../../core").CommandDef<{ readonly envComponent: { readonly type: "string"; readonly message: "environment:component"; readonly positional: true; readonly choices: () => Promise<string[]>; }; readonly podName: { readonly type: "string"; readonly message: "Which pod? 🤔"; readonly choices: (ctx: any) => Promise<{ value: string; name: string; }[]>; }; }>;