export
Contents
Usage
$ airflow connections export [-h] [--file-format {json,yaml,env}]
[--format {json,yaml,env}]
[--serialization-format {json,uri}] [-v]
file
Arguments
| Parameter | Description |
|---|---|
file |
Output file path for exporting connections |
--file-format |
File format for the export. Possible values: |
--format |
File format to use for the export. Deprecated. Use |
--serialization-format |
When exporting the ENV format, defines how connections should be serialized. Possible values: |
-h, --help |
Print out the help manual for this command |
-v, --verbose |
Make logging output more verbose |