Auth: Refactor existing CLI sub-commands #808 #3943

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-01-02 17:06:57 +01:00
parent e8939ca8d0
commit 910e3becbb
9 changed files with 23 additions and 24 deletions

View File

@@ -48,8 +48,8 @@ var PhotoPrism = []cli.Command{
FindCommand,
ImportCommand,
CopyCommand,
FacesCommand,
PlacesCommand,
FacesCommands,
PlacesCommands,
PurgeCommand,
CleanUpCommand,
OptimizeCommand,
@@ -57,14 +57,14 @@ var PhotoPrism = []cli.Command{
ConvertCommand,
ThumbsCommand,
MigrateCommand,
MigrationsCommand,
MigrationsCommands,
BackupCommand,
RestoreCommand,
ResetCommand,
PasswdCommand,
UsersCommand,
ClientsCommand,
ShowCommand,
UsersCommands,
ClientsCommands,
ShowCommands,
VersionCommand,
ShowConfigCommand,
ConnectCommand,