@catladder/cli
Version:
Panter cli tool for cloud CI/CD and DevOps
6 lines (5 loc) • 352 B
TypeScript
import type { DeployJobDefinition } from "../../types";
import { type ComponentContext } from "../../types/context";
import type { CatladderJob } from "../../types/jobs";
export declare const DEPLOY_JOB_NAME = "\uD83D\uDE80 Deploy";
export declare const createDeployJob: (context: ComponentContext, jobDefinition: DeployJobDefinition) => CatladderJob;