CLI: Added JWT issuance and diagnostics sub commands #5230

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-09-26 02:38:49 +02:00
parent 566eed05e0
commit 32c054da7a
35 changed files with 1354 additions and 84 deletions

View File

@@ -15,6 +15,7 @@ var AuthCommands = &cli.Command{
AuthShowCommand,
AuthRemoveCommand,
AuthResetCommand,
AuthJWTCommands,
},
}