@mesh-tech/mesh-cli
Version:
CLI for Mesh platform development utilities
10 lines (9 loc) • 320 B
TypeScript
import { type CredProbe } from "../commands/login.js";
export declare function credProbeToPreflightError(probe: CredProbe, context: string): {
message: string;
fatal: boolean;
} | null;
export declare function resolvePulumiEnv(opts: {
appRoot: string;
stack: string;
}): Promise<Record<string, string>>;