UNPKG

sf-decomposer

Version:

Split large Salesforce metadata files into version-control-friendly pieces and rebuild deployment-ready files.

37 lines (20 loc) 1.09 kB
# summary Recomposes the files created by the `decompose` command before deployments. # description Recompose the decomposed files into deployment-compatible metadata files. You should run this before you deploy decomposed metadata to an org. # examples - `sf decomposer recompose -m "flow" --postpurge` - `sf decomposer recompose -m "flow" -i "force-app"` - `sf decomposer recompose -x "manifest/package.xml" --postpurge` - `sf decomposer recompose -x "manifest/package.xml" -m "flow"` # flags.metadata-type.summary The metadata suffix to process, such as 'flow', 'labels', etc. Required unless --manifest is provided. # flags.manifest.summary Path to a package.xml manifest file. When provided, only the metadata listed in the manifest is recomposed. If --metadata-type is also provided, the intersection of the two is used. # flags.postpurge.summary Purge the decomposed files after recomposing them. # flags.ignore-package-directory.summary Ignore a package directory. # error.missingMetadataOrManifest Either --metadata-type (-m) or --manifest (-x) must be provided.