User Management CLI¶
Manages users and roles via the command line interface (CLI).
app users¶
Manage application users.
Usage
app users [OPTIONS] COMMAND [ARGS]...
create-roles¶
Create pre-configured application roles.
Usage
app users create-roles [OPTIONS]
create-system-admin¶
Create system default administrator.
Usage
app users create-system-admin [OPTIONS]
Options
- --password <password>¶
Admin password
create-user¶
Create a user.
Usage
app users create-user [OPTIONS]
Options
- --name <name>¶
A name of the new user
- --email <email>¶
Email of the new user
- --password <password>¶
User password
- --superuser¶
Is a superuser
promote-to-superuser¶
Promotes a user to application superuser.
Usage
app users promote-to-superuser [OPTIONS]
Options
- --email <email>¶
Required Email of the user