project deploy pipeline resume (Beta)

Resume watching a pipeline deploy operation.

This feature is a Beta Service. Customers may opt to try such Beta Service in its sole discretion. Any use of the Beta Service is subject to the applicable Beta Services Terms provided at Agreements and Terms.

The first time you run any “project deploy pipeline” command, be sure to authorize the org in which DevOps Center is installed. The easiest way to authorize an org is with the “org login web” command.

Use this command to resume watching a pipeline deploy operation if the original command times out or you specified the –async flag.

Run this command by either indicating a job ID or specifying the –use-most-recent flag to use the job ID of the most recent deploy operation.

Flag Name (Long)Flag Name (Short)Description
‑‑conciseN/AType: Boolean

Show concise output of the command result.
‑‑devops‑center‑username‑cType: Value
Required

Username or alias of the DevOps Center org.
‑‑job‑id‑iType: Value

Job ID of the pipeline deploy operation you want to resume.

These commands return a job ID if they time out or you specified the –async flag:

  • sf project deploy pipeline start
  • sf project deploy pipeline validate
  • sf project deploy pipeline quick


The job ID is valid for 10 days from when you started the deploy operation.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑use‑most‑recent‑rType: Boolean

Use the job ID of the most recent deploy operation.

For performance reasons, this flag uses job IDs for operations that started in the past 3 days or fewer. If your most recent operation was longer than 3 days ago, this flag won’t find a job ID.
‑‑verboseN/AType: Boolean

Show verbose output of the command result.
‑‑wait‑wType: Value
Default value: 33 minutes

Number of minutes to wait for command to complete and display results.

If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run “sf project deploy pipeline report”.

Resume watching a deploy operation using a job ID:

Resume watching the most recent deploy operation: