Documentation
clovis txn transfer
Record a same-asset transfer between balance-sheet accounts
What it does
Record a same-asset transfer between balance-sheet accounts
Usage
Usage: clovis txn transfer [options]Options
--from <id>Source account id--to <id>Destination account id--amount <amount>Positive decimal amount--date <date>Transaction date, YYYY-MM-DD--desc <description>Transfer description (default: "Transfer")--asset <id>Asset id or symbol-h, --helpdisplay help for commandExamples
clovis txn transfer --date 2026-06-02 --amount 250 --from <checking-id> --to <savings-id>clovis txn transfer --date 2026-06-02 --amount 79 --asset USD --from <usd-checking-id> --to <usd-savings-id>Raw help output
This is the exact help text captured from the published package.
Usage: clovis txn transfer [options]
Record a same-asset transfer between balance-sheet accounts
Options:
--from <id> Source account id
--to <id> Destination account id
--amount <amount> Positive decimal amount
--date <date> Transaction date, YYYY-MM-DD
--desc <description> Transfer description (default: "Transfer")
--asset <id> Asset id or symbol
-h, --help display help for command
Examples:
clovis txn transfer --date 2026-06-02 --amount 250 --from <checking-id> --to <savings-id>
clovis txn transfer --date 2026-06-02 --amount 79 --asset USD --from <usd-checking-id> --to <usd-savings-id>