You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kamil Bregula (Jira)" <ji...@apache.org> on 2019/12/19 18:56:00 UTC

[jira] [Created] (AIRFLOW-6310) Simplification of CLI commands

Kamil Bregula created AIRFLOW-6310:
--------------------------------------

             Summary: Simplification of CLI commands
                 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


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)