UNPKG

@jayree/sfdx-plugin-manifest

Version:

A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smar

12 lines (11 loc) 346 B
import { OptionalTreeRegistryOptions } from '@salesforce/source-deploy-retrieve'; export type FromGitDiffOptions = { /** * Git ref to resolve components against */ ref: string | string[]; /** * File paths or directory paths to resolve components against */ fsPaths?: string[]; } & OptionalTreeRegistryOptions;