[
https://issues.apache.org/jira/browse/AIRFLOW-3813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16762353#comment-16762353
]
ASF subversion and git services commented on AIRFLOW-3813:
----------------------------------------------------------
Commit 2dadee7a248442012e835eeaad3f21f698d0642b in airflow's branch
refs/heads/master from Andrew Stahlman
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=2dadee7 ]
[AIRFLOW-3813] Add CLI commands to manage roles (#4658)
* [AIRFLOW-3813] Add CLI commands to manage roles
Here is the help text of the new command `airflow roles`:
usage: airflow roles [-h] [-c] [-l] [role [role ...]]
positional arguments:
role The name of a role
optional arguments:
-h, --help show this help message and exit
-c, --create Create a new role
-l, --list List roles
Create is reentrant, i.e., it only adds a new role if it does not exist.
* Update docs on role creation
> create a cli to allow Admin to add / delete role
> ------------------------------------------------
>
> Key: AIRFLOW-3813
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3813
> Project: Apache Airflow
> Issue Type: Improvement
> Reporter: Tao Feng
> Assignee: Andrew Stahlman
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)