jedcunningham commented on a change in pull request #18916:
URL: https://github.com/apache/airflow/pull/18916#discussion_r734969943



##########
File path: airflow/cli/cli_parser.py
##########
@@ -1381,6 +1388,18 @@ class GroupCommand(NamedTuple):
         
func=lazy_load_command('airflow.cli.commands.role_command.roles_create'),
         args=(ARG_ROLES, ARG_VERBOSE),
     ),
+    ActionCommand(
+        name='export',
+        help='Export roles from db to JSON file',

Review comment:
       ```suggestion
           help='Export roles (without permissions) from db to JSON file',
   ```
   or:
   ```suggestion
           help='Export role names from db to JSON file',
   ```
   
   Or something similar, as I think most would expect the permissions to come 
with it?




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to