feat(cli): list users (#1341)

This commit is contained in:
Jason Rasmussen
2023-01-16 19:31:46 -05:00
committed by GitHub
parent 177cc3d7f9
commit adacfb1110
5 changed files with 39 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -8,6 +8,7 @@ The `immich-server` docker image comes preinstalled with an administrative CLI (
| `reset-admin-password` | Reset the password for the admin user |
| `disable-password-login` | Disable password login |
| `enable-password-login` | Enable password login |
| `list-users` | List Immich users |
## How to run a command
@ -26,3 +27,7 @@ Disable Password Login
Enabled Password Login
![Enable Password Login](./img/enable-password-login.png)
List Users
![List Users](./img/list-users.png)