Skip to content

Commit 567632a

Browse files
committed
docs(usage): update with reset-password
1 parent da8cbcc commit 567632a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ Built on top of [GAMADV-XTD3](https://github.com/taers232c/GAMADV-XTD3) and [GYB
1010

1111
```bash
1212
$ compiler-admin -h
13-
usage: compiler-admin [-h] [-v] {info,init,create,convert,delete,offboard,restore,signout} ...
13+
usage: compiler-admin [-h] [-v] {info,init,create,convert,delete,offboard,reset-password,restore,signout} ...
1414

1515
positional arguments:
16-
{info,init,create,convert,delete,offboard,restore,signout}
16+
{info,init,create,convert,delete,offboard,reset-password,restore,signout}
1717
info Print configuration and debugging information.
1818
init Initialize a new admin project. This command should be run once before any others.
1919
create Create a new user in the Compiler domain.
2020
convert Convert a user account to a new type.
2121
delete Delete a user account.
2222
offboard Offboard a user account.
23+
reset-password Reset a user's password to a randomly generated string.
2324
restore Restore an email backup from a prior offboarding.
2425
signout Signs a user out from all active sessions.
2526

0 commit comments

Comments
 (0)