UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

10 lines (9 loc) 275 B
import type { ComponentContext } from "../types"; export declare const getLabels: (context: ComponentContext) => { "customer-name": string; "component-name": string; "app-name": string; "env-type": string; "env-name": string; "build-type": string; };