UNPKG

@mesh-tech/mesh-cli

Version:

CLI for Mesh platform development utilities

7 lines (6 loc) 168 B
export interface MeshContext { tenant: string; stage: string; platformEnv: string; } export declare function detectContext(stageArg?: string): MeshContext;