tidy up deployment output

This commit is contained in:
2026-01-13 13:03:12 +00:00
parent e9c04ad1de
commit e4cb311f7a
2 changed files with 105 additions and 10 deletions

View File

@@ -2,15 +2,17 @@
A simple, rsync-based PocketBase deployment tool.
## init
## Commands
- start a new PocketBase project (optionally provide a service name via `pb init <name>`)
### `init`
## dev
Start a new PocketBase project (optionally provide a service name via `pb init <name>`)
- run a local dev server
### `dev`
## deploy
Run the local dev server.
### `deploy`
Deploys pocketbase to a remote server. This will:
@@ -20,6 +22,6 @@ Deploys pocketbase to a remote server. This will:
4. Copy pb_public, pb_migrations and pb_hooks.
5. Start the service.
## logs
### logs
## secrets
### secrets