You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/25 16:10:39 UTC

[GitHub] [airflow] ashb commented on a change in pull request #14457: Fixed deprecation message for "variables" command

ashb commented on a change in pull request #14457:
URL: https://github.com/apache/airflow/pull/14457#discussion_r582963752



##########
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:
       Old style:
   
   `airflow variables -l`
   
   New
   
   `airflow variables list` etc.




----------------------------------------------------------------
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:
users@infra.apache.org