mik-laj commented on a change in pull request #10677:
URL: https://github.com/apache/airflow/pull/10677#discussion_r482193145
##########
File path: airflow/cli/cli_parser.py
##########
@@ -778,6 +783,12 @@ class GroupCommand(NamedTuple):
func=lazy_load_command('airflow.cli.commands.dag_command.dag_list_dags'),
args=(ARG_SUBDIR, ARG_OUTPUT),
),
+ ActionCommand(
+ name='generate_yaml',
Review comment:
What do you think to add this to the new ``kubernetes`` group? We
currently have sections for celery executor.
```
Celery components
airflow celery flower - Start a Celery Flower
airflow celery stop - Stop the Celery worker gracefully
airflow celery worker - Start a Celery worker node
```
----------------------------------------------------------------
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]