Acehaidrey commented on a change in pull request #18916:
URL: https://github.com/apache/airflow/pull/18916#discussion_r733216392
##########
File path: airflow/cli/cli_parser.py
##########
@@ -683,6 +683,8 @@ def _check(value):
# roles
ARG_CREATE_ROLE = Arg(('-c', '--create'), help='Create a new role',
action='store_true')
ARG_LIST_ROLES = Arg(('-l', '--list'), help='List roles', action='store_true')
+ARG_ROLE_EXPORT = Arg(("--export",), metavar="FILEPATH", help="Export roles to
JSON file")
+ARG_ROLE_IMPORT = Arg(("--import",), metavar="FILEPATH", help="Import roles
from JSON file to db")
Review comment:
removed them you are right sorry
--
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]