UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

14 lines 456 B
export declare const commandCiJobOpen: import("../../core").CommandDef<{ readonly jobName: { readonly type: "string"; readonly message: "Which job? 🤔"; readonly choices: (ctx: any) => Promise<string[]>; }; }>; export declare const commandCiJobLog: import("../../core").CommandDef<{ readonly jobName: { readonly type: "string"; readonly message: "Which job? 🤔"; readonly choices: (ctx: any) => Promise<string[]>; }; }>;