Yes! To see the status and build log for a specific Deployment with the CLI:
- Get a list of all activities on a project:
platform activity:list --all
This list can be filtered by adding the--type
parameter. You can see the complete list of activity types that can be used in commands here.
- Retrieve the ID of the deployment you are interested in from the list.
-
Get the deployment's activity ID with the following command:
platform activity:log <ACTIVITY_ID>