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" 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.

...