This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 162e320 Add Asana Provider (#14521)
add b7d1ea9 Add Airflow Standalone command (#15826)
No new revisions were added by this update.
Summary of changes:
airflow/cli/cli_parser.py | 6 +
airflow/cli/commands/standalone_command.py | 275 +++++++++++++++++++++++++++++
docs/apache-airflow/start/local.rst | 52 +++---
3 files changed, 312 insertions(+), 21 deletions(-)
create mode 100644 airflow/cli/commands/standalone_command.py