update readme

This commit is contained in:
ari melody 2025-01-21 01:03:25 +00:00
parent 686eea09a5
commit 71f143351a
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -38,6 +38,10 @@ by default, `arimelody-web` will spin up a web server as usual. instead,
arguments may be supplied to run administrative actions. the web server doesn't arguments may be supplied to run administrative actions. the web server doesn't
need to be up for this, making this ideal for some offline maintenance. need to be up for this, making this ideal for some offline maintenance.
- `createTOTP <username> <name>`: Creates a timed one-time passcode method.
- `listTOTP <username>`: Lists an account's TOTP methods.
- `deleteTOTP <username> <name>`: Deletes an account's TOTP method.
- `testTOTP <username> <name>`: Generates the code for an account's TOTP method.
- `createInvite`: Creates an invite code to register new accounts. - `createInvite`: Creates an invite code to register new accounts.
- `purgeInvites`: Deletes all available invite codes. - `purgeInvites`: Deletes all available invite codes.
- `listAccounts`: Lists all active accounts. - `listAccounts`: Lists all active accounts.