astro dev ps

The behavior and format of this command are the same for both Astro and Astro Private Cloud.

List all Docker containers running in your local Airflow environment, including the Airflow Webserver, Scheduler, and Postgres database. It outputs metadata for each running container, including Container ID, Created, Status, and Ports.

This command works similarly to docker ps and can only be run from a directory that is running an Astro project.

Usage

1astro dev ps

Options

OptionDescriptionPossible Values
--jsonOutput the response as JSON. Shorthand for --output json. Mutually exclusive with -o/--output.None
-o,--outputFormat the output. The default is table.table, json, or template
--templateFormat the output using a Go template. Use with --output template.Any valid Go template string