Documentation

clovis txn list

List transactions

npm

What it does

List transactions

UsageUsage: clovis txn list [options]

Options

--account <id>Filter by account id
--year <year>Filter by UTC year
--month <month>Filter by month, 1-12
--status <status>Transaction status filter: posted, pending, planned, void, active, combined, or all
--desc <desc>Case-insensitive description search
--limit <n>Maximum rows (default: "50")
-h, --helpdisplay help for command

Examples

clovis txn list --status pending
clovis --format json txn list --account <checking-id> --limit 100

Raw help output

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

Usage: clovis txn list [options]

List transactions

Options:
  --account <id>     Filter by account id
  --year <year>      Filter by UTC year
  --month <month>    Filter by month, 1-12
  --status <status>  Transaction status filter: posted, pending, planned, void,
                     active, combined, or all
  --desc <desc>      Case-insensitive description search
  --limit <n>        Maximum rows (default: "50")
  -h, --help         display help for command

Examples:
  clovis txn list --status pending
  clovis --format json txn list --account <checking-id> --limit 100