@revura/cli
v0.2.6
Published
CLI for bootstrapping and operating Revura ledgers
Downloads
85
Readme
@revura/cli
CLI for running Revura's accounting memory loop.
Local-first default:
- start with the CLI on one machine
- keep the ledger, master key, and operator flow local first
- the CLI defaults to
--transport local; use--transport autoor explicit native login only when you mean to cross a tool boundary - reach for native gateway / login only when you need a separate local service boundary
- treat OpenClaw / ACP / remote gateway usage as advanced integration
Common local commands:
revura init --db ./books/general.db --entity entity:local
revura source-profile import --file ./source-profile.json --activate
revura import generic-bank --profile main-checking --partition general --csv-file ./statement.csv --out-dir ./bank-import-artifacts
revura ingest ./bank-import-artifacts/candidates.json
revura review --partition general
revura reconciliation-evidence-pack --period 2026-M01 --partition general
revura report --period 2026-M01
revura close --period 2026-M01The CLI defaults to a local-first auto transport. Use --transport native only when you explicitly want gateway-backed execution.
Docs: https://github.com/rev1ck/revura/blob/main/docs/command-guide.md
