astahlman commented on a change in pull request #4658: [WIP] [AIRFLOW-3813] Add
CLI commands to manage roles
URL: https://github.com/apache/airflow/pull/4658#discussion_r254468819
##########
File path: airflow/bin/cli.py
##########
@@ -2296,8 +2339,11 @@ class CLIFactory(object):
'add_role', 'remove_role', 'user_import', 'user_export',
'username', 'email', 'firstname', 'lastname', 'role',
'password', 'use_random_password'),
- },
- {
+ }, {
+ 'func': roles,
+ 'help': 'Create/Delete roles',
Review comment:
Good point, will add
----------------------------------------------------------------
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