Documentation

clovis txn

Manage transactions

npm

What it does

Manage transactions

UsageUsage: clovis txn [options] [command]

Options

-h, --helpdisplay help for command

Subcommands

help [command]display help for command

Examples

clovis txn add --date 2026-06-01 --amount 100 --from <income-id> --to <checking-id> --status pending
clovis txn transfer --date 2026-06-02 --amount 50 --from <checking-id> --to <savings-id>
clovis txn list --status pending

Raw help output

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

Usage: clovis txn [options] [command]

Manage transactions

Options:
  -h, --help                      display help for command

Commands:
  add [options]                   Record a two-sided transaction
  transfer [options]              Record a same-asset transfer between
                                  balance-sheet accounts
  journal [options]               Post a manual journal entry
  opening-balance [options]       Record an opening balance
  list [options]                  List transactions
  get <id>                        Show one transaction
  delete [options] <id>           Void a transaction, or hard-delete with --hard
  entries <tx_id>                 List journal entries for a transaction
  recategorize [options] <tx_id>  Recategorize a transaction
  help [command]                  display help for command

Examples:
  clovis txn add --date 2026-06-01 --amount 100 --from <income-id> --to <checking-id> --status pending
  clovis txn transfer --date 2026-06-02 --amount 50 --from <checking-id> --to <savings-id>
  clovis txn list --status pending