sf-decomposer
Version:
Break down large Salesforce metadata files into smaller, more manageable files for version control and then recreate deployment-compatible files.
12 lines (11 loc) • 562 B
TypeScript
export declare const SFDX_PROJECT_FILE_NAME = "sfdx-project.json";
export declare const CUSTOM_LABELS_FILE = "CustomLabels.labels-meta.xml";
export declare const DEFAULT_UNIQUE_ID_ELEMENTS: string;
export declare const LOG_FILE = "disassemble.log";
export declare const DECOMPOSED_FILE_TYPES: string[];
export declare const DECOMPOSED_STRATEGIES: string[];
export declare const IGNORE_FILE = ".sfdecomposerignore";
export declare const WORKFLOW_SUFFIX_MAPPING: {
[key: string]: string;
};
export declare const HOOK_CONFIG_JSON = ".sfdecomposer.config.json";