airflow connections export <file>
Export all connections
Arguments
| Name | Description | 
|---|---|
| file | Output file path for exporting the connections | 
Options
| Name | Description | 
|---|---|
| -h, --help | Show this help message and exit | 
| --file-format  <file_format> | File format for the export | 
| --format  <format> | Deprecated -- use `--file-format` instead. File format to use for the export | 
| --serialization-format  <serialization_format> | When exporting as `.env` format, defines how connections should be serialized. Default is `uri` |