Skip to content

Commit

Permalink
Merge pull request #434 from salesforcecli/jshackell-sfdc-patch-1
Browse files Browse the repository at this point in the history
fix small formatting issues
  • Loading branch information
jshackell-sfdc authored Sep 27, 2024
2 parents 22a61d4 + 7a41804 commit 529e7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messages/commonFlags.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Username or alias for the org where DevOps Center is installed.

# flags.wait.description

If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run "<%= config.bin %> <%= command.id.split(' ').slice(0, -1).join(' ') %> report".
If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run "sf project deploy pipeline report".

# flags.wait.summary

Expand Down
2 changes: 1 addition & 1 deletion messages/promoteFlags.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Valid values are:

- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.

If you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see [Running Tests in a Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the "Metadata API Developer Guide".
If you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see the section "Running Tests in a Deployment" in the "Metadata API Developer Guide". (https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm)

# promote.async.description

Expand Down

0 comments on commit 529e7c2

Please sign in to comment.