psm accs operation-status

This command displays the status of an Oracle Application Container Cloud Service operation.

When you run a command-line operation, a job ID is included in the response. You can use this job ID to check the status of the operation. For example, you can display the status of a psm accs push operation to verify that an application has been created or updated successfully.

Syntax

psm accs operation-status 
-j|--job-id ID 
[-of|--output-format json|html|short]

Parameters

All parameters are required unless otherwise noted.

Parameter Description
-j, --job-id Job ID of the operation.

-of|--output-format json|html|short

(Optional) Specifies the output format of the command’s response:

  • json—output is formatted as a JSON array.

  • html—output is formatted as HTML

  • short—output is formatted as a brief summary.

The default output format is the one you specified when using the psm setup command to configure the psm CLI.

Example

$ psm accs operation-status -j 3824 -of html