mik-laj commented on a change in pull request #10081:
URL: https://github.com/apache/airflow/pull/10081#discussion_r466846158
##########
File path: airflow/cli/cli_parser.py
##########
@@ -1104,6 +1113,12 @@ class GroupCommand(NamedTuple):
func=lazy_load_command('airflow.cli.commands.connection_command.connections_delete'),
args=(ARG_CONN_ID,),
),
+ ActionCommand(
+ name='export',
+ help='Export all connections',
+
func=lazy_load_command('airflow.cli.commands.connection_command.connections_export'),
Review comment:
Can you add examples of calls for this command in the command
description (description parameter not help parameter)?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]