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