@howells/motif-cli
v1.2.3
Published
Agent-first fal.ai image generation CLI with structured output, dry runs, history, series, and terminal studio mode.
Downloads
874
Maintainers
Readme
@howells/motif-cli
Agent-first fal.ai CLI with structured output, dry runs, stdin JSON, local history, series, utility tools, and terminal Studio.
Install
npm install -g @howells/motif-cliAgent Entry Points
motif --help
motif --describe --format json
motif "prompt" --model banana2 --dry-run --format json
motif "prompt" --model banana2 --ephemeral --output out.png
motif tool sam3-image --input ./image.png --prompt "shoe" --dry-run --format jsonPackage Development
pnpm --filter @howells/motif-cli test
pnpm --filter @howells/motif-cli typecheck
pnpm --filter @howells/motif-cli buildSee apps/cli/AGENTS.md for the detailed agent integration guide.
