astahlman commented on a change in pull request #4624: [AIRFLOW-3787] 
Import/export users from JSON file
URL: https://github.com/apache/airflow/pull/4624#discussion_r252405014
 
 

 ##########
 File path: airflow/bin/cli.py
 ##########
 @@ -1998,6 +2099,14 @@ class CLIFactory(object):
             ('--remove-role',),
             help='Remove user from a role',
             action='store_true'),
+        'user_import': Arg(
+            ("-i", "--import"),
+            metavar="FILEPATH",
+            help="Import users from JSON file"),
 
 Review comment:
   Sure, I can do that - will update the PR shortly

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to