logs command

This commit is contained in:
2026-01-13 13:51:36 +00:00
parent a865b1b2c7
commit ae2c10b646
3 changed files with 31 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ func defaultCommands() []command {
{name: "dev", description: "run the PocketBase binary locally", action: runDev},
{name: "setup", description: "provision the remote server and install PocketBase", action: runSetup},
{name: "deploy", description: "sync migrations/hooks/static assets (runs setup if needed)", action: runDeploy},
{name: "logs", description: "show PocketBase logs", action: placeholderAction("logs")},
{name: "logs", description: "show PocketBase logs", action: runLogs},
{name: "secrets", description: "manage deployment secrets", action: placeholderAction("secrets")},
}
}