UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

4 lines 341 B
import type { Config, PipelineTrigger } from "../types"; export declare const getAllEnvs: (config: Config, componentName: string) => string[]; export declare const getAllEnvsInAllComponents: (config: Config) => string[]; export declare const getAllEnvsByTrigger: (config: Config, componentName: string, trigger: PipelineTrigger) => string[];