@jayree/sfdx-plugin-manifest
Version:
A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.
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.