Deploys a Salesforce artifact to a Salesforce Organization or sandbox using the Salesforce CLI. This plugin operation requires sfdx to be installed on the endpoint where the project will be executed.
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Check Only |
| No | Check to only validate the deployment. Uncheck to complete the deployment normally. Uses the "--checkonly" parameter while executing the command. |
Artifact Test Level |
| No | Test Level for current artifact/package. Overrides Test Level set for the package. Accepted values are NoTestRun, RunSpecifiedTests, RunLocalTests and, RunAllTestsInOrg. Uses the --testlevel" parameter while executing the command. |
Artifact Tests |
| No | Tests for current artifact/package. Overrides Tests set for the package. Only used when the Test Level input is set to RunSpecifiedTests. Uses the "--runtests" parameter while executing the command. |
...