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 | FDSF_INP_CLI_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 | FDSF_INP_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 | FDSF_INP_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. |
...