UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

2 lines 192 B
import type { ComponentContext } from "../../types/context"; export declare const getRemoveOldRevisionsAndImagesCommand: (context: ComponentContext, when: "postDeploy" | "onStop") => string[];