CLI: Add photoprism connect command

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2023-03-24 19:35:29 +01:00
parent 653f381f81
commit 84d1e7de1d
9 changed files with 88 additions and 30 deletions

View File

@@ -65,6 +65,7 @@ var PhotoPrism = []cli.Command{
ShowCommand,
VersionCommand,
ShowConfigCommand,
ConnectCommand,
}
// childAlreadyRunning tests if a .pid file at filePath is a running process.