jvega-intakedesk/ITD Salesforce Metadata Deployment
Deployment script to build and deploy metadata to an specific Salesforce environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| DRY_RUN | Enable or disable the Salesforce project deploy --dry-run flag. This will also add --verbose to the option list. If true, will execute as dry-run; otherwise false. Defaults to true. | — | true |
| TEST_LEVEL | Salesforce project deploy --test-level parameter. Defaults to RunLocalTests. | — | RunLocalTests |
| TIMEOUT | Salesforce project deploy --wait flag value. Timeout in minutes for the command to complete and display results. Defaults to 30. | — | 30 |
| MANIFEST_SOURCE_DIRECTORY | Source files path for project manifest generation --source-dir flag. Defaults to force-app. | — | force-app |
| MANIFEST_OUTPUT_DIRECTORY | Output directoryfor project manifest generation --output-dir flag. Defaults to manifest. | — | manifest |
| PACKAGE_SOURCE_DIRECTORY | Salesforce project deploy --manifest file path flag. Defaults to manifest/package.xml | — | manifest/package.xml |
| DELTA_SOURCE_DIRECTORY | Salesforce project deploy --manifest file path flag with the delta changes. Defaults to package/package.xml | — | package/package.xml |
| DELTA_FROM_SOURCE | The from source that will be used on the sgd delta. | yes | — |
| DELTA_TO_SOURCE | The to source that will be used on the sgd delta. | yes | — |
| SF_AUTH_URL | The Salesforce Auth URL | yes | — |
| SF_AUTH_USERNAME | The Salesforce username for login. Salesforce project deploy `-o` flag. | yes | — |
Outputs
no outputs