Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Dec 22, 2024
1 parent 19eaa8e commit f3b8c20
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/salesforce-deployment-assistant-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ Replace:

`sf project:deploy:start -x manifest/package.xml --checkonly`

by
with:

`sf hardis:project:deploy:start -x manifest/package.xml --checkonly`
`sf hardis:project:deploy:start -x manifest/package.xml --checkonly`

### Advanced example

Replace:

`sf project deploy start --dry-run --source-dir force-app --ignore-warnings --ignore-conflicts --test-level RunLocalTests --coverage-formatters json-summary --verbose --wait 120 --json`

with:

`sf hardis project deploy start --dry-run --source-dir force-app --ignore-warnings --ignore-conflicts --test-level RunLocalTests --coverage-formatters json-summary --verbose --wait 120 --json`

0 comments on commit f3b8c20

Please sign in to comment.