@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
22 lines (11 loc) • 518 B
Markdown
Removes those tags from a manifest file that are present in a second manifest file.
Use this command to remove components or metadata types from a manifes file.
If the 'cleanup' manifest file (--file) doesn't exist, a template file is created, which can then be modified.
# examples
<%= config.bin %> <%= command.id %> --manifest=package.xml --file=packageignore.xml
Path to the manifest file.
Path to the second 'cleanup' manifest file.