This repository was archived by the owner on May 31, 2026. It is now read-only.
v0.1.3
Fixed
- README's cloud-mode section described the wrong setup (
bm project add ... --cloud --local-path+bm cloud bisync), which gives a local-mode project with file-level cloud sync rather than true cloud routing. Replaced withbm project set-cloud <name> --workspace <name>, which flips the project toProjectMode.CLOUDso tool calls route over HTTPS to<cloud_host>/proxydirectly. No local files involved. - Documented OAuth / API-key auth options, and the
--workspacerequirement when the user belongs to multiple BM Cloud workspaces.