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.cancel.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,10 @@ Job ID of the deploy operation you want to cancel.
26
26
27
27
These commands return a job ID if they time out or you specified the --async flag:
28
28
29
-
-sf project deploy start
30
-
-sf project deploy validate
31
-
-sf project deploy quick
32
-
-sf project deploy cancel
29
+
-<%= config.bin %> project deploy start
30
+
-<%= config.bin %> project deploy validate
31
+
-<%= config.bin %> project deploy quick
32
+
-<%= config.bin %> project deploy cancel
33
33
34
34
The job ID is valid for 10 days from when you started the deploy operation.
35
35
@@ -47,16 +47,20 @@ Number of minutes to wait for the command to complete and display results.
47
47
48
48
# flags.wait.description
49
49
50
-
If the command continues to run after the wait period, the CLI returns control of the terminal window to you. To resume watching the cancellation, run "sf project deploy resume". To check the status of the cancellation, run "sf project deploy report".
50
+
If the command continues to run after the wait period, the CLI returns control of the terminal window to you. To resume watching the cancellation, run "sf project deploy resume". To check the status of the cancellation, run "<%= config.bin %> project deploy report".
51
51
52
52
# flags.async.summary
53
53
54
54
Run the command asynchronously.
55
55
56
56
# flags.async.description
57
57
58
-
The command immediately returns the control of the terminal to you. This way, you can continue to use the CLI. To resume watching the cancellation, run "sf project deploy resume". To check the status of the cancellation, run "sf project deploy report".
58
+
The command immediately returns the control of the terminal to you. This way, you can continue to use the CLI. To resume watching the cancellation, run "sf project deploy resume". To check the status of the cancellation, run "<%= config.bin %> project deploy report".
59
59
60
60
# error.CannotCancelDeploy
61
61
62
62
Can't cancel deploy because it's already completed.
63
+
64
+
# error.CannotCancelDeployPre
65
+
66
+
Can't cancel deploy with Job Id %s because it's already completed (status is %s)
0 commit comments