Astro CLI
Manage and configure your Astro projects.
v1.42
List the Airflow connections stored in a Deployment’s metadata database.
1astro deployment connection list
This command only lists Airflow connections that were configured through the Airflow UI or otherwise stored in the Airflow metadata database.
-d
--deployment-id
--deployment-name
<deployment-id>
-w
--workspace-id
CONNECTION ID
CONN TYPE
$# List connections stored in the Deployment with an ID of cl03oiq7d80402nwn7fsl3dmv$astro deployment connection list --deployment-id cl03oiq7d80402nwn7fsl3dmv$$# List connections stored in the Deployment "My Deployment"$astro deployment connection list --deployment-name="My Deployment"
astro deployment connection create
astro deployment connection update