UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

4 lines (3 loc) 296 B
import type { ComponentContext } from "../../../../types/context"; import type { DeployConfigCloudRunExecuteOnDeploy } from "../../../types/googleCloudRun"; export declare const getOnDeployExecuteScript: (context: ComponentContext, when: DeployConfigCloudRunExecuteOnDeploy["when"]) => string[];