bordet
v0.2.0
Published
Bordet local-companion CLI — live two-way sync between a local folder and a Bordet room.
Readme
bordet
Local-companion CLI for Bordet — live two-way sync between a local folder and a Bordet room. Your edits push up so your AI team sees them; the agentic Maker's edits write back to your folder.
Usage
In the room, open Workspace → "Sync a folder via CLI" to get a room token, then:
npx bordet sync ./my-project --token brd_xxxxxYour edits push up automatically. The team's edits are held for your review in the Bordet Workspace — approve them there and they write back to your folder. (No more terminal prompts: approval lives in the app, with diffs.)
Options
| flag | meaning |
|---|---|
| --token <brd_…> | Room token (or set BORDET_TOKEN) |
| --api <url> | Bordet URL (default https://www.bordet.ai, or BORDET_API) |
| --once | Push once, apply once, then exit |
| -h, --help, -v, --version | Help / version |
--autois still accepted (and ignored) for back-compat — approval now happens in the Workspace.
Notes
- Syncs text files; skips
node_modules,.git, build dirs, and files over ~150 KB. - The token is room-scoped and revocable — keep it secret.
- Requires Node 18+.
