create
Contents
Usage
$ airflow users create [-h] -e EMAIL -f FIRSTNAME -l LASTNAME [-p PASSWORD] -r
ROLE [--use-random-password] -u USERNAME [-v]
Arguments
| Parameter | Description |
|---|---|
-e, --email |
Email of the user |
-f, --firstname |
First name of the user |
-l, --lastname |
Last name of the user |
-p, --password |
Password of the user, required to create a user without using the |
-r, --role |
Role of the user. Existing roles include |
--use-random-password |
Use random string as a password. Required when creating a user without the |
-u, --username |
Username of the user |
-v, --verbose |
Make logging output more verbose. Default: |