You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Problem
Some tools always refresh the sqlite-export-for-ynab database before
running. That makes it harder to intentionally operate against an
existing local export.
#### Solution
Add a default-on `--sync` boolean option to the sqlite-backed tools.
Passing `--no-sync` skips the refresh and uses the existing database
contents.
Copy file name to clipboardExpand all lines: manager_for_ynab/add_transaction/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,5 @@
5
5
It works interactively by autocompleting payees, categories etc already in your plan.
6
6
7
7
Use `--for-real` to create the transaction. Without it, the command only previews the transaction that would be sent.
8
+
9
+
By default, the command refreshes the local sqlite-export-for-ynab database before reading from it. Pass `--no-sync` to use the existing database contents without syncing.
Copy file name to clipboardExpand all lines: manager_for_ynab/auto_approve/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,5 @@ Apply the approval updates:
23
23
```console
24
24
$ manager-for-ynab auto-approve --for-real
25
25
```
26
+
27
+
By default, the command refreshes the local sqlite-export-for-ynab database before reading from it. Pass `--no-sync` to use the existing database contents without syncing.
Copy file name to clipboardExpand all lines: manager_for_ynab/pending_income/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,5 @@ Exclude already matched transactions (to avoid changing the date once YNAB picks
29
29
```console
30
30
$ manager-for-ynab pending-income --skip-matched
31
31
```
32
+
33
+
By default, the command refreshes the local sqlite-export-for-ynab database before reading from it. Pass `--no-sync` to use the existing database contents without syncing.
Target balances in matching order, separated by spaces: 500 290
50
50
```
51
51
52
+
By default, the command refreshes the local sqlite-export-for-ynab database before reading from it. Pass `--no-sync` to use the existing database contents without syncing.
0 commit comments