accounts
Manage configured accounts
add
Add a configured account
bash
flouz accounts add <key> <name> <company> [options]Arguments:
| Argument | Required | Description |
|---|---|---|
key | Yes | unique import key |
name | Yes | human-readable account name |
company | Yes | provider or institution name |
Options:
| Flag | Description | Default |
|---|---|---|
-d, --description <text> | optional account description | — |
-i, --iban <iban> | optional account IBAN | — |
--db <path> | SQLite database path | — |
delete
Delete a configured account by key
bash
flouz accounts delete <key> [options]Arguments:
| Argument | Required | Description |
|---|---|---|
key | Yes | unique import key |
Options:
| Flag | Description | Default |
|---|---|---|
--db <path> | SQLite database path | — |
list
List configured accounts
bash
flouz accounts list [options]Options:
| Flag | Description | Default |
|---|---|---|
--db <path> | SQLite database path | — |