Documentation

clovis account

Manage accounts

npm

What it does

Manage accounts

UsageUsage: clovis account [options] [command]

Options

-h, --helpdisplay help for command

Subcommands

help [command]display help for command

Examples

clovis account list
clovis account balances --type asset
clovis account add --name "Cash" --type asset

Raw 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