Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Juliet Shackell <[email protected]>
  • Loading branch information
shetzel and jshackell-sfdc authored Sep 26, 2023
1 parent a9085e1 commit e1a021b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion messages/deploy.metadata.report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Check or poll for the status of a deploy operation.

Deploy operations include standard deploys, quick deploys, deploy validations, and deploy cancellations.

Run this command by either passing it a job ID or specifying the --use-most-recent flag to use the job ID of the most recent deploy operation.
Run this command by either passing it a job ID or specifying the --use-most-recent flag to use the job ID of the most recent deploy operation. If you specify the --wait flag, the command polls for the status every second until the timeout of --wait minutes. If you don't specify the --wait flag, the command simply checks and displays the status of the deploy; the command doesn't poll for the status.

This command doesn't update source tracking information.

Expand Down
6 changes: 3 additions & 3 deletions messages/deploy.metadata.resume.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# summary

Resume watching a deploy operation and update source tracking upon completion as necessary.
Resume watching a deploy operation and update source tracking when the deploy completes.

# description

Use this command to resume watching a deploy operation if the original command times out or you specified the --async flag. Deploy operations include standard deploys, quick deploys, deploy validations, and deploy cancellations. This command doesn't resume the original operation itself, because the operation always continues after you've started it, regardless of whether you're watching it or not. Upon completion, source tracking information will be updated as necessary.
Use this command to resume watching a deploy operation if the original command times out or you specified the --async flag. Deploy operations include standard deploys, quick deploys, deploy validations, and deploy cancellations. This command doesn't resume the original operation itself, because the operation always continues after you've started it, regardless of whether you're watching it or not. When the deploy completes, source tracking information is updated as needed.

Run this command by either passing it a job ID or specifying the --use-most-recent flag to use the job ID of the most recent deploy operation.

Expand Down Expand Up @@ -59,7 +59,7 @@ Show concise output of the deploy operation result.

# warning.DeployNotResumable

Job ID %s is not resumable since it already completed with status: %s. Displaying results...
Job ID %s is not resumable because it already completed with status: %s. Displaying results...

# flags.junit.summary

Expand Down

0 comments on commit e1a021b

Please sign in to comment.