This is an automated email from the ASF dual-hosted git repository.
bugraoz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 7fa85e2b4ea Fix simple grammar mistakes in doc (#51138)
add 9bc32d9ae92 feat (airflowctl): transition of Variable Command (#50908)
No new revisions were added by this update.
Summary of changes:
airflow-ctl/docs/images/command_hashes.txt | 2 +-
airflow-ctl/docs/images/output_variables.svg | 80 ++++++++++--------
airflow-ctl/src/airflowctl/ctl/cli_config.py | 37 +++++++++
.../airflowctl/ctl/commands/variable_command.py | 96 ++++++++++++++++++++++
.../ctl/commands/test_variable_command.py | 89 ++++++++++++++++++++
5 files changed, 267 insertions(+), 37 deletions(-)
create mode 100644 airflow-ctl/src/airflowctl/ctl/commands/variable_command.py
create mode 100644
airflow-ctl/tests/airflow_ctl/ctl/commands/test_variable_command.py