CLI
List and inspect deployments
List and inspect Easel deployments from the CLI.
Use the CLI to list deployments for a project and inspect a specific deployment by ID or URL.
List deployments
List deployments for the linked project, or pass a project slug or ID:
Useful filters:
| Option | Description |
|---|---|
--status | Comma-separated statuses (READY, BUILDING, and others) |
--environment | production or preview |
--prod | Shorthand for --environment production |
--limit | Maximum number of deployments to return |
--cursor | Pagination cursor from a previous response |
Human output prints a table of ID, status, environment, branch, age, and URL. Use --format json when you need machine-readable output.
Inspect a deployment
Inspect a deployment by ID or by its deployment URL:
Optional flags:
| Option | Description |
|---|---|
-l, --logs | Print build logs |
--wait | Wait until the deployment reaches a terminal status |
--timeout | Timeout for --wait (for example 5m, 30s; default 3m) |
Terminal statuses are READY, ERROR, CANCELLED, and SPUN_DOWN.