@fldr/trove
v0.1.2
Published
Trove CLI and git remote helper for end-to-end encrypted personal repositories
Downloads
380
Readme
@fldr/trove
CLI and Git remote helper for Trove — an end-to-end encrypted personal Git repository.
Install
npm install -g @fldr/troveAuth (like gh)
trove auth login
trove clonetrove auth login defaults to https://trove.fldr.zip, prints a one-time code, and opens /connect. Authorize while your vault is unlocked in the browser — the web app wraps the repository key to this terminal so you are not prompted for a recovery phrase. (trove clone then pulls into ./personal.)
If the browser vault is locked, approve still works, but the CLI falls back to asking for the recovery phrase.
On interactive commands, the CLI checks npm every 12 hours and offers to run npm i -g @fldr/trove when a newer version exists. Use trove update to check immediately, or TROVE_NO_UPDATE=1 to disable.
Git
git pull --rebase
git pushOnly refs/heads/main is supported in this slice.
