@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
44 lines (22 loc) • 866 B
Markdown
Generate a complete manifest file form the specified org.
Use this command to generate a manifest file based on an existing org.
<%= config.bin %> <%= command.id %> --targetusername myOrg@example.com
<?xml version='1.0' encoding='UTF-8'?>
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
Metadata type, member or file path to filter on.
Enable 'match case' for the quickfilter.
Enable 'match whole word' for the quickfilter.
Write to 'file' instead of stdout.
Exclude managed packages from output.
Exclude all packages from output.
Include flow versions as with api version 43.0.