UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

4 lines (3 loc) 215 B
export declare const getCurrentContext: () => Promise<string>; export declare const getCurrentConnectedClusterName: () => Promise<string>; export declare const connectToCluster: (fullname: string) => Promise<void>;