Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 OnlyFDSF_INP_CLI_CHECK_ONLYNo

Check to only validate the deployment. Uncheck to complete the deployment normally.

Uses the "

–checkonly

--checkonly" parameter while executing the command.

Artifact Test LevelFDSF_INP_ARTIFACT_TEST_LEVELNo
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 TestsFDSF_INP_ARTIFACT_TESTSNo
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.

  

Outputs

Output Name

Required

Description

FDSF_DEPLOYMENT_ID

No

Outputs the deployment id so that it can be used in other operations or to look up the status of the deployment in the Salesforce UI

FDSF_OUT_NUMBERTESTFAILNoNumber Test cases Fail
FDSF_OUT_NUMBERTESTSUCCESSNoNumber Test cases Success
FDSF_OUT_NUMBERTESTRUNNoNumber Test cases Run
FDSF_OUT_TESTPERCENTAGENoTest Percentage
FDSF_OUT_CODECOVERAGEPERCENTAGENoCode Coverage Percentage

...