@aws-amplify/cli-internal
Version:
Amplify CLI
17 lines • 1.25 kB
TypeScript
import { $TSAny } from '@aws-amplify/amplify-cli-core';
export declare const searchProjectRootPath: () => $TSAny;
export declare const getHomeDotAmplifyDirPath: () => string;
export declare const getAmplifyDirPath: (projectPath?: string) => string;
export declare const getDotConfigDirPath: (projectPath?: string) => string;
export declare const getBackendDirPath: (projectPath?: string) => string;
export declare const getCurrentCloudBackendDirPath: (projectPath?: string) => string;
export declare const getAmplifyRcFilePath: (projectPath?: string) => string;
export declare const getGitIgnoreFilePath: (projectPath?: string) => string;
export declare const getProjectConfigFilePath: (projectPath?: string) => string;
export declare const getLocalEnvFilePath: (projectPath?: string) => string;
export declare const getProviderInfoFilePath: (projectPath?: string) => string;
export declare const getBackendConfigFilePath: (projectPath?: string) => string;
export declare const getCurrentBackendConfigFilePath: (projectPath?: string) => string;
export declare const getAmplifyMetaFilePath: (projectPath?: string) => string;
export declare const getCurrentAmplifyMetaFilePath: (projectPath?: string) => string;
//# sourceMappingURL=path-manager.d.ts.map