XD-DENG commented on a change in pull request #14457:
URL: https://github.com/apache/airflow/pull/14457#discussion_r582954207
##########
File path: airflow/bin/cli.py
##########
@@ -414,7 +414,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')
Review comment:
Hi @kaxil , that's because `variables list` is missed in the new
Variable Commands in 1.10.14
(https://github.com/apache/airflow/blob/1.10.14/airflow/bin/cli.py#L3066), but
it is a valid new command in 2.0
(https://github.com/apache/airflow/blob/2.0.1/airflow/cli/cli_parser.py#L1037)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]