Obtain an Export or Import Job Status

Obtain Status

If an export or an import job is being processed, or was recently processed, in a project directory, you can fetch the status of the job.

To fetch the status of an export or import job, execute the following command from that directory:

copy
$
catalyst iac:status export|import

The CLI will display the status of the export or import job processed in that directory.

IaC Job Status


Job Status Options

--id <id>

You can fetch the status of a specific import or export job executed in any directory, by specifying the unique Job ID that was generated automatically when the job was initiated. Both export and import operations generate Job IDs.

To fetch the status of any export or import job, specify the Job ID with the command in the following way:

copy
$
catalyst iac:status export|import --id <id>

The CLI will display the job’s status.

IaC Job Status with Job ID

Last Updated 2023-03-17 22:50:25 +0530 +0530