summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 48be94a..c6cdb80 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ firefly tx list [--since D] [--until D] [--account A] [--limit N]
firefly tx get <id> show one transaction
firefly tx search <query> search transactions by Firefly query string
firefly tx edit <id> [--amount N] [--date D] [--desc T] [--from A]
- [--to A] [--category C] [--tags a,b] [--type T]
+ [--to A] [--category C] [--tags a,b] [--budget B] [--type T]
firefly tx delete <id> --yes delete one transaction (requires --yes)
firefly budget list [--start D] [--end D]
@@ -70,6 +70,8 @@ firefly budget create <name> [--active|--inactive] [--currency CODE]
[--auto-budget-amount N]
[--auto-budget-period daily|weekly|monthly|quarterly|half_year|yearly]
[--auto-budget-type reset|rollover|adjusted|none]
+firefly budget update <name|id> [--name NEW] [--currency CODE]
+ [--auto-budget-amount N] [--auto-budget-period P] [--auto-budget-type T]
firefly budget enable <name|id> mark a budget active
firefly budget disable <name|id> mark a budget inactive
firefly budget delete <name|id> --yes
@@ -98,6 +100,7 @@ The command set grows over time; see `CLAUDE.md` for how to add one.
Override with `--type`. `tx edit` changes only the fields you pass.
- Budgets are managed by name or id. `budget list` reports spent per budget for
a period; `budget limit-set` sets a spending limit over a date range.
+ `budget update` renames a budget or edits its auto-budget fields.
`budget delete` and `tx delete` require `--yes`.
## For agents (skill)