@catladder/cli
Version:
Panter cli tool for cloud CI/CD and DevOps
12 lines • 363 B
TypeScript
export declare const commandKubeGetShell: import("../../core").CommandDef<{
readonly namespace: {
readonly type: "string";
readonly message: "kubernetes namespace";
readonly positional: true;
};
readonly podName: {
readonly type: "string";
readonly message: "Which pod? 🤔";
readonly choices: (ctx: any) => Promise<any[]>;
};
}>;