You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/deploy.metadata.resume.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# summary
2
2
3
-
Resume watching a deploy operation.
3
+
Resume watching a deploy operation and update source tracking upon completion as necessary.
4
4
5
5
# description
6
6
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.
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.
8
8
9
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.
10
10
@@ -57,9 +57,9 @@ Show verbose output of the deploy operation result.
57
57
58
58
Show concise output of the deploy operation result.
59
59
60
-
# error.DeployNotResumable
60
+
# warning.DeployNotResumable
61
61
62
-
Job ID %s is not resumable with status %s.
62
+
Job ID %s is not resumable since it already completed with status: %s. Displaying results...
0 commit comments