UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

6 lines (5 loc) 340 B
export declare const getGitRoot: () => Promise<string | null>; export declare const getRootGitlabCiFile: () => Promise<string>; export declare const readRootGitlabCiFile: () => Promise<any[]>; export declare const hasGitlabCiFile: () => Promise<boolean>; export declare const getProjectNamespace: (envComponent: string) => Promise<string>;