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 92d6880 Split utils sh (#9132)
add 997ddb6 Add airflow plugin command (#9001)
No new revisions were added by this update.
Summary of changes:
.github/boring-cyborg.yml | 2 +
airflow/cli/cli_parser.py | 6 ++
airflow/cli/commands/plugins_command.py | 93 ++++++++++++++++++++++++
docs/plugins.rst | 3 +
tests/cli/commands/test_plugins_command.py | 110 +++++++++++++++++++++++++++++
5 files changed, 214 insertions(+)
create mode 100644 airflow/cli/commands/plugins_command.py
create mode 100644 tests/cli/commands/test_plugins_command.py