From 71f143351aacb092f84324b5372b8e64feaee8f6 Mon Sep 17 00:00:00 2001 From: ari melody Date: Tue, 21 Jan 2025 01:03:25 +0000 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 81bc52f..4a49571 100644 --- a/README.md +++ b/README.md @@ -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 need to be up for this, making this ideal for some offline maintenance. +- `createTOTP `: Creates a timed one-time passcode method. +- `listTOTP `: Lists an account's TOTP methods. +- `deleteTOTP `: Deletes an account's TOTP method. +- `testTOTP `: Generates the code for an account's TOTP method. - `createInvite`: Creates an invite code to register new accounts. - `purgeInvites`: Deletes all available invite codes. - `listAccounts`: Lists all active accounts.