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
Markdown
Recomposes the files created by the `decompose` command before deployments.
Recompose the decomposed files into deployment-compatible metadata files.
You should run this before you deploy decomposed metadata to an org.
- `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"`
The metadata suffix to process, such as 'flow', 'labels', etc. Required unless --manifest is provided.
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.
Purge the decomposed files after recomposing them.
Ignore a package directory.
Either --metadata-type (-m) or --manifest (-x) must be provided.