tythonco/CI/CD with sfdx
GitHub Action for CI/CD tasks and the general use of [sfdx](https://developer.salesforce.com/platform/dx) to automate deployments and testing of Salesforce development projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to execute; prebuilt options are deploy, test-scratch, & validate | yes | validate |
| auth_file_key | Decryption key for auth url file | no | — |
| enc_auth_file | Encrypted auth url file to decrypt and use for authentication | no | sfdx_auth_url.txt.enc |
| run_tests | Lists the Apex classes containing the deployment tests to run; used when test-level is set to RunSpecifiedTests | no | — |
| scratch_def_file | Config file used for creating scratch orgs | no | config/project-scratch-def.json |
| source_path | Comma-separated list of paths to deploy to or validate against target org | no | force-app |
| test_level | Test level to use during deployments (NoTestRun, RunSpecifiedTests, RunLocalTests, RunAllTestsInOrg) | no | NoTestRun |
Outputs
no outputs