@fabric-harness/cli
v0.5.0
Published
Fabric Harness command-line interface (fabric-harness, fh) — run, build, deploy, inspect agents.
Downloads
130
Maintainers
Readme
@fabric-harness/cli
Command-line interface for Fabric Harness — run, build, deploy, inspect, and operate agents from one binary.
Install
npm install -g @fabric-harness/cli
# or
pnpm add -g @fabric-harness/cliProvides two commands (aliases of each other):
fabric-harnessfh
Quick start
fh agents # list workspace agents
fh describe ask # show agent metadata + schema
fh run ask --question "What is Temporal?" # one-shot run
fh dev # watch mode — POST /agents/:name
fh build --target node # build deployable artifact
fh sessions # list persisted sessions
fh inspect <session-id> # replay historyWhat's in the box
fh run / dev— local execution against any workspace agent.fh build— emit deployable artifacts fornode,docker,temporal-worker,cloudflare,foundry-hosted-agent.fh agents / describe— agent discovery and schema introspection.fh sessions / inspect / logs / metrics / replay— session history operations.fh approvals / approve / reject— capability-policy approval handling.fh checkpoints / artifacts / artifact get— durable state inspection.fh tasks / task / cancel-task— task tree management.fh doctor— environment + model provider validation (--liveto ping the model).fh add— install connector recipes (sandbox, MCP, data).fh verify-attestation / verify-provenance— supply-chain checks for built artifacts.
Run fh --help for the full surface.
Documentation
- CLI reference
- Getting started
- Headless mode — the 10-line agent path
License
Apache-2.0
