sfdx-hardis
Version:
Swiss-army-knife Toolbox for Salesforce. Allows you to define a complete CD/CD Pipeline. Orchestrate base commands and assist users with interactive wizards
15 lines (14 loc) • 753 B
TypeScript
export declare const getApiVersion: () => any;
export declare const CONSTANTS: {
DOC_URL_ROOT: string;
WEBSITE_URL: string;
CONTACT_URL: string;
NOT_IMPACTING_METADATA_TYPES: string[];
};
export declare const getConfig: (layer?: "project" | "branch" | "user") => Promise<any>;
export declare const setConfig: (layer: string, propValues: any) => Promise<void>;
export declare function setInConfigFile(searchPlaces: string[], propValues: any, configFile?: string): Promise<void>;
export declare const checkConfig: (options: any) => Promise<void>;
export declare function getReportDirectory(): Promise<any>;
export declare function getEnvVar(envVarName: string): string | null;
export declare function promptForProjectName(): Promise<any>;