UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

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