diff options
author | Alex Schroeder <alex@gnu.org> | 2019-11-17 21:58:30 +0100 |
---|---|---|
committer | Alex Schroeder <alex@gnu.org> | 2019-11-21 21:07:06 +0100 |
commit | fbc379d68990b166e1034cfff252f975f793eba1 (patch) | |
tree | 981494a05ec279a70d82f6d6816c8454df056d34 /docs/administration/CLI_tasks | |
parent | 4df2d64b9f3fc9c7acbdd97113ce963e0bbe8134 (diff) | |
download | pleroma-fbc379d68990b166e1034cfff252f975f793eba1.tar.gz pleroma-fbc379d68990b166e1034cfff252f975f793eba1.zip |
Add CLI list users command
Diffstat (limited to 'docs/administration/CLI_tasks')
-rw-r--r-- | docs/administration/CLI_tasks/user.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/administration/CLI_tasks/user.md b/docs/administration/CLI_tasks/user.md index cf120f2c9..96b2d9e6a 100644 --- a/docs/administration/CLI_tasks/user.md +++ b/docs/administration/CLI_tasks/user.md @@ -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>] |