[
https://issues.apache.org/jira/browse/AIRFLOW-6310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17001763#comment-17001763
]
ASF GitHub Bot commented on AIRFLOW-6310:
-----------------------------------------
mik-laj commented on pull request #6858: [AIRFLOW-6310] Group CLI commands in
subcommands
URL: https://github.com/apache/airflow/pull/6858
----------------------------------------------------------------
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]
> Group CLI commands in subcommands
> ---------------------------------
>
> Key: AIRFLOW-6310
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6310
> Project: Apache Airflow
> Issue Type: New Feature
> Components: cli
> Affects Versions: 1.10.6
> Reporter: Kamil Bregula
> Priority: Major
>
> Some commands have been grouped to improve UX of CLI. New commands are
> available according to the following
> table:
> | Old command | New command |
> |---------------------------|------------------------------------|
> | airflow kerberos | airflow run kerberos |
> | airflow webserver | airflow run webserver |
> | airflow scheduler | airflow run scheduler |
> | airflow worker | airflow run worker |
> | airflow flower | airflow run flower |
> | airflow config | airflow config show |
> | airflow rotate_fernet_key | airflow config rotate_fernet_key |
--
This message was sent by Atlassian Jira
(v8.3.4#803005)