@catladder/pipeline
Version:
Panter workflow for cloud CI/CD and DevOps
6 lines • 364 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[];