UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

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