tidy up deployment output
This commit is contained in:
16
README.md
16
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user