Viewing Deployments
Review the deployment status of all the deployments associated with a project.
In the DevOps service, all deployments are systematically tracked. You can view the status, duration, and other details of all your deployments. Deployment history data isn't purged.
For accessing DevOps using the Oracle Cloud Console, REST API, and CLI, see Accessing DevOps.
To view all the work requests for a DevOps project, select a project and click Work Requests in the left-side menu. A list showing status of all the operations in progress is displayed.
To view all the deployments, use the
list
command:oci devops deployment list
To get all the commands for
deployment
:oci devops deployment -h
To list all deployments, use the
ListDeployments
operation.To list all work requests, use the
ListWorkRequests
operation.