Releases: 0xsend/bralecli
Release list
bralecli v0.1.1
Standalone bralecli executables are now available for macOS and Linux, on ARM64 and x64. Node and Nub are not required.
Fixes JSON object/array flags being rejected before request validation, including the documented deposit, withdrawal, and transfer commands. The original schema still rejects malformed containers and invalid nested values before any network request.
Choose the matching archive, compare its SHA-256 digest with SHA256SUMS, extract bralecli, and install it on PATH. macOS archives use darwin in their names; Linux archives require glibc. macOS executables are not notarized. The optional op:// credential integration requires the 1Password CLI.
Validation:74 tests after a clean dependency install. Every binary passed standalone execution, environment isolation, help/schema, shell completions, local mocked OAuth/list/transfer requests, invalid-ID rejection, and MCP discovery. macOS ARM64 ran natively, macOS x64 through Rosetta, and Linux ARM64/x64 in network-isolated containers (x64 emulated). No live Brale transactions were performed.
Build recipe and smoke harness: scripts/build-binaries.mjs and scripts/smoke-binary.py at this tag. build-info.json records the exact source revision, CLI version, and Bun compiler version.
bralecli v0.1.0
First source release of bralecli, a CLI for the Brale API.
- Invoke operations directly:
bralecli list_accounts,bralecli get_account <account-id>, andbralecli create_transfer <account-id>. - Generate typed commands from the vendored Brale OpenAPI specification.
- Follow CUSD examples for deposits, withdrawals, and transfers in the README.
- Use shell completions, MCP integration, and agent skills.
- Contribute with issue forms, a PR template, and protected maintainer-controlled workflows.
Validation: 65 tests and all seven required PR checks passed. The release tree matches the verified PR revision.
This is a source release. Follow the README to run it from a checkout with Nub; no npm package or standalone binaries are published with this release.