Merge branch 'list-users' into 'develop'
[akkoma] / docs / administration / CLI_tasks / user.md
index cf120f2c9fb91fc72f727ab2fb9183a2c25cf8b4..96b2d9e6a3326fafcd5bf54e0cceeaa88a288bf0 100644 (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>]