Every command should be ran with a prefix, in case of OTP releases it is `./bin/pleroma_ctl user` and in case of source installs it's `mix pleroma.user`.
## Create a user
```sh
$PREFIX new <nickname><email> [<options>]
```
### Options
-`--name <name>` - the user's display name
-`--bio <bio>` - the user's bio
-`--password <password>` - the user's password
-`--moderator`/`--no-moderator` - whether the user should be a moderator
-`--admin`/`--no-admin` - whether the user should be an admin
-`-y`, `--assume-yes`/`--no-assume-yes` - whether to assume yes to all questions