UNPKG

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

12 lines (11 loc) 572 B
export declare class DocBuilderPackageXML { static buildIndexTable(outputPackageXmlMarkdownFiles: any[]): Promise<{ packageLines: string[]; packagesForMenu: any; }>; static generatePackageXmlMarkdown(inputFile: string | null, outputFile?: string | null, packageXmlDefinition?: any, rootSalesforceUrl?: string): Promise<string>; static listPackageXmlCandidates(): any[]; static generateJsonTree(metadataTypes: any, packageXmlContent: any): Promise<any>; private static createCustomFieldsTree; private static createMembersTree; }