Articles in this section

How do I see the status of a Deployment through the CLI?

Yes! To see the status and build log for a specific Deployment with the CLI:

  1. 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.

  2. Retrieve the ID of the deployment you are interested in from the list.
  3. Get the deployment's activity ID with the following command:
    platform activity:log <ACTIVITY_ID>
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.