UNPKG

@mesh-tech/mesh-cli

Version:

CLI for Mesh platform development utilities

8 lines (7 loc) 276 B
import { Command } from "commander"; export declare function parseContextTenantEnv(context: string): { tenant: string; env: string; }; export declare function tailscaleBackendState(): string | null; export declare function registerVpnCommands(program: Command): void;