@@ -30,13 +30,18 @@ Usage: revolut_cli.py [OPTIONS]
30
30
Get the account balances on Revolut
31
31
32
32
Options:
33
- -t, --token TEXT your Revolut token (or set the env var REVOLUT_TOKEN)
34
- -l, --language TEXT language (" fr" or " en" ), for the csv header and
35
- separator
36
- -a, --account TEXT account name (ex : " EUR CURRENT" ) to get the balance
37
- for the account
38
- --version Show the version and exit.
39
- --help Show this message and exit.
33
+ -d, --device-id TEXT your Revolut token (or set the env var
34
+ REVOLUT_DEVICE_ID)
35
+
36
+ -t, --token TEXT your Revolut token (or set the env var REVOLUT_TOKEN)
37
+ -l, --language TEXT language (" fr" or " en" ), for the csv header and
38
+ separator
39
+
40
+ -a, --account TEXT account name (ex : " EUR CURRENT" ) to get the balance
41
+ for the account
42
+
43
+ --version Show the version and exit.
44
+ --help Show this message and exit
40
45
```
41
46
42
47
Example output :
@@ -64,14 +69,23 @@ Usage: revolut_transactions.py [OPTIONS]
64
69
Get the account balances on Revolut
65
70
66
71
Options:
67
- -t, --token TEXT your Revolut token (or set the env var
68
- REVOLUT_TOKEN)
69
- -l, --language TEXT language (" fr" or " en" ), for the csv header and
70
- separator
71
- -t, --from_date [%Y-%m-%d] transactions lookback date in YYYY-MM-DD format
72
- (ex: " 2019-10-26" ). Default 30 days back
73
- -r, --reverse reverse the order of the transactions displayed
74
- --help Show this message and exit.
72
+ -d, --device-id TEXT your Revolut token (or set the env var
73
+ REVOLUT_DEVICE_ID)
74
+
75
+ -t, --token TEXT your Revolut token (or set the env var
76
+ REVOLUT_TOKEN)
77
+
78
+ -l, --language [en| fr] language for the csv header and separator
79
+ -t, --from_date [%Y-%m-%d] transactions lookback date in YYYY-MM-DD
80
+ format (ex: " 2019-10-26" ). Default 30 days
81
+ back
82
+
83
+ -fmt, --output_format [csv| json]
84
+ output format
85
+ -r, --reverse reverse the order of the transactions
86
+ displayed
87
+
88
+ --help Show this message and exit.
75
89
```
76
90
77
91
Example output :
0 commit comments