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.report.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
1
# summary
2
2
3
-
Check the status of a deploy operation.
3
+
Check or poll for the status of a deploy operation.
4
4
5
5
# description
6
6
7
7
Deploy operations include standard deploys, quick deploys, deploy validations, and deploy cancellations.
8
8
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.
10
+
11
+
You typically don't specify the --target-org flag because the cached job already references the org to which you deployed. But if you run this command on a computer different than the one from which you deployed, then you must specify the --target-org and it must point to the same org.
12
+
13
+
This command doesn't update source tracking information.
10
14
11
15
# examples
12
16
@@ -18,6 +22,10 @@ Run this command by either passing it a job ID or specifying the --use-most-rece
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 when the deploy completes.
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. When the deploy completes, source tracking information is updated as needed.
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 because it already completed with status: %s. Displaying results...
0 commit comments