@catladder/cli
Version:
Panter cli tool for cloud CI/CD and DevOps
7 lines (6 loc) • 367 B
TypeScript
export declare const allowFailureInScripts: (script: string[]) => string[];
export declare const sanitizeForBashVariable: (name: string) => string;
export declare const repeatOnFailure: (command: string, options: {
pauseInSeconds: number;
}) => string;
export declare const collapseableSection: (name: string, header: string) => (commands: string[]) => string[];