UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

5 lines (4 loc) 342 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[];