Skip to content

Commit e1a021b

Browse files
Apply suggestions from code review
Co-authored-by: Juliet Shackell <[email protected]>
1 parent a9085e1 commit e1a021b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

messages/deploy.metadata.report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Check or poll for the status of a deploy operation.
66

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

9-
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.
9+
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.
1010

1111
This command doesn't update source tracking information.
1212

messages/deploy.metadata.resume.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# summary
22

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

55
# description
66

7-
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.
7+
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.
88

99
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.
1010

@@ -59,7 +59,7 @@ Show concise output of the deploy operation result.
5959

6060
# warning.DeployNotResumable
6161

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

6464
# flags.junit.summary
6565

0 commit comments

Comments
 (0)