atriumai/CRMA-Sync
Use sfdx/sfpowerkit to pull down CRMA Objects and sync to repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 8, 2025
- License
- None
Pinned Snippet
uses: atriumai/crma-sync@48599346f780c06deca7bf626ba44bd3e0f18a3b # v4.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| sfdx-auth-url | SFDX Login url for org | yes | — |
| api-version | Metadata API version to use during retrieve/deploy (used only when sourceApiVersion is not specified in your sfdx-project.json file). If sourceApiVersion IS specified in the sfdx-project.json file, that value OVERRIDES anything specified here. If NO values are specified (here or in sfdx-project.json), defaults to the current highest API version for the org. | no | "" |
| debug-logging | If set to true, causes significantly more logging to be output during the process | yes | false |
| github-username | Username to associate with git commits | yes | — |
| github-email | Email address to associate with git commits | yes | — |
| git-branch | Branch to push changes to (Default: Main) | no | main |
| sf-download-url | URL to download SF CLI Linux client. Uses the XZ compressed version. Default is the stable version. | yes | https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-linux-x64.tar.xz |
Outputs
no outputs