You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/08/28 19:26:40 UTC

[airflow] branch master updated (1b533f6 -> 8e0d9f0)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 1b533f6  Fix broken master - DLP (#10635)
     add 8e0d9f0  Add airflow cheat-sheet command (#10619)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_parser.py                      |  50 +++++++-----
 airflow/cli/commands/cheat_sheet_command.py    |  67 ++++++++++++++++
 setup.py                                       |   1 +
 tests/cli/commands/test_cheat_sheet_command.py | 106 +++++++++++++++++++++++++
 4 files changed, 205 insertions(+), 19 deletions(-)
 create mode 100644 airflow/cli/commands/cheat_sheet_command.py
 create mode 100644 tests/cli/commands/test_cheat_sheet_command.py