Documentation
clovis account
Manage accounts
What it does
Manage accounts
Usage
Usage: clovis account [options] [command]Options
-h, --helpdisplay help for commandSubcommands
add [options]Create an accountbalances [options]List posted, pending, and current balances by account and assetlist [options]List accountsget <id>Show one accountupdate [options] <id>Update an accountdelete <id>Delete an unused accounthelp [command]display help for commandExamples
clovis account listclovis account balances --type assetclovis account add --name "Cash" --type assetRaw help output
This is the exact help text captured from the published package.
Usage: clovis account [options] [command]
Manage accounts
Options:
-h, --help display help for command
Commands:
add [options] Create an account
balances [options] List posted, pending, and current balances by account
and asset
list [options] List accounts
get <id> Show one account
update [options] <id> Update an account
delete <id> Delete an unused account
help [command] display help for command
Examples:
clovis account list
clovis account balances --type asset
clovis account add --name "Cash" --type asset