generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support resuming completed deployments
- Loading branch information
Showing
6 changed files
with
103 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
# summary | ||
|
||
Check the status of a deploy operation. | ||
Check or poll for the status of a deploy operation. | ||
|
||
# description | ||
|
||
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. | ||
|
||
Note that this command will not update source tracking information. | ||
|
||
# examples | ||
|
||
- Check the status using a job ID: | ||
|
@@ -18,6 +20,10 @@ Run this command by either passing it a job ID or specifying the --use-most-rece | |
|
||
<%= config.bin %> <%= command.id %> --use-most-recent | ||
|
||
- Poll for the status using a job ID and target org: | ||
|
||
<%= config.bin %> <%= command.id %> --job-id 0Af0x000017yLUFCA2 --target-org [email protected] --wait 30 | ||
|
||
# flags.job-id.summary | ||
|
||
Job ID of the deploy operation you want to check the status of. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters