cookbook/examples/node-cli
Vincent Koc 700e92ca1d
Some checks failed
Check / Cookbook and examples (push) Has been cancelled
fix(security): avoid raw CLI result logging
2026-04-30 03:08:18 -07:00
..
src fix(security): avoid raw CLI result logging 2026-04-30 03:08:18 -07:00
README.md feat: build sdk cookbook 2026-04-30 01:03:02 +01:00

Node CLI Example

A small command-line wrapper around the cookbook recipes.

pnpm example:node-cli run "Say hello"
pnpm example:node-cli stream "Explain this branch"
pnpm example:node-cli models
pnpm example:node-cli session

In a real app, keep the recipe functions as library code and make the CLI only responsible for parsing arguments, output formatting, and exit codes.