Package Exports
- brbgit
Readme
brbgit
brbgit is the published npm package for the BRB CLI.
The installed command is still:
brbIt registers local git repos, syncs file changes to the hosted repo agent, watches for edits, and can run as a macOS background daemon.
Install
npm install -g brbgitCommands
brb init [--repo <name>] [--source <path>] [--base-url <url>]
brb sync [--source <path>] [--message <message>] [--base-url <url>]
brb watch [--source <path>] [--quiet-window-ms <ms>] [--max-batch-window-ms <ms>] [--min-resync-gap-ms <ms>] [--base-url <url>]
brb daemon run [--base-url <url>] [--quiet-window-ms <ms>] [--max-batch-window-ms <ms>] [--min-resync-gap-ms <ms>]
brb daemon install [--base-url <url>] [--quiet-window-ms <ms>] [--max-batch-window-ms <ms>] [--min-resync-gap-ms <ms>]
brb daemon uninstall
brb repo create --name <name> [--base-url <url>]
brb push --repo <name> [--source <path>] [--message <message>] [--base-url <url>]Environment
brb reads:
BRB_BASE_URLGIT_AGENT_BASE_URLas a legacy fallback
Local state
Current state directory:
~/.brbLegacy ~/.git-agent state is still read automatically when present.