Add CLI list users command

This commit is contained in:
Alex Schroeder 2019-11-17 21:58:30 +01:00
commit fbc379d689
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>]