data upsert resume

Resume a bulk upsert job that you previously started. Uses Bulk API 2.0.

Description for data upsert resume 

The command uses the job ID returned from the “sf data upsert bulk” command or the most recently-run bulk upsert job.

Flags 

Flag Name (Long)Flag Name (Short)Description
‑‑api‑versionN/AType: Value

Override the api version used for api requests made by this command
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑job‑id‑iType: Value

ID of the job you want to resume.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑target‑org‑oType: Value

Username or alias of the target org. Not required if the “target-org” configuration variable is already set.
‑‑use‑most‑recentN/AType: Boolean
Default value: true

Use the ID of the most recently-run bulk job.
‑‑waitN/AType: Value

Number of minutes to wait for the command to complete before displaying the results.

Examples for data upsert resume 

Resume a bulk upsert job from your default org using an ID:

1sf data upsert resume --job-id 750xx000000005sAAA

Resume the most recently run bulk upsert job for an org with alias my-scratch:

1sf data upsert resume --use-most-recent --target-org my-scratch