mik-laj commented on a change in pull request #10081:
URL: https://github.com/apache/airflow/pull/10081#discussion_r466848114
##########
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:
The help parameter appears in the task list, but the description
parameter is available for help. For example: see `airflow dags show --help`.
----------------------------------------------------------------
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]