This is an automated email from the ASF dual-hosted git repository.
xddeng pushed a commit to branch v1-10-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v1-10-stable by this push:
new 75b2fa2 Fixed deprecation message for "variables" command (#14457)
75b2fa2 is described below
commit 75b2fa22b75b9879bafe607b15f900b46c4828bc
Author: Bruno GuimarĂ£es <[email protected]>
AuthorDate: Fri Feb 26 02:10:57 2021 -0300
Fixed deprecation message for "variables" command (#14457)
---
airflow/bin/cli.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow/bin/cli.py b/airflow/bin/cli.py
index f829a0e..70a1107 100644
--- a/airflow/bin/cli.py
+++ b/airflow/bin/cli.py
@@ -418,7 +418,7 @@ def variables_export(args):
_vars_wrapper(args, export=args.file)
-@cli_utils.deprecated_action(new_name='variables')
+@cli_utils.deprecated_action(new_name='variables list')
@cli_utils.action_logging
def variables(args):
if args.get: