beli-cli is an unofficial local CLI for Beli-style restaurant workflows with stable JSON output for scripts and coding agents.
This v0.1 release is fixture-backed and local-state only. It does not use a private Beli API, does not authenticate to Beli, and does not write to a real Beli account.
corepack pnpm install
corepack pnpm build
node dist/cli.js --helpnode dist/cli.js --json restaurants search pizza
node dist/cli.js lists create --name "Weekend Ideas"
node dist/cli.js ratings create --restaurant rest_001 --score 8.7
node dist/cli.js reviews create --restaurant rest_001 --body "Great slice"Use --state <path> to isolate local state for tests or automation.
corepack pnpm install
corepack pnpm format:check
corepack pnpm check
npm pack --dry-run