Documentation

clovis txn opening-balance

Record an opening balance

npm

What it does

Record an opening balance

UsageUsage: clovis txn opening-balance [options]

Options

--account <id>Account id receiving the opening balance
--amount <amount>Decimal opening amount
--date <date>Opening date, YYYY-MM-DD
--status <status>Transaction status: posted, pending, planned, or void (default: "pending")
--asset <id>Asset id or symbol
--counterpart <id>Counterpart equity account id
-h, --helpdisplay help for command

Examples

clovis txn opening-balance --account <checking-id> --amount 125 --date 2026-05-31 --status posted

Raw help output

This is the exact help text captured from the published package.

Usage: clovis txn opening-balance [options]

Record an opening balance

Options:
  --account <id>      Account id receiving the opening balance
  --amount <amount>   Decimal opening amount
  --date <date>       Opening date, YYYY-MM-DD
  --status <status>   Transaction status: posted, pending, planned, or void
                      (default: "pending")
  --asset <id>        Asset id or symbol
  --counterpart <id>  Counterpart equity account id
  -h, --help          display help for command

Examples:
  clovis txn opening-balance --account <checking-id> --amount 125 --date 2026-05-31 --status posted