Merge branch 'list-users' into 'develop'

Add CLI list users command

See merge request pleroma/pleroma!1990
This commit is contained in:
rinpatch 2019-11-21 20:33:11 +00:00
commit c2ad9fd5f9
3 changed files with 24 additions and 0 deletions

View file

@ -15,6 +15,11 @@ $PREFIX new <nickname> <email> [<options>]
- `--admin`/`--no-admin` - whether the user should be an admin
- `-y`, `--assume-yes`/`--no-assume-yes` - whether to assume yes to all questions
## List local users
```sh
$PREFIX list
```
## Generate an invite link
```sh
$PREFIX invite [<options>]