Releases: taventech/bindly-cli
Releases · taventech/bindly-cli
Release list
v0.2.0
Standalone binaries for macOS + Linux (no Node required). Install: curl -fsSL https://github.com/taventech/bindly-cli/releases/latest/download/install.sh | sh · or brew install taventech/tap/bindly · or npm i -g bindly-cli.
What's new in 0.2.0
Added
- Full session lifecycle from the terminal:
session answer <sessionId> --message <text>: answer intake questions conversationally; prints the assistant's reply, progress, and the next asks.session extract <sessionId> <pdf>: extract intake answers from a PDF (20MB max).session fill <sessionId>: fill the session's ACORD forms; reports fields written, warnings, and suspected sparse fills.session download <sessionId> [formKey] [-o <dir>]: download one filled form PDF or every filled form.session risk <sessionId>: underwriting risk flags (severity, title, detail; full detail with--json).session upload <sessionId> <pdf>: attach a supporting document (loss runs, prior policy).session archive <sessionId>: archive a session.
whoami: show the signed-in workspace, plan, and auth method.session getnow renders intake progress, pending count, next question keys, and filled forms.- Friendly message (no stack trace) when a free workspace hits its monthly session cap on
session new.
Fixed
login --api-keyhelp text: workspace keys arebsk_...only.- Non-JSON error bodies (proxy HTML pages) no longer crash uploads.
Full changelog: https://github.com/taventech/bindly-cli/blob/main/CHANGELOG.md
bindly v0.1.0
Standalone binaries for macOS + Linux (no Node required). Install: curl -fsSL https://github.com/taventech/bindly-cli/releases/latest/download/install.sh | sh · or brew install taventech/tap/bindly · or npm i -g bindly-cli.