@jinba-browserflow/cli
v0.2.0
Published
The browserflow binary — composition root.
Maintainers
Readme
@jinba-browserflow/cli
The browserflow binary — the composition root that wires the engine, tool packs, the
registry, and the browser tool into one command. Compile, run, record, replay, pack, and
serve Browserflow flows.
Runtime: the CLI is currently Bun-required (it uses
Bun.serveand the defaultbun:sqliterun-store). Install Bun ≥ 1.3 to use it. A Node-portable build is planned.
Install
# one-off
bunx @jinba-browserflow/cli --help
# or install globally
bun add -g @jinba-browserflow/cli
browserflow --helpCommon commands
browserflow init # scaffold a project
browserflow compile flow.yaml # lower + compile to the FlowSpec IR
browserflow run flow.yaml # run a flow
browserflow record # author a flow by recording a browser session
browserflow replay <run> # deterministically replay a recorded run
browserflow launch # serve the MCP / HTTP endpointRun browserflow --help for the full command list.
License
Apache-2.0
