A tool to manage multiple Pocketbase instances
- Local Docker installation
- Cobra
- Charm's Huh
- Docker Sdk
- ConnectRPC
- ENDPOINT: the endpoint of the pockets server you are connecting to (defaults to: http://localhost:3000)
You have multiple for ways to configure the cli:
- config file
- env variables
The config file should be a pockets.{toml,yaml,json}
file located either:
- in the same directory as the executable
- in
$HOME/.config/pockets/pockets.{toml,yaml,json}
You can also use env variables. Each Env Variable should be prefixed with PKTS_
A pockets.toml file could look like this:
ENDPOINT="http://localhost:3000"
The same could be achieved with an environment variable setup like this:
export PKTS_ENDPOINT="http://localhost:3000"