@catladder/cli
Version:
Panter cli tool for cloud CI/CD and DevOps
5 lines (4 loc) • 327 B
TypeScript
import { type StringOrBashExpression } from "../bash/BashExpression";
import type { PipelineType } from "../types";
import type { EnvConfigWithComponent } from "../types/config";
export declare const getReviewSlug: (envConfig: EnvConfigWithComponent, env: string, pipelineType?: PipelineType) => StringOrBashExpression | null;