jawills/Retrieve Salesforce Metadata

Retrieves Salesforce metadata and commits it to a branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
SFDX_AUTH_URLThe auth url tied to your deployment environmentyes
BRANCH_NAMEThe name of the branch you want to backup the code toyes
GITHUB_USER_NAMEName tied to the git deploymentsgithub-actions[bot]
GITHUB_USER_EMAILEmail tied to the git deploymentsgithub-actions[bot]@users.noreply.github.com
SOURCE_DIRFile paths for source to retrieve from the org. The supplied paths can be to a single file (in which case the operation is applied to only one file) or to a folder (in which case the operation is applied to all source files in the directory and its subdirectories).
METADATAMetadata component names to retrieve. Wildcards (`*`) supported as long as you use quotes, such as `ApexClass:MyClass*`.
MANIFEST_DIRFile path for the manifest (package.xml) that specifies the components to retrieve. If you specify this parameter, don't specify METADATA or SOURCE_DIR
IGNORE_CONFLICTSIgnore conflicts and retrieve and save files to your local filesystem, even if they overwrite your local changes. This flag applies only to orgs that allow source tracking. It has no effect on orgs that don't allow it, such as production orgs.
FORCE_PUSHForce push commit to desired branch

no outputs