Documentation

clovis report

Run accounting reports

npm

What it does

Run accounting reports

UsageUsage: clovis report [options] [command]

Options

-h, --helpdisplay help for command

Subcommands

help [command]display help for command

Examples

clovis report balance-sheet --quote CAD
clovis report income-statement --year 2026 --month 6 --quote CAD
clovis report register --account <checking-id> --status posted

Notes

Reports require explicit quote assets; Clovis does not infer report currency.

Raw help output

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

Usage: clovis report [options] [command]

Run accounting reports

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

Commands:
  income-statement [options]  Report income, expenses, and net income
  balance-sheet [options]     Report assets, liabilities, and equity
  net-worth [options]         Report net worth
  spending [options]          Report spending by category
  cash-flow [options]         Report cash flow by activity
  register [options]          Show an account register
  trial-balance [options]     Show debit and credit totals for one asset
  help [command]              display help for command

Examples:
  clovis report balance-sheet --quote CAD
  clovis report income-statement --year 2026 --month 6 --quote CAD
  clovis report register --account <checking-id> --status posted

Notes:
  Reports require explicit quote assets; Clovis does not infer report currency.