Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 647 Bytes

example.md

File metadata and controls

16 lines (10 loc) · 647 Bytes

Examples

Both the seeder (CLI) and controller modules use pocketbase.io for integration tests, ensure you have it running locally, you can follow these instructions.

Below is a sample to get you started with the CLI, once you have built the seeder locally you should be able to run the following from the workspace/repo root.

for linux/windows exchange the darwin for linux|windows

make build_seeder
./seeder/dist/seeder-darwin run -p ./test/pocketbase-cli-get-started.yaml -v

CLI download/install

Follow instructions here to install the CLI from a pre-built package.