Skip to content

David-Wu1119/beli-cli

Repository files navigation

beli-cli

beli-cli is an unofficial local CLI for Beli-style restaurant workflows with stable JSON output for scripts and coding agents.

Important

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.

Install

corepack pnpm install
corepack pnpm build
node dist/cli.js --help

CLI

node 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.

Verification

corepack pnpm install
corepack pnpm format:check
corepack pnpm check
npm pack --dry-run

About

Unofficial local/fixture-backed CLI for Beli-style restaurant workflows with stable JSON output.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors