feng-tao 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_r252400237
 
 

 ##########
 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:
   what do you think for putting the example file format here?

----------------------------------------------------------------
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