@go-labs-sg/bb 2.20.0 → 2.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +58 -27
- package/command-manifest.json +771 -0
- package/command-reference.md +25 -0
- package/dist/index.js +21132 -1995
- package/package.json +2 -2
- package/role-aware-agent-guide.md +2 -2
- package/dist/api-client.js +0 -93
- package/dist/cli-trace.js +0 -86
- package/dist/commands.js +0 -2299
- package/dist/filter-enums.js +0 -58
- package/dist/load-env.js +0 -6
- package/dist/parse-args.js +0 -55
- package/dist/parse-cli-enums.js +0 -336
- package/dist/parse-json-flag.js +0 -20
- package/dist/parse-mutation-payload.js +0 -363
- package/dist/prisma-enums.js +0 -81
- package/dist/registry/generate-command-artifacts.js +0 -36
- package/dist/registry/index.js +0 -645
- package/dist/rich-text.js +0 -34
- package/dist/runtime/confirmation.js +0 -76
- package/dist/runtime/error.js +0 -143
- package/dist/runtime/index.js +0 -6
- package/dist/runtime/output.js +0 -36
- package/dist/runtime/process-runtime.js +0 -28
- package/dist/runtime/sanitize.js +0 -50
- package/dist/runtime/session.js +0 -50
- package/dist/runtime/types.js +0 -1
package/command-manifest.json
CHANGED
|
@@ -1,4 +1,151 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"path": ["auth", "login"],
|
|
4
|
+
"legacyAliases": [],
|
|
5
|
+
"summary": "Authorize this device through Budget Builder in your browser.",
|
|
6
|
+
"globalOptions": [
|
|
7
|
+
{
|
|
8
|
+
"name": "--help",
|
|
9
|
+
"description": "Show help for this command."
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "--quiet",
|
|
13
|
+
"description": "Suppress non-error diagnostics."
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "--debug",
|
|
17
|
+
"description": "Emit sanitized diagnostic traces."
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "--api-url",
|
|
21
|
+
"description": "Override the Budget Builder API base URL."
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "--no-browser",
|
|
25
|
+
"description": "Print the authorization URL without opening a browser."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "--allow-state-change",
|
|
29
|
+
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "--allow-email",
|
|
33
|
+
"description": "Allow sending email in non-interactive use."
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "--allow-external-write",
|
|
37
|
+
"description": "Allow writes to external systems in non-interactive use."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "--allow-delete",
|
|
41
|
+
"description": "Allow deleting data in non-interactive use."
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "--allow-financial-write",
|
|
45
|
+
"description": "Allow financial-record changes in non-interactive use."
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"argumentMode": "typed",
|
|
49
|
+
"effects": []
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"path": ["auth", "status"],
|
|
53
|
+
"legacyAliases": [],
|
|
54
|
+
"summary": "Show the active CLI authentication method and session status.",
|
|
55
|
+
"globalOptions": [
|
|
56
|
+
{
|
|
57
|
+
"name": "--help",
|
|
58
|
+
"description": "Show help for this command."
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "--quiet",
|
|
62
|
+
"description": "Suppress non-error diagnostics."
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "--debug",
|
|
66
|
+
"description": "Emit sanitized diagnostic traces."
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "--api-url",
|
|
70
|
+
"description": "Override the Budget Builder API base URL."
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "--no-browser",
|
|
74
|
+
"description": "Print the authorization URL without opening a browser."
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "--allow-state-change",
|
|
78
|
+
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "--allow-email",
|
|
82
|
+
"description": "Allow sending email in non-interactive use."
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "--allow-external-write",
|
|
86
|
+
"description": "Allow writes to external systems in non-interactive use."
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "--allow-delete",
|
|
90
|
+
"description": "Allow deleting data in non-interactive use."
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "--allow-financial-write",
|
|
94
|
+
"description": "Allow financial-record changes in non-interactive use."
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"argumentMode": "typed",
|
|
98
|
+
"effects": []
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"path": ["auth", "logout"],
|
|
102
|
+
"legacyAliases": [],
|
|
103
|
+
"summary": "Revoke the interactive CLI session and remove its local credential.",
|
|
104
|
+
"globalOptions": [
|
|
105
|
+
{
|
|
106
|
+
"name": "--help",
|
|
107
|
+
"description": "Show help for this command."
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "--quiet",
|
|
111
|
+
"description": "Suppress non-error diagnostics."
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "--debug",
|
|
115
|
+
"description": "Emit sanitized diagnostic traces."
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "--api-url",
|
|
119
|
+
"description": "Override the Budget Builder API base URL."
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "--no-browser",
|
|
123
|
+
"description": "Print the authorization URL without opening a browser."
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "--allow-state-change",
|
|
127
|
+
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"name": "--allow-email",
|
|
131
|
+
"description": "Allow sending email in non-interactive use."
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "--allow-external-write",
|
|
135
|
+
"description": "Allow writes to external systems in non-interactive use."
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "--allow-delete",
|
|
139
|
+
"description": "Allow deleting data in non-interactive use."
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "--allow-financial-write",
|
|
143
|
+
"description": "Allow financial-record changes in non-interactive use."
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"argumentMode": "typed",
|
|
147
|
+
"effects": []
|
|
148
|
+
},
|
|
2
149
|
{
|
|
3
150
|
"path": ["auth", "whoami"],
|
|
4
151
|
"legacyAliases": ["whoami"],
|
|
@@ -20,6 +167,10 @@
|
|
|
20
167
|
"name": "--api-url",
|
|
21
168
|
"description": "Override the Budget Builder API base URL."
|
|
22
169
|
},
|
|
170
|
+
{
|
|
171
|
+
"name": "--no-browser",
|
|
172
|
+
"description": "Print the authorization URL without opening a browser."
|
|
173
|
+
},
|
|
23
174
|
{
|
|
24
175
|
"name": "--allow-state-change",
|
|
25
176
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -66,6 +217,10 @@
|
|
|
66
217
|
"name": "--api-url",
|
|
67
218
|
"description": "Override the Budget Builder API base URL."
|
|
68
219
|
},
|
|
220
|
+
{
|
|
221
|
+
"name": "--no-browser",
|
|
222
|
+
"description": "Print the authorization URL without opening a browser."
|
|
223
|
+
},
|
|
69
224
|
{
|
|
70
225
|
"name": "--allow-state-change",
|
|
71
226
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -112,6 +267,10 @@
|
|
|
112
267
|
"name": "--api-url",
|
|
113
268
|
"description": "Override the Budget Builder API base URL."
|
|
114
269
|
},
|
|
270
|
+
{
|
|
271
|
+
"name": "--no-browser",
|
|
272
|
+
"description": "Print the authorization URL without opening a browser."
|
|
273
|
+
},
|
|
115
274
|
{
|
|
116
275
|
"name": "--allow-state-change",
|
|
117
276
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -158,6 +317,10 @@
|
|
|
158
317
|
"name": "--api-url",
|
|
159
318
|
"description": "Override the Budget Builder API base URL."
|
|
160
319
|
},
|
|
320
|
+
{
|
|
321
|
+
"name": "--no-browser",
|
|
322
|
+
"description": "Print the authorization URL without opening a browser."
|
|
323
|
+
},
|
|
161
324
|
{
|
|
162
325
|
"name": "--allow-state-change",
|
|
163
326
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -204,6 +367,10 @@
|
|
|
204
367
|
"name": "--api-url",
|
|
205
368
|
"description": "Override the Budget Builder API base URL."
|
|
206
369
|
},
|
|
370
|
+
{
|
|
371
|
+
"name": "--no-browser",
|
|
372
|
+
"description": "Print the authorization URL without opening a browser."
|
|
373
|
+
},
|
|
207
374
|
{
|
|
208
375
|
"name": "--allow-state-change",
|
|
209
376
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -250,6 +417,10 @@
|
|
|
250
417
|
"name": "--api-url",
|
|
251
418
|
"description": "Override the Budget Builder API base URL."
|
|
252
419
|
},
|
|
420
|
+
{
|
|
421
|
+
"name": "--no-browser",
|
|
422
|
+
"description": "Print the authorization URL without opening a browser."
|
|
423
|
+
},
|
|
253
424
|
{
|
|
254
425
|
"name": "--allow-state-change",
|
|
255
426
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -296,6 +467,10 @@
|
|
|
296
467
|
"name": "--api-url",
|
|
297
468
|
"description": "Override the Budget Builder API base URL."
|
|
298
469
|
},
|
|
470
|
+
{
|
|
471
|
+
"name": "--no-browser",
|
|
472
|
+
"description": "Print the authorization URL without opening a browser."
|
|
473
|
+
},
|
|
299
474
|
{
|
|
300
475
|
"name": "--allow-state-change",
|
|
301
476
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -342,6 +517,10 @@
|
|
|
342
517
|
"name": "--api-url",
|
|
343
518
|
"description": "Override the Budget Builder API base URL."
|
|
344
519
|
},
|
|
520
|
+
{
|
|
521
|
+
"name": "--no-browser",
|
|
522
|
+
"description": "Print the authorization URL without opening a browser."
|
|
523
|
+
},
|
|
345
524
|
{
|
|
346
525
|
"name": "--allow-state-change",
|
|
347
526
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -388,6 +567,10 @@
|
|
|
388
567
|
"name": "--api-url",
|
|
389
568
|
"description": "Override the Budget Builder API base URL."
|
|
390
569
|
},
|
|
570
|
+
{
|
|
571
|
+
"name": "--no-browser",
|
|
572
|
+
"description": "Print the authorization URL without opening a browser."
|
|
573
|
+
},
|
|
391
574
|
{
|
|
392
575
|
"name": "--allow-state-change",
|
|
393
576
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -434,6 +617,10 @@
|
|
|
434
617
|
"name": "--api-url",
|
|
435
618
|
"description": "Override the Budget Builder API base URL."
|
|
436
619
|
},
|
|
620
|
+
{
|
|
621
|
+
"name": "--no-browser",
|
|
622
|
+
"description": "Print the authorization URL without opening a browser."
|
|
623
|
+
},
|
|
437
624
|
{
|
|
438
625
|
"name": "--allow-state-change",
|
|
439
626
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -480,6 +667,10 @@
|
|
|
480
667
|
"name": "--api-url",
|
|
481
668
|
"description": "Override the Budget Builder API base URL."
|
|
482
669
|
},
|
|
670
|
+
{
|
|
671
|
+
"name": "--no-browser",
|
|
672
|
+
"description": "Print the authorization URL without opening a browser."
|
|
673
|
+
},
|
|
483
674
|
{
|
|
484
675
|
"name": "--allow-state-change",
|
|
485
676
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -526,6 +717,10 @@
|
|
|
526
717
|
"name": "--api-url",
|
|
527
718
|
"description": "Override the Budget Builder API base URL."
|
|
528
719
|
},
|
|
720
|
+
{
|
|
721
|
+
"name": "--no-browser",
|
|
722
|
+
"description": "Print the authorization URL without opening a browser."
|
|
723
|
+
},
|
|
529
724
|
{
|
|
530
725
|
"name": "--allow-state-change",
|
|
531
726
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -572,6 +767,10 @@
|
|
|
572
767
|
"name": "--api-url",
|
|
573
768
|
"description": "Override the Budget Builder API base URL."
|
|
574
769
|
},
|
|
770
|
+
{
|
|
771
|
+
"name": "--no-browser",
|
|
772
|
+
"description": "Print the authorization URL without opening a browser."
|
|
773
|
+
},
|
|
575
774
|
{
|
|
576
775
|
"name": "--allow-state-change",
|
|
577
776
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -618,6 +817,10 @@
|
|
|
618
817
|
"name": "--api-url",
|
|
619
818
|
"description": "Override the Budget Builder API base URL."
|
|
620
819
|
},
|
|
820
|
+
{
|
|
821
|
+
"name": "--no-browser",
|
|
822
|
+
"description": "Print the authorization URL without opening a browser."
|
|
823
|
+
},
|
|
621
824
|
{
|
|
622
825
|
"name": "--allow-state-change",
|
|
623
826
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -669,6 +872,10 @@
|
|
|
669
872
|
"name": "--api-url",
|
|
670
873
|
"description": "Override the Budget Builder API base URL."
|
|
671
874
|
},
|
|
875
|
+
{
|
|
876
|
+
"name": "--no-browser",
|
|
877
|
+
"description": "Print the authorization URL without opening a browser."
|
|
878
|
+
},
|
|
672
879
|
{
|
|
673
880
|
"name": "--allow-state-change",
|
|
674
881
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -715,6 +922,10 @@
|
|
|
715
922
|
"name": "--api-url",
|
|
716
923
|
"description": "Override the Budget Builder API base URL."
|
|
717
924
|
},
|
|
925
|
+
{
|
|
926
|
+
"name": "--no-browser",
|
|
927
|
+
"description": "Print the authorization URL without opening a browser."
|
|
928
|
+
},
|
|
718
929
|
{
|
|
719
930
|
"name": "--allow-state-change",
|
|
720
931
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -761,6 +972,10 @@
|
|
|
761
972
|
"name": "--api-url",
|
|
762
973
|
"description": "Override the Budget Builder API base URL."
|
|
763
974
|
},
|
|
975
|
+
{
|
|
976
|
+
"name": "--no-browser",
|
|
977
|
+
"description": "Print the authorization URL without opening a browser."
|
|
978
|
+
},
|
|
764
979
|
{
|
|
765
980
|
"name": "--allow-state-change",
|
|
766
981
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -807,6 +1022,10 @@
|
|
|
807
1022
|
"name": "--api-url",
|
|
808
1023
|
"description": "Override the Budget Builder API base URL."
|
|
809
1024
|
},
|
|
1025
|
+
{
|
|
1026
|
+
"name": "--no-browser",
|
|
1027
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1028
|
+
},
|
|
810
1029
|
{
|
|
811
1030
|
"name": "--allow-state-change",
|
|
812
1031
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -853,6 +1072,10 @@
|
|
|
853
1072
|
"name": "--api-url",
|
|
854
1073
|
"description": "Override the Budget Builder API base URL."
|
|
855
1074
|
},
|
|
1075
|
+
{
|
|
1076
|
+
"name": "--no-browser",
|
|
1077
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1078
|
+
},
|
|
856
1079
|
{
|
|
857
1080
|
"name": "--allow-state-change",
|
|
858
1081
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -899,6 +1122,10 @@
|
|
|
899
1122
|
"name": "--api-url",
|
|
900
1123
|
"description": "Override the Budget Builder API base URL."
|
|
901
1124
|
},
|
|
1125
|
+
{
|
|
1126
|
+
"name": "--no-browser",
|
|
1127
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1128
|
+
},
|
|
902
1129
|
{
|
|
903
1130
|
"name": "--allow-state-change",
|
|
904
1131
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -945,6 +1172,10 @@
|
|
|
945
1172
|
"name": "--api-url",
|
|
946
1173
|
"description": "Override the Budget Builder API base URL."
|
|
947
1174
|
},
|
|
1175
|
+
{
|
|
1176
|
+
"name": "--no-browser",
|
|
1177
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1178
|
+
},
|
|
948
1179
|
{
|
|
949
1180
|
"name": "--allow-state-change",
|
|
950
1181
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -991,6 +1222,10 @@
|
|
|
991
1222
|
"name": "--api-url",
|
|
992
1223
|
"description": "Override the Budget Builder API base URL."
|
|
993
1224
|
},
|
|
1225
|
+
{
|
|
1226
|
+
"name": "--no-browser",
|
|
1227
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1228
|
+
},
|
|
994
1229
|
{
|
|
995
1230
|
"name": "--allow-state-change",
|
|
996
1231
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1040,6 +1275,10 @@
|
|
|
1040
1275
|
"name": "--api-url",
|
|
1041
1276
|
"description": "Override the Budget Builder API base URL."
|
|
1042
1277
|
},
|
|
1278
|
+
{
|
|
1279
|
+
"name": "--no-browser",
|
|
1280
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1281
|
+
},
|
|
1043
1282
|
{
|
|
1044
1283
|
"name": "--allow-state-change",
|
|
1045
1284
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1086,6 +1325,10 @@
|
|
|
1086
1325
|
"name": "--api-url",
|
|
1087
1326
|
"description": "Override the Budget Builder API base URL."
|
|
1088
1327
|
},
|
|
1328
|
+
{
|
|
1329
|
+
"name": "--no-browser",
|
|
1330
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1331
|
+
},
|
|
1089
1332
|
{
|
|
1090
1333
|
"name": "--allow-state-change",
|
|
1091
1334
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1135,6 +1378,10 @@
|
|
|
1135
1378
|
"name": "--api-url",
|
|
1136
1379
|
"description": "Override the Budget Builder API base URL."
|
|
1137
1380
|
},
|
|
1381
|
+
{
|
|
1382
|
+
"name": "--no-browser",
|
|
1383
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1384
|
+
},
|
|
1138
1385
|
{
|
|
1139
1386
|
"name": "--allow-state-change",
|
|
1140
1387
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1181,6 +1428,10 @@
|
|
|
1181
1428
|
"name": "--api-url",
|
|
1182
1429
|
"description": "Override the Budget Builder API base URL."
|
|
1183
1430
|
},
|
|
1431
|
+
{
|
|
1432
|
+
"name": "--no-browser",
|
|
1433
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1434
|
+
},
|
|
1184
1435
|
{
|
|
1185
1436
|
"name": "--allow-state-change",
|
|
1186
1437
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1227,6 +1478,10 @@
|
|
|
1227
1478
|
"name": "--api-url",
|
|
1228
1479
|
"description": "Override the Budget Builder API base URL."
|
|
1229
1480
|
},
|
|
1481
|
+
{
|
|
1482
|
+
"name": "--no-browser",
|
|
1483
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1484
|
+
},
|
|
1230
1485
|
{
|
|
1231
1486
|
"name": "--allow-state-change",
|
|
1232
1487
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1273,6 +1528,10 @@
|
|
|
1273
1528
|
"name": "--api-url",
|
|
1274
1529
|
"description": "Override the Budget Builder API base URL."
|
|
1275
1530
|
},
|
|
1531
|
+
{
|
|
1532
|
+
"name": "--no-browser",
|
|
1533
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1534
|
+
},
|
|
1276
1535
|
{
|
|
1277
1536
|
"name": "--allow-state-change",
|
|
1278
1537
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1319,6 +1578,10 @@
|
|
|
1319
1578
|
"name": "--api-url",
|
|
1320
1579
|
"description": "Override the Budget Builder API base URL."
|
|
1321
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "--no-browser",
|
|
1583
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1584
|
+
},
|
|
1322
1585
|
{
|
|
1323
1586
|
"name": "--allow-state-change",
|
|
1324
1587
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1365,6 +1628,10 @@
|
|
|
1365
1628
|
"name": "--api-url",
|
|
1366
1629
|
"description": "Override the Budget Builder API base URL."
|
|
1367
1630
|
},
|
|
1631
|
+
{
|
|
1632
|
+
"name": "--no-browser",
|
|
1633
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1634
|
+
},
|
|
1368
1635
|
{
|
|
1369
1636
|
"name": "--allow-state-change",
|
|
1370
1637
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1411,6 +1678,10 @@
|
|
|
1411
1678
|
"name": "--api-url",
|
|
1412
1679
|
"description": "Override the Budget Builder API base URL."
|
|
1413
1680
|
},
|
|
1681
|
+
{
|
|
1682
|
+
"name": "--no-browser",
|
|
1683
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1684
|
+
},
|
|
1414
1685
|
{
|
|
1415
1686
|
"name": "--allow-state-change",
|
|
1416
1687
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1457,6 +1728,10 @@
|
|
|
1457
1728
|
"name": "--api-url",
|
|
1458
1729
|
"description": "Override the Budget Builder API base URL."
|
|
1459
1730
|
},
|
|
1731
|
+
{
|
|
1732
|
+
"name": "--no-browser",
|
|
1733
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1734
|
+
},
|
|
1460
1735
|
{
|
|
1461
1736
|
"name": "--allow-state-change",
|
|
1462
1737
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1506,6 +1781,10 @@
|
|
|
1506
1781
|
"name": "--api-url",
|
|
1507
1782
|
"description": "Override the Budget Builder API base URL."
|
|
1508
1783
|
},
|
|
1784
|
+
{
|
|
1785
|
+
"name": "--no-browser",
|
|
1786
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1787
|
+
},
|
|
1509
1788
|
{
|
|
1510
1789
|
"name": "--allow-state-change",
|
|
1511
1790
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1552,6 +1831,10 @@
|
|
|
1552
1831
|
"name": "--api-url",
|
|
1553
1832
|
"description": "Override the Budget Builder API base URL."
|
|
1554
1833
|
},
|
|
1834
|
+
{
|
|
1835
|
+
"name": "--no-browser",
|
|
1836
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1837
|
+
},
|
|
1555
1838
|
{
|
|
1556
1839
|
"name": "--allow-state-change",
|
|
1557
1840
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1598,6 +1881,10 @@
|
|
|
1598
1881
|
"name": "--api-url",
|
|
1599
1882
|
"description": "Override the Budget Builder API base URL."
|
|
1600
1883
|
},
|
|
1884
|
+
{
|
|
1885
|
+
"name": "--no-browser",
|
|
1886
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1887
|
+
},
|
|
1601
1888
|
{
|
|
1602
1889
|
"name": "--allow-state-change",
|
|
1603
1890
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1644,6 +1931,10 @@
|
|
|
1644
1931
|
"name": "--api-url",
|
|
1645
1932
|
"description": "Override the Budget Builder API base URL."
|
|
1646
1933
|
},
|
|
1934
|
+
{
|
|
1935
|
+
"name": "--no-browser",
|
|
1936
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1937
|
+
},
|
|
1647
1938
|
{
|
|
1648
1939
|
"name": "--allow-state-change",
|
|
1649
1940
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1690,6 +1981,10 @@
|
|
|
1690
1981
|
"name": "--api-url",
|
|
1691
1982
|
"description": "Override the Budget Builder API base URL."
|
|
1692
1983
|
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "--no-browser",
|
|
1986
|
+
"description": "Print the authorization URL without opening a browser."
|
|
1987
|
+
},
|
|
1693
1988
|
{
|
|
1694
1989
|
"name": "--allow-state-change",
|
|
1695
1990
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1736,6 +2031,10 @@
|
|
|
1736
2031
|
"name": "--api-url",
|
|
1737
2032
|
"description": "Override the Budget Builder API base URL."
|
|
1738
2033
|
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "--no-browser",
|
|
2036
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2037
|
+
},
|
|
1739
2038
|
{
|
|
1740
2039
|
"name": "--allow-state-change",
|
|
1741
2040
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1782,6 +2081,10 @@
|
|
|
1782
2081
|
"name": "--api-url",
|
|
1783
2082
|
"description": "Override the Budget Builder API base URL."
|
|
1784
2083
|
},
|
|
2084
|
+
{
|
|
2085
|
+
"name": "--no-browser",
|
|
2086
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2087
|
+
},
|
|
1785
2088
|
{
|
|
1786
2089
|
"name": "--allow-state-change",
|
|
1787
2090
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1828,6 +2131,10 @@
|
|
|
1828
2131
|
"name": "--api-url",
|
|
1829
2132
|
"description": "Override the Budget Builder API base URL."
|
|
1830
2133
|
},
|
|
2134
|
+
{
|
|
2135
|
+
"name": "--no-browser",
|
|
2136
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2137
|
+
},
|
|
1831
2138
|
{
|
|
1832
2139
|
"name": "--allow-state-change",
|
|
1833
2140
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1874,6 +2181,10 @@
|
|
|
1874
2181
|
"name": "--api-url",
|
|
1875
2182
|
"description": "Override the Budget Builder API base URL."
|
|
1876
2183
|
},
|
|
2184
|
+
{
|
|
2185
|
+
"name": "--no-browser",
|
|
2186
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2187
|
+
},
|
|
1877
2188
|
{
|
|
1878
2189
|
"name": "--allow-state-change",
|
|
1879
2190
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1923,6 +2234,10 @@
|
|
|
1923
2234
|
"name": "--api-url",
|
|
1924
2235
|
"description": "Override the Budget Builder API base URL."
|
|
1925
2236
|
},
|
|
2237
|
+
{
|
|
2238
|
+
"name": "--no-browser",
|
|
2239
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2240
|
+
},
|
|
1926
2241
|
{
|
|
1927
2242
|
"name": "--allow-state-change",
|
|
1928
2243
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -1969,6 +2284,10 @@
|
|
|
1969
2284
|
"name": "--api-url",
|
|
1970
2285
|
"description": "Override the Budget Builder API base URL."
|
|
1971
2286
|
},
|
|
2287
|
+
{
|
|
2288
|
+
"name": "--no-browser",
|
|
2289
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2290
|
+
},
|
|
1972
2291
|
{
|
|
1973
2292
|
"name": "--allow-state-change",
|
|
1974
2293
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2015,6 +2334,10 @@
|
|
|
2015
2334
|
"name": "--api-url",
|
|
2016
2335
|
"description": "Override the Budget Builder API base URL."
|
|
2017
2336
|
},
|
|
2337
|
+
{
|
|
2338
|
+
"name": "--no-browser",
|
|
2339
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2340
|
+
},
|
|
2018
2341
|
{
|
|
2019
2342
|
"name": "--allow-state-change",
|
|
2020
2343
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2061,6 +2384,10 @@
|
|
|
2061
2384
|
"name": "--api-url",
|
|
2062
2385
|
"description": "Override the Budget Builder API base URL."
|
|
2063
2386
|
},
|
|
2387
|
+
{
|
|
2388
|
+
"name": "--no-browser",
|
|
2389
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2390
|
+
},
|
|
2064
2391
|
{
|
|
2065
2392
|
"name": "--allow-state-change",
|
|
2066
2393
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2107,6 +2434,10 @@
|
|
|
2107
2434
|
"name": "--api-url",
|
|
2108
2435
|
"description": "Override the Budget Builder API base URL."
|
|
2109
2436
|
},
|
|
2437
|
+
{
|
|
2438
|
+
"name": "--no-browser",
|
|
2439
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2440
|
+
},
|
|
2110
2441
|
{
|
|
2111
2442
|
"name": "--allow-state-change",
|
|
2112
2443
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2153,6 +2484,10 @@
|
|
|
2153
2484
|
"name": "--api-url",
|
|
2154
2485
|
"description": "Override the Budget Builder API base URL."
|
|
2155
2486
|
},
|
|
2487
|
+
{
|
|
2488
|
+
"name": "--no-browser",
|
|
2489
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2490
|
+
},
|
|
2156
2491
|
{
|
|
2157
2492
|
"name": "--allow-state-change",
|
|
2158
2493
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2199,6 +2534,10 @@
|
|
|
2199
2534
|
"name": "--api-url",
|
|
2200
2535
|
"description": "Override the Budget Builder API base URL."
|
|
2201
2536
|
},
|
|
2537
|
+
{
|
|
2538
|
+
"name": "--no-browser",
|
|
2539
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2540
|
+
},
|
|
2202
2541
|
{
|
|
2203
2542
|
"name": "--allow-state-change",
|
|
2204
2543
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2248,6 +2587,10 @@
|
|
|
2248
2587
|
"name": "--api-url",
|
|
2249
2588
|
"description": "Override the Budget Builder API base URL."
|
|
2250
2589
|
},
|
|
2590
|
+
{
|
|
2591
|
+
"name": "--no-browser",
|
|
2592
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2593
|
+
},
|
|
2251
2594
|
{
|
|
2252
2595
|
"name": "--allow-state-change",
|
|
2253
2596
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2299,6 +2642,10 @@
|
|
|
2299
2642
|
"name": "--api-url",
|
|
2300
2643
|
"description": "Override the Budget Builder API base URL."
|
|
2301
2644
|
},
|
|
2645
|
+
{
|
|
2646
|
+
"name": "--no-browser",
|
|
2647
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2648
|
+
},
|
|
2302
2649
|
{
|
|
2303
2650
|
"name": "--allow-state-change",
|
|
2304
2651
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2348,6 +2695,10 @@
|
|
|
2348
2695
|
"name": "--api-url",
|
|
2349
2696
|
"description": "Override the Budget Builder API base URL."
|
|
2350
2697
|
},
|
|
2698
|
+
{
|
|
2699
|
+
"name": "--no-browser",
|
|
2700
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2701
|
+
},
|
|
2351
2702
|
{
|
|
2352
2703
|
"name": "--allow-state-change",
|
|
2353
2704
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2394,6 +2745,10 @@
|
|
|
2394
2745
|
"name": "--api-url",
|
|
2395
2746
|
"description": "Override the Budget Builder API base URL."
|
|
2396
2747
|
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "--no-browser",
|
|
2750
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2751
|
+
},
|
|
2397
2752
|
{
|
|
2398
2753
|
"name": "--allow-state-change",
|
|
2399
2754
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2440,6 +2795,10 @@
|
|
|
2440
2795
|
"name": "--api-url",
|
|
2441
2796
|
"description": "Override the Budget Builder API base URL."
|
|
2442
2797
|
},
|
|
2798
|
+
{
|
|
2799
|
+
"name": "--no-browser",
|
|
2800
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2801
|
+
},
|
|
2443
2802
|
{
|
|
2444
2803
|
"name": "--allow-state-change",
|
|
2445
2804
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2486,6 +2845,10 @@
|
|
|
2486
2845
|
"name": "--api-url",
|
|
2487
2846
|
"description": "Override the Budget Builder API base URL."
|
|
2488
2847
|
},
|
|
2848
|
+
{
|
|
2849
|
+
"name": "--no-browser",
|
|
2850
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2851
|
+
},
|
|
2489
2852
|
{
|
|
2490
2853
|
"name": "--allow-state-change",
|
|
2491
2854
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2532,6 +2895,10 @@
|
|
|
2532
2895
|
"name": "--api-url",
|
|
2533
2896
|
"description": "Override the Budget Builder API base URL."
|
|
2534
2897
|
},
|
|
2898
|
+
{
|
|
2899
|
+
"name": "--no-browser",
|
|
2900
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2901
|
+
},
|
|
2535
2902
|
{
|
|
2536
2903
|
"name": "--allow-state-change",
|
|
2537
2904
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2581,6 +2948,10 @@
|
|
|
2581
2948
|
"name": "--api-url",
|
|
2582
2949
|
"description": "Override the Budget Builder API base URL."
|
|
2583
2950
|
},
|
|
2951
|
+
{
|
|
2952
|
+
"name": "--no-browser",
|
|
2953
|
+
"description": "Print the authorization URL without opening a browser."
|
|
2954
|
+
},
|
|
2584
2955
|
{
|
|
2585
2956
|
"name": "--allow-state-change",
|
|
2586
2957
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2630,6 +3001,10 @@
|
|
|
2630
3001
|
"name": "--api-url",
|
|
2631
3002
|
"description": "Override the Budget Builder API base URL."
|
|
2632
3003
|
},
|
|
3004
|
+
{
|
|
3005
|
+
"name": "--no-browser",
|
|
3006
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3007
|
+
},
|
|
2633
3008
|
{
|
|
2634
3009
|
"name": "--allow-state-change",
|
|
2635
3010
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2676,6 +3051,10 @@
|
|
|
2676
3051
|
"name": "--api-url",
|
|
2677
3052
|
"description": "Override the Budget Builder API base URL."
|
|
2678
3053
|
},
|
|
3054
|
+
{
|
|
3055
|
+
"name": "--no-browser",
|
|
3056
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3057
|
+
},
|
|
2679
3058
|
{
|
|
2680
3059
|
"name": "--allow-state-change",
|
|
2681
3060
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2722,6 +3101,10 @@
|
|
|
2722
3101
|
"name": "--api-url",
|
|
2723
3102
|
"description": "Override the Budget Builder API base URL."
|
|
2724
3103
|
},
|
|
3104
|
+
{
|
|
3105
|
+
"name": "--no-browser",
|
|
3106
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3107
|
+
},
|
|
2725
3108
|
{
|
|
2726
3109
|
"name": "--allow-state-change",
|
|
2727
3110
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2768,6 +3151,10 @@
|
|
|
2768
3151
|
"name": "--api-url",
|
|
2769
3152
|
"description": "Override the Budget Builder API base URL."
|
|
2770
3153
|
},
|
|
3154
|
+
{
|
|
3155
|
+
"name": "--no-browser",
|
|
3156
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3157
|
+
},
|
|
2771
3158
|
{
|
|
2772
3159
|
"name": "--allow-state-change",
|
|
2773
3160
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2814,6 +3201,10 @@
|
|
|
2814
3201
|
"name": "--api-url",
|
|
2815
3202
|
"description": "Override the Budget Builder API base URL."
|
|
2816
3203
|
},
|
|
3204
|
+
{
|
|
3205
|
+
"name": "--no-browser",
|
|
3206
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3207
|
+
},
|
|
2817
3208
|
{
|
|
2818
3209
|
"name": "--allow-state-change",
|
|
2819
3210
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2860,6 +3251,10 @@
|
|
|
2860
3251
|
"name": "--api-url",
|
|
2861
3252
|
"description": "Override the Budget Builder API base URL."
|
|
2862
3253
|
},
|
|
3254
|
+
{
|
|
3255
|
+
"name": "--no-browser",
|
|
3256
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3257
|
+
},
|
|
2863
3258
|
{
|
|
2864
3259
|
"name": "--allow-state-change",
|
|
2865
3260
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2906,6 +3301,10 @@
|
|
|
2906
3301
|
"name": "--api-url",
|
|
2907
3302
|
"description": "Override the Budget Builder API base URL."
|
|
2908
3303
|
},
|
|
3304
|
+
{
|
|
3305
|
+
"name": "--no-browser",
|
|
3306
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3307
|
+
},
|
|
2909
3308
|
{
|
|
2910
3309
|
"name": "--allow-state-change",
|
|
2911
3310
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -2952,6 +3351,10 @@
|
|
|
2952
3351
|
"name": "--api-url",
|
|
2953
3352
|
"description": "Override the Budget Builder API base URL."
|
|
2954
3353
|
},
|
|
3354
|
+
{
|
|
3355
|
+
"name": "--no-browser",
|
|
3356
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3357
|
+
},
|
|
2955
3358
|
{
|
|
2956
3359
|
"name": "--allow-state-change",
|
|
2957
3360
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3001,6 +3404,10 @@
|
|
|
3001
3404
|
"name": "--api-url",
|
|
3002
3405
|
"description": "Override the Budget Builder API base URL."
|
|
3003
3406
|
},
|
|
3407
|
+
{
|
|
3408
|
+
"name": "--no-browser",
|
|
3409
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3410
|
+
},
|
|
3004
3411
|
{
|
|
3005
3412
|
"name": "--allow-state-change",
|
|
3006
3413
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3050,6 +3457,10 @@
|
|
|
3050
3457
|
"name": "--api-url",
|
|
3051
3458
|
"description": "Override the Budget Builder API base URL."
|
|
3052
3459
|
},
|
|
3460
|
+
{
|
|
3461
|
+
"name": "--no-browser",
|
|
3462
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3463
|
+
},
|
|
3053
3464
|
{
|
|
3054
3465
|
"name": "--allow-state-change",
|
|
3055
3466
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3096,6 +3507,10 @@
|
|
|
3096
3507
|
"name": "--api-url",
|
|
3097
3508
|
"description": "Override the Budget Builder API base URL."
|
|
3098
3509
|
},
|
|
3510
|
+
{
|
|
3511
|
+
"name": "--no-browser",
|
|
3512
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3513
|
+
},
|
|
3099
3514
|
{
|
|
3100
3515
|
"name": "--allow-state-change",
|
|
3101
3516
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3142,6 +3557,10 @@
|
|
|
3142
3557
|
"name": "--api-url",
|
|
3143
3558
|
"description": "Override the Budget Builder API base URL."
|
|
3144
3559
|
},
|
|
3560
|
+
{
|
|
3561
|
+
"name": "--no-browser",
|
|
3562
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3563
|
+
},
|
|
3145
3564
|
{
|
|
3146
3565
|
"name": "--allow-state-change",
|
|
3147
3566
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3191,6 +3610,10 @@
|
|
|
3191
3610
|
"name": "--api-url",
|
|
3192
3611
|
"description": "Override the Budget Builder API base URL."
|
|
3193
3612
|
},
|
|
3613
|
+
{
|
|
3614
|
+
"name": "--no-browser",
|
|
3615
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3616
|
+
},
|
|
3194
3617
|
{
|
|
3195
3618
|
"name": "--allow-state-change",
|
|
3196
3619
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3237,6 +3660,10 @@
|
|
|
3237
3660
|
"name": "--api-url",
|
|
3238
3661
|
"description": "Override the Budget Builder API base URL."
|
|
3239
3662
|
},
|
|
3663
|
+
{
|
|
3664
|
+
"name": "--no-browser",
|
|
3665
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3666
|
+
},
|
|
3240
3667
|
{
|
|
3241
3668
|
"name": "--allow-state-change",
|
|
3242
3669
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3283,6 +3710,10 @@
|
|
|
3283
3710
|
"name": "--api-url",
|
|
3284
3711
|
"description": "Override the Budget Builder API base URL."
|
|
3285
3712
|
},
|
|
3713
|
+
{
|
|
3714
|
+
"name": "--no-browser",
|
|
3715
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3716
|
+
},
|
|
3286
3717
|
{
|
|
3287
3718
|
"name": "--allow-state-change",
|
|
3288
3719
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3329,6 +3760,10 @@
|
|
|
3329
3760
|
"name": "--api-url",
|
|
3330
3761
|
"description": "Override the Budget Builder API base URL."
|
|
3331
3762
|
},
|
|
3763
|
+
{
|
|
3764
|
+
"name": "--no-browser",
|
|
3765
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3766
|
+
},
|
|
3332
3767
|
{
|
|
3333
3768
|
"name": "--allow-state-change",
|
|
3334
3769
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3375,6 +3810,10 @@
|
|
|
3375
3810
|
"name": "--api-url",
|
|
3376
3811
|
"description": "Override the Budget Builder API base URL."
|
|
3377
3812
|
},
|
|
3813
|
+
{
|
|
3814
|
+
"name": "--no-browser",
|
|
3815
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3816
|
+
},
|
|
3378
3817
|
{
|
|
3379
3818
|
"name": "--allow-state-change",
|
|
3380
3819
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3421,6 +3860,10 @@
|
|
|
3421
3860
|
"name": "--api-url",
|
|
3422
3861
|
"description": "Override the Budget Builder API base URL."
|
|
3423
3862
|
},
|
|
3863
|
+
{
|
|
3864
|
+
"name": "--no-browser",
|
|
3865
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3866
|
+
},
|
|
3424
3867
|
{
|
|
3425
3868
|
"name": "--allow-state-change",
|
|
3426
3869
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3467,6 +3910,10 @@
|
|
|
3467
3910
|
"name": "--api-url",
|
|
3468
3911
|
"description": "Override the Budget Builder API base URL."
|
|
3469
3912
|
},
|
|
3913
|
+
{
|
|
3914
|
+
"name": "--no-browser",
|
|
3915
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3916
|
+
},
|
|
3470
3917
|
{
|
|
3471
3918
|
"name": "--allow-state-change",
|
|
3472
3919
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3516,6 +3963,10 @@
|
|
|
3516
3963
|
"name": "--api-url",
|
|
3517
3964
|
"description": "Override the Budget Builder API base URL."
|
|
3518
3965
|
},
|
|
3966
|
+
{
|
|
3967
|
+
"name": "--no-browser",
|
|
3968
|
+
"description": "Print the authorization URL without opening a browser."
|
|
3969
|
+
},
|
|
3519
3970
|
{
|
|
3520
3971
|
"name": "--allow-state-change",
|
|
3521
3972
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3565,6 +4016,10 @@
|
|
|
3565
4016
|
"name": "--api-url",
|
|
3566
4017
|
"description": "Override the Budget Builder API base URL."
|
|
3567
4018
|
},
|
|
4019
|
+
{
|
|
4020
|
+
"name": "--no-browser",
|
|
4021
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4022
|
+
},
|
|
3568
4023
|
{
|
|
3569
4024
|
"name": "--allow-state-change",
|
|
3570
4025
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3611,6 +4066,10 @@
|
|
|
3611
4066
|
"name": "--api-url",
|
|
3612
4067
|
"description": "Override the Budget Builder API base URL."
|
|
3613
4068
|
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "--no-browser",
|
|
4071
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4072
|
+
},
|
|
3614
4073
|
{
|
|
3615
4074
|
"name": "--allow-state-change",
|
|
3616
4075
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3662,6 +4121,10 @@
|
|
|
3662
4121
|
"name": "--api-url",
|
|
3663
4122
|
"description": "Override the Budget Builder API base URL."
|
|
3664
4123
|
},
|
|
4124
|
+
{
|
|
4125
|
+
"name": "--no-browser",
|
|
4126
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4127
|
+
},
|
|
3665
4128
|
{
|
|
3666
4129
|
"name": "--allow-state-change",
|
|
3667
4130
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3708,6 +4171,10 @@
|
|
|
3708
4171
|
"name": "--api-url",
|
|
3709
4172
|
"description": "Override the Budget Builder API base URL."
|
|
3710
4173
|
},
|
|
4174
|
+
{
|
|
4175
|
+
"name": "--no-browser",
|
|
4176
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4177
|
+
},
|
|
3711
4178
|
{
|
|
3712
4179
|
"name": "--allow-state-change",
|
|
3713
4180
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3754,6 +4221,10 @@
|
|
|
3754
4221
|
"name": "--api-url",
|
|
3755
4222
|
"description": "Override the Budget Builder API base URL."
|
|
3756
4223
|
},
|
|
4224
|
+
{
|
|
4225
|
+
"name": "--no-browser",
|
|
4226
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4227
|
+
},
|
|
3757
4228
|
{
|
|
3758
4229
|
"name": "--allow-state-change",
|
|
3759
4230
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3800,6 +4271,10 @@
|
|
|
3800
4271
|
"name": "--api-url",
|
|
3801
4272
|
"description": "Override the Budget Builder API base URL."
|
|
3802
4273
|
},
|
|
4274
|
+
{
|
|
4275
|
+
"name": "--no-browser",
|
|
4276
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4277
|
+
},
|
|
3803
4278
|
{
|
|
3804
4279
|
"name": "--allow-state-change",
|
|
3805
4280
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3846,6 +4321,10 @@
|
|
|
3846
4321
|
"name": "--api-url",
|
|
3847
4322
|
"description": "Override the Budget Builder API base URL."
|
|
3848
4323
|
},
|
|
4324
|
+
{
|
|
4325
|
+
"name": "--no-browser",
|
|
4326
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4327
|
+
},
|
|
3849
4328
|
{
|
|
3850
4329
|
"name": "--allow-state-change",
|
|
3851
4330
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3892,6 +4371,10 @@
|
|
|
3892
4371
|
"name": "--api-url",
|
|
3893
4372
|
"description": "Override the Budget Builder API base URL."
|
|
3894
4373
|
},
|
|
4374
|
+
{
|
|
4375
|
+
"name": "--no-browser",
|
|
4376
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4377
|
+
},
|
|
3895
4378
|
{
|
|
3896
4379
|
"name": "--allow-state-change",
|
|
3897
4380
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3938,6 +4421,10 @@
|
|
|
3938
4421
|
"name": "--api-url",
|
|
3939
4422
|
"description": "Override the Budget Builder API base URL."
|
|
3940
4423
|
},
|
|
4424
|
+
{
|
|
4425
|
+
"name": "--no-browser",
|
|
4426
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4427
|
+
},
|
|
3941
4428
|
{
|
|
3942
4429
|
"name": "--allow-state-change",
|
|
3943
4430
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -3984,6 +4471,10 @@
|
|
|
3984
4471
|
"name": "--api-url",
|
|
3985
4472
|
"description": "Override the Budget Builder API base URL."
|
|
3986
4473
|
},
|
|
4474
|
+
{
|
|
4475
|
+
"name": "--no-browser",
|
|
4476
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4477
|
+
},
|
|
3987
4478
|
{
|
|
3988
4479
|
"name": "--allow-state-change",
|
|
3989
4480
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4030,6 +4521,10 @@
|
|
|
4030
4521
|
"name": "--api-url",
|
|
4031
4522
|
"description": "Override the Budget Builder API base URL."
|
|
4032
4523
|
},
|
|
4524
|
+
{
|
|
4525
|
+
"name": "--no-browser",
|
|
4526
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4527
|
+
},
|
|
4033
4528
|
{
|
|
4034
4529
|
"name": "--allow-state-change",
|
|
4035
4530
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4076,6 +4571,10 @@
|
|
|
4076
4571
|
"name": "--api-url",
|
|
4077
4572
|
"description": "Override the Budget Builder API base URL."
|
|
4078
4573
|
},
|
|
4574
|
+
{
|
|
4575
|
+
"name": "--no-browser",
|
|
4576
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4577
|
+
},
|
|
4079
4578
|
{
|
|
4080
4579
|
"name": "--allow-state-change",
|
|
4081
4580
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4122,6 +4621,10 @@
|
|
|
4122
4621
|
"name": "--api-url",
|
|
4123
4622
|
"description": "Override the Budget Builder API base URL."
|
|
4124
4623
|
},
|
|
4624
|
+
{
|
|
4625
|
+
"name": "--no-browser",
|
|
4626
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4627
|
+
},
|
|
4125
4628
|
{
|
|
4126
4629
|
"name": "--allow-state-change",
|
|
4127
4630
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4168,6 +4671,10 @@
|
|
|
4168
4671
|
"name": "--api-url",
|
|
4169
4672
|
"description": "Override the Budget Builder API base URL."
|
|
4170
4673
|
},
|
|
4674
|
+
{
|
|
4675
|
+
"name": "--no-browser",
|
|
4676
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4677
|
+
},
|
|
4171
4678
|
{
|
|
4172
4679
|
"name": "--allow-state-change",
|
|
4173
4680
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4214,6 +4721,10 @@
|
|
|
4214
4721
|
"name": "--api-url",
|
|
4215
4722
|
"description": "Override the Budget Builder API base URL."
|
|
4216
4723
|
},
|
|
4724
|
+
{
|
|
4725
|
+
"name": "--no-browser",
|
|
4726
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4727
|
+
},
|
|
4217
4728
|
{
|
|
4218
4729
|
"name": "--allow-state-change",
|
|
4219
4730
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4260,6 +4771,10 @@
|
|
|
4260
4771
|
"name": "--api-url",
|
|
4261
4772
|
"description": "Override the Budget Builder API base URL."
|
|
4262
4773
|
},
|
|
4774
|
+
{
|
|
4775
|
+
"name": "--no-browser",
|
|
4776
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4777
|
+
},
|
|
4263
4778
|
{
|
|
4264
4779
|
"name": "--allow-state-change",
|
|
4265
4780
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4306,6 +4821,10 @@
|
|
|
4306
4821
|
"name": "--api-url",
|
|
4307
4822
|
"description": "Override the Budget Builder API base URL."
|
|
4308
4823
|
},
|
|
4824
|
+
{
|
|
4825
|
+
"name": "--no-browser",
|
|
4826
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4827
|
+
},
|
|
4309
4828
|
{
|
|
4310
4829
|
"name": "--allow-state-change",
|
|
4311
4830
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4376,6 +4895,10 @@
|
|
|
4376
4895
|
"name": "--api-url",
|
|
4377
4896
|
"description": "Override the Budget Builder API base URL."
|
|
4378
4897
|
},
|
|
4898
|
+
{
|
|
4899
|
+
"name": "--no-browser",
|
|
4900
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4901
|
+
},
|
|
4379
4902
|
{
|
|
4380
4903
|
"name": "--allow-state-change",
|
|
4381
4904
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4422,6 +4945,10 @@
|
|
|
4422
4945
|
"name": "--api-url",
|
|
4423
4946
|
"description": "Override the Budget Builder API base URL."
|
|
4424
4947
|
},
|
|
4948
|
+
{
|
|
4949
|
+
"name": "--no-browser",
|
|
4950
|
+
"description": "Print the authorization URL without opening a browser."
|
|
4951
|
+
},
|
|
4425
4952
|
{
|
|
4426
4953
|
"name": "--allow-state-change",
|
|
4427
4954
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4468,6 +4995,10 @@
|
|
|
4468
4995
|
"name": "--api-url",
|
|
4469
4996
|
"description": "Override the Budget Builder API base URL."
|
|
4470
4997
|
},
|
|
4998
|
+
{
|
|
4999
|
+
"name": "--no-browser",
|
|
5000
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5001
|
+
},
|
|
4471
5002
|
{
|
|
4472
5003
|
"name": "--allow-state-change",
|
|
4473
5004
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4517,6 +5048,10 @@
|
|
|
4517
5048
|
"name": "--api-url",
|
|
4518
5049
|
"description": "Override the Budget Builder API base URL."
|
|
4519
5050
|
},
|
|
5051
|
+
{
|
|
5052
|
+
"name": "--no-browser",
|
|
5053
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5054
|
+
},
|
|
4520
5055
|
{
|
|
4521
5056
|
"name": "--allow-state-change",
|
|
4522
5057
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4563,6 +5098,10 @@
|
|
|
4563
5098
|
"name": "--api-url",
|
|
4564
5099
|
"description": "Override the Budget Builder API base URL."
|
|
4565
5100
|
},
|
|
5101
|
+
{
|
|
5102
|
+
"name": "--no-browser",
|
|
5103
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5104
|
+
},
|
|
4566
5105
|
{
|
|
4567
5106
|
"name": "--allow-state-change",
|
|
4568
5107
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4609,6 +5148,10 @@
|
|
|
4609
5148
|
"name": "--api-url",
|
|
4610
5149
|
"description": "Override the Budget Builder API base URL."
|
|
4611
5150
|
},
|
|
5151
|
+
{
|
|
5152
|
+
"name": "--no-browser",
|
|
5153
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5154
|
+
},
|
|
4612
5155
|
{
|
|
4613
5156
|
"name": "--allow-state-change",
|
|
4614
5157
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4655,6 +5198,10 @@
|
|
|
4655
5198
|
"name": "--api-url",
|
|
4656
5199
|
"description": "Override the Budget Builder API base URL."
|
|
4657
5200
|
},
|
|
5201
|
+
{
|
|
5202
|
+
"name": "--no-browser",
|
|
5203
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5204
|
+
},
|
|
4658
5205
|
{
|
|
4659
5206
|
"name": "--allow-state-change",
|
|
4660
5207
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4704,6 +5251,10 @@
|
|
|
4704
5251
|
"name": "--api-url",
|
|
4705
5252
|
"description": "Override the Budget Builder API base URL."
|
|
4706
5253
|
},
|
|
5254
|
+
{
|
|
5255
|
+
"name": "--no-browser",
|
|
5256
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5257
|
+
},
|
|
4707
5258
|
{
|
|
4708
5259
|
"name": "--allow-state-change",
|
|
4709
5260
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4750,6 +5301,10 @@
|
|
|
4750
5301
|
"name": "--api-url",
|
|
4751
5302
|
"description": "Override the Budget Builder API base URL."
|
|
4752
5303
|
},
|
|
5304
|
+
{
|
|
5305
|
+
"name": "--no-browser",
|
|
5306
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5307
|
+
},
|
|
4753
5308
|
{
|
|
4754
5309
|
"name": "--allow-state-change",
|
|
4755
5310
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4796,6 +5351,10 @@
|
|
|
4796
5351
|
"name": "--api-url",
|
|
4797
5352
|
"description": "Override the Budget Builder API base URL."
|
|
4798
5353
|
},
|
|
5354
|
+
{
|
|
5355
|
+
"name": "--no-browser",
|
|
5356
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5357
|
+
},
|
|
4799
5358
|
{
|
|
4800
5359
|
"name": "--allow-state-change",
|
|
4801
5360
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4842,6 +5401,10 @@
|
|
|
4842
5401
|
"name": "--api-url",
|
|
4843
5402
|
"description": "Override the Budget Builder API base URL."
|
|
4844
5403
|
},
|
|
5404
|
+
{
|
|
5405
|
+
"name": "--no-browser",
|
|
5406
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5407
|
+
},
|
|
4845
5408
|
{
|
|
4846
5409
|
"name": "--allow-state-change",
|
|
4847
5410
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4888,6 +5451,10 @@
|
|
|
4888
5451
|
"name": "--api-url",
|
|
4889
5452
|
"description": "Override the Budget Builder API base URL."
|
|
4890
5453
|
},
|
|
5454
|
+
{
|
|
5455
|
+
"name": "--no-browser",
|
|
5456
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5457
|
+
},
|
|
4891
5458
|
{
|
|
4892
5459
|
"name": "--allow-state-change",
|
|
4893
5460
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4934,6 +5501,10 @@
|
|
|
4934
5501
|
"name": "--api-url",
|
|
4935
5502
|
"description": "Override the Budget Builder API base URL."
|
|
4936
5503
|
},
|
|
5504
|
+
{
|
|
5505
|
+
"name": "--no-browser",
|
|
5506
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5507
|
+
},
|
|
4937
5508
|
{
|
|
4938
5509
|
"name": "--allow-state-change",
|
|
4939
5510
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -4980,6 +5551,10 @@
|
|
|
4980
5551
|
"name": "--api-url",
|
|
4981
5552
|
"description": "Override the Budget Builder API base URL."
|
|
4982
5553
|
},
|
|
5554
|
+
{
|
|
5555
|
+
"name": "--no-browser",
|
|
5556
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5557
|
+
},
|
|
4983
5558
|
{
|
|
4984
5559
|
"name": "--allow-state-change",
|
|
4985
5560
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5026,6 +5601,10 @@
|
|
|
5026
5601
|
"name": "--api-url",
|
|
5027
5602
|
"description": "Override the Budget Builder API base URL."
|
|
5028
5603
|
},
|
|
5604
|
+
{
|
|
5605
|
+
"name": "--no-browser",
|
|
5606
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5607
|
+
},
|
|
5029
5608
|
{
|
|
5030
5609
|
"name": "--allow-state-change",
|
|
5031
5610
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5072,6 +5651,10 @@
|
|
|
5072
5651
|
"name": "--api-url",
|
|
5073
5652
|
"description": "Override the Budget Builder API base URL."
|
|
5074
5653
|
},
|
|
5654
|
+
{
|
|
5655
|
+
"name": "--no-browser",
|
|
5656
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5657
|
+
},
|
|
5075
5658
|
{
|
|
5076
5659
|
"name": "--allow-state-change",
|
|
5077
5660
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5118,6 +5701,10 @@
|
|
|
5118
5701
|
"name": "--api-url",
|
|
5119
5702
|
"description": "Override the Budget Builder API base URL."
|
|
5120
5703
|
},
|
|
5704
|
+
{
|
|
5705
|
+
"name": "--no-browser",
|
|
5706
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5707
|
+
},
|
|
5121
5708
|
{
|
|
5122
5709
|
"name": "--allow-state-change",
|
|
5123
5710
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5164,6 +5751,10 @@
|
|
|
5164
5751
|
"name": "--api-url",
|
|
5165
5752
|
"description": "Override the Budget Builder API base URL."
|
|
5166
5753
|
},
|
|
5754
|
+
{
|
|
5755
|
+
"name": "--no-browser",
|
|
5756
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5757
|
+
},
|
|
5167
5758
|
{
|
|
5168
5759
|
"name": "--allow-state-change",
|
|
5169
5760
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5210,6 +5801,10 @@
|
|
|
5210
5801
|
"name": "--api-url",
|
|
5211
5802
|
"description": "Override the Budget Builder API base URL."
|
|
5212
5803
|
},
|
|
5804
|
+
{
|
|
5805
|
+
"name": "--no-browser",
|
|
5806
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5807
|
+
},
|
|
5213
5808
|
{
|
|
5214
5809
|
"name": "--allow-state-change",
|
|
5215
5810
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5256,6 +5851,10 @@
|
|
|
5256
5851
|
"name": "--api-url",
|
|
5257
5852
|
"description": "Override the Budget Builder API base URL."
|
|
5258
5853
|
},
|
|
5854
|
+
{
|
|
5855
|
+
"name": "--no-browser",
|
|
5856
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5857
|
+
},
|
|
5259
5858
|
{
|
|
5260
5859
|
"name": "--allow-state-change",
|
|
5261
5860
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5302,6 +5901,10 @@
|
|
|
5302
5901
|
"name": "--api-url",
|
|
5303
5902
|
"description": "Override the Budget Builder API base URL."
|
|
5304
5903
|
},
|
|
5904
|
+
{
|
|
5905
|
+
"name": "--no-browser",
|
|
5906
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5907
|
+
},
|
|
5305
5908
|
{
|
|
5306
5909
|
"name": "--allow-state-change",
|
|
5307
5910
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5348,6 +5951,10 @@
|
|
|
5348
5951
|
"name": "--api-url",
|
|
5349
5952
|
"description": "Override the Budget Builder API base URL."
|
|
5350
5953
|
},
|
|
5954
|
+
{
|
|
5955
|
+
"name": "--no-browser",
|
|
5956
|
+
"description": "Print the authorization URL without opening a browser."
|
|
5957
|
+
},
|
|
5351
5958
|
{
|
|
5352
5959
|
"name": "--allow-state-change",
|
|
5353
5960
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5394,6 +6001,10 @@
|
|
|
5394
6001
|
"name": "--api-url",
|
|
5395
6002
|
"description": "Override the Budget Builder API base URL."
|
|
5396
6003
|
},
|
|
6004
|
+
{
|
|
6005
|
+
"name": "--no-browser",
|
|
6006
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6007
|
+
},
|
|
5397
6008
|
{
|
|
5398
6009
|
"name": "--allow-state-change",
|
|
5399
6010
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5440,6 +6051,10 @@
|
|
|
5440
6051
|
"name": "--api-url",
|
|
5441
6052
|
"description": "Override the Budget Builder API base URL."
|
|
5442
6053
|
},
|
|
6054
|
+
{
|
|
6055
|
+
"name": "--no-browser",
|
|
6056
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6057
|
+
},
|
|
5443
6058
|
{
|
|
5444
6059
|
"name": "--allow-state-change",
|
|
5445
6060
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5486,6 +6101,10 @@
|
|
|
5486
6101
|
"name": "--api-url",
|
|
5487
6102
|
"description": "Override the Budget Builder API base URL."
|
|
5488
6103
|
},
|
|
6104
|
+
{
|
|
6105
|
+
"name": "--no-browser",
|
|
6106
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6107
|
+
},
|
|
5489
6108
|
{
|
|
5490
6109
|
"name": "--allow-state-change",
|
|
5491
6110
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5532,6 +6151,10 @@
|
|
|
5532
6151
|
"name": "--api-url",
|
|
5533
6152
|
"description": "Override the Budget Builder API base URL."
|
|
5534
6153
|
},
|
|
6154
|
+
{
|
|
6155
|
+
"name": "--no-browser",
|
|
6156
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6157
|
+
},
|
|
5535
6158
|
{
|
|
5536
6159
|
"name": "--allow-state-change",
|
|
5537
6160
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5578,6 +6201,10 @@
|
|
|
5578
6201
|
"name": "--api-url",
|
|
5579
6202
|
"description": "Override the Budget Builder API base URL."
|
|
5580
6203
|
},
|
|
6204
|
+
{
|
|
6205
|
+
"name": "--no-browser",
|
|
6206
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6207
|
+
},
|
|
5581
6208
|
{
|
|
5582
6209
|
"name": "--allow-state-change",
|
|
5583
6210
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5624,6 +6251,10 @@
|
|
|
5624
6251
|
"name": "--api-url",
|
|
5625
6252
|
"description": "Override the Budget Builder API base URL."
|
|
5626
6253
|
},
|
|
6254
|
+
{
|
|
6255
|
+
"name": "--no-browser",
|
|
6256
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6257
|
+
},
|
|
5627
6258
|
{
|
|
5628
6259
|
"name": "--allow-state-change",
|
|
5629
6260
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5670,6 +6301,10 @@
|
|
|
5670
6301
|
"name": "--api-url",
|
|
5671
6302
|
"description": "Override the Budget Builder API base URL."
|
|
5672
6303
|
},
|
|
6304
|
+
{
|
|
6305
|
+
"name": "--no-browser",
|
|
6306
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6307
|
+
},
|
|
5673
6308
|
{
|
|
5674
6309
|
"name": "--allow-state-change",
|
|
5675
6310
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5716,6 +6351,10 @@
|
|
|
5716
6351
|
"name": "--api-url",
|
|
5717
6352
|
"description": "Override the Budget Builder API base URL."
|
|
5718
6353
|
},
|
|
6354
|
+
{
|
|
6355
|
+
"name": "--no-browser",
|
|
6356
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6357
|
+
},
|
|
5719
6358
|
{
|
|
5720
6359
|
"name": "--allow-state-change",
|
|
5721
6360
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5762,6 +6401,10 @@
|
|
|
5762
6401
|
"name": "--api-url",
|
|
5763
6402
|
"description": "Override the Budget Builder API base URL."
|
|
5764
6403
|
},
|
|
6404
|
+
{
|
|
6405
|
+
"name": "--no-browser",
|
|
6406
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6407
|
+
},
|
|
5765
6408
|
{
|
|
5766
6409
|
"name": "--allow-state-change",
|
|
5767
6410
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5808,6 +6451,10 @@
|
|
|
5808
6451
|
"name": "--api-url",
|
|
5809
6452
|
"description": "Override the Budget Builder API base URL."
|
|
5810
6453
|
},
|
|
6454
|
+
{
|
|
6455
|
+
"name": "--no-browser",
|
|
6456
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6457
|
+
},
|
|
5811
6458
|
{
|
|
5812
6459
|
"name": "--allow-state-change",
|
|
5813
6460
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5854,6 +6501,10 @@
|
|
|
5854
6501
|
"name": "--api-url",
|
|
5855
6502
|
"description": "Override the Budget Builder API base URL."
|
|
5856
6503
|
},
|
|
6504
|
+
{
|
|
6505
|
+
"name": "--no-browser",
|
|
6506
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6507
|
+
},
|
|
5857
6508
|
{
|
|
5858
6509
|
"name": "--allow-state-change",
|
|
5859
6510
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5900,6 +6551,10 @@
|
|
|
5900
6551
|
"name": "--api-url",
|
|
5901
6552
|
"description": "Override the Budget Builder API base URL."
|
|
5902
6553
|
},
|
|
6554
|
+
{
|
|
6555
|
+
"name": "--no-browser",
|
|
6556
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6557
|
+
},
|
|
5903
6558
|
{
|
|
5904
6559
|
"name": "--allow-state-change",
|
|
5905
6560
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5946,6 +6601,10 @@
|
|
|
5946
6601
|
"name": "--api-url",
|
|
5947
6602
|
"description": "Override the Budget Builder API base URL."
|
|
5948
6603
|
},
|
|
6604
|
+
{
|
|
6605
|
+
"name": "--no-browser",
|
|
6606
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6607
|
+
},
|
|
5949
6608
|
{
|
|
5950
6609
|
"name": "--allow-state-change",
|
|
5951
6610
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -5992,6 +6651,10 @@
|
|
|
5992
6651
|
"name": "--api-url",
|
|
5993
6652
|
"description": "Override the Budget Builder API base URL."
|
|
5994
6653
|
},
|
|
6654
|
+
{
|
|
6655
|
+
"name": "--no-browser",
|
|
6656
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6657
|
+
},
|
|
5995
6658
|
{
|
|
5996
6659
|
"name": "--allow-state-change",
|
|
5997
6660
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6038,6 +6701,10 @@
|
|
|
6038
6701
|
"name": "--api-url",
|
|
6039
6702
|
"description": "Override the Budget Builder API base URL."
|
|
6040
6703
|
},
|
|
6704
|
+
{
|
|
6705
|
+
"name": "--no-browser",
|
|
6706
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6707
|
+
},
|
|
6041
6708
|
{
|
|
6042
6709
|
"name": "--allow-state-change",
|
|
6043
6710
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6084,6 +6751,10 @@
|
|
|
6084
6751
|
"name": "--api-url",
|
|
6085
6752
|
"description": "Override the Budget Builder API base URL."
|
|
6086
6753
|
},
|
|
6754
|
+
{
|
|
6755
|
+
"name": "--no-browser",
|
|
6756
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6757
|
+
},
|
|
6087
6758
|
{
|
|
6088
6759
|
"name": "--allow-state-change",
|
|
6089
6760
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6130,6 +6801,10 @@
|
|
|
6130
6801
|
"name": "--api-url",
|
|
6131
6802
|
"description": "Override the Budget Builder API base URL."
|
|
6132
6803
|
},
|
|
6804
|
+
{
|
|
6805
|
+
"name": "--no-browser",
|
|
6806
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6807
|
+
},
|
|
6133
6808
|
{
|
|
6134
6809
|
"name": "--allow-state-change",
|
|
6135
6810
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6176,6 +6851,10 @@
|
|
|
6176
6851
|
"name": "--api-url",
|
|
6177
6852
|
"description": "Override the Budget Builder API base URL."
|
|
6178
6853
|
},
|
|
6854
|
+
{
|
|
6855
|
+
"name": "--no-browser",
|
|
6856
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6857
|
+
},
|
|
6179
6858
|
{
|
|
6180
6859
|
"name": "--allow-state-change",
|
|
6181
6860
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6222,6 +6901,10 @@
|
|
|
6222
6901
|
"name": "--api-url",
|
|
6223
6902
|
"description": "Override the Budget Builder API base URL."
|
|
6224
6903
|
},
|
|
6904
|
+
{
|
|
6905
|
+
"name": "--no-browser",
|
|
6906
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6907
|
+
},
|
|
6225
6908
|
{
|
|
6226
6909
|
"name": "--allow-state-change",
|
|
6227
6910
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6268,6 +6951,10 @@
|
|
|
6268
6951
|
"name": "--api-url",
|
|
6269
6952
|
"description": "Override the Budget Builder API base URL."
|
|
6270
6953
|
},
|
|
6954
|
+
{
|
|
6955
|
+
"name": "--no-browser",
|
|
6956
|
+
"description": "Print the authorization URL without opening a browser."
|
|
6957
|
+
},
|
|
6271
6958
|
{
|
|
6272
6959
|
"name": "--allow-state-change",
|
|
6273
6960
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6314,6 +7001,10 @@
|
|
|
6314
7001
|
"name": "--api-url",
|
|
6315
7002
|
"description": "Override the Budget Builder API base URL."
|
|
6316
7003
|
},
|
|
7004
|
+
{
|
|
7005
|
+
"name": "--no-browser",
|
|
7006
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7007
|
+
},
|
|
6317
7008
|
{
|
|
6318
7009
|
"name": "--allow-state-change",
|
|
6319
7010
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6360,6 +7051,10 @@
|
|
|
6360
7051
|
"name": "--api-url",
|
|
6361
7052
|
"description": "Override the Budget Builder API base URL."
|
|
6362
7053
|
},
|
|
7054
|
+
{
|
|
7055
|
+
"name": "--no-browser",
|
|
7056
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7057
|
+
},
|
|
6363
7058
|
{
|
|
6364
7059
|
"name": "--allow-state-change",
|
|
6365
7060
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6406,6 +7101,10 @@
|
|
|
6406
7101
|
"name": "--api-url",
|
|
6407
7102
|
"description": "Override the Budget Builder API base URL."
|
|
6408
7103
|
},
|
|
7104
|
+
{
|
|
7105
|
+
"name": "--no-browser",
|
|
7106
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7107
|
+
},
|
|
6409
7108
|
{
|
|
6410
7109
|
"name": "--allow-state-change",
|
|
6411
7110
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6452,6 +7151,10 @@
|
|
|
6452
7151
|
"name": "--api-url",
|
|
6453
7152
|
"description": "Override the Budget Builder API base URL."
|
|
6454
7153
|
},
|
|
7154
|
+
{
|
|
7155
|
+
"name": "--no-browser",
|
|
7156
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7157
|
+
},
|
|
6455
7158
|
{
|
|
6456
7159
|
"name": "--allow-state-change",
|
|
6457
7160
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6498,6 +7201,10 @@
|
|
|
6498
7201
|
"name": "--api-url",
|
|
6499
7202
|
"description": "Override the Budget Builder API base URL."
|
|
6500
7203
|
},
|
|
7204
|
+
{
|
|
7205
|
+
"name": "--no-browser",
|
|
7206
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7207
|
+
},
|
|
6501
7208
|
{
|
|
6502
7209
|
"name": "--allow-state-change",
|
|
6503
7210
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6544,6 +7251,10 @@
|
|
|
6544
7251
|
"name": "--api-url",
|
|
6545
7252
|
"description": "Override the Budget Builder API base URL."
|
|
6546
7253
|
},
|
|
7254
|
+
{
|
|
7255
|
+
"name": "--no-browser",
|
|
7256
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7257
|
+
},
|
|
6547
7258
|
{
|
|
6548
7259
|
"name": "--allow-state-change",
|
|
6549
7260
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6593,6 +7304,10 @@
|
|
|
6593
7304
|
"name": "--api-url",
|
|
6594
7305
|
"description": "Override the Budget Builder API base URL."
|
|
6595
7306
|
},
|
|
7307
|
+
{
|
|
7308
|
+
"name": "--no-browser",
|
|
7309
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7310
|
+
},
|
|
6596
7311
|
{
|
|
6597
7312
|
"name": "--allow-state-change",
|
|
6598
7313
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6642,6 +7357,10 @@
|
|
|
6642
7357
|
"name": "--api-url",
|
|
6643
7358
|
"description": "Override the Budget Builder API base URL."
|
|
6644
7359
|
},
|
|
7360
|
+
{
|
|
7361
|
+
"name": "--no-browser",
|
|
7362
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7363
|
+
},
|
|
6645
7364
|
{
|
|
6646
7365
|
"name": "--allow-state-change",
|
|
6647
7366
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6688,6 +7407,10 @@
|
|
|
6688
7407
|
"name": "--api-url",
|
|
6689
7408
|
"description": "Override the Budget Builder API base URL."
|
|
6690
7409
|
},
|
|
7410
|
+
{
|
|
7411
|
+
"name": "--no-browser",
|
|
7412
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7413
|
+
},
|
|
6691
7414
|
{
|
|
6692
7415
|
"name": "--allow-state-change",
|
|
6693
7416
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6734,6 +7457,10 @@
|
|
|
6734
7457
|
"name": "--api-url",
|
|
6735
7458
|
"description": "Override the Budget Builder API base URL."
|
|
6736
7459
|
},
|
|
7460
|
+
{
|
|
7461
|
+
"name": "--no-browser",
|
|
7462
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7463
|
+
},
|
|
6737
7464
|
{
|
|
6738
7465
|
"name": "--allow-state-change",
|
|
6739
7466
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6780,6 +7507,10 @@
|
|
|
6780
7507
|
"name": "--api-url",
|
|
6781
7508
|
"description": "Override the Budget Builder API base URL."
|
|
6782
7509
|
},
|
|
7510
|
+
{
|
|
7511
|
+
"name": "--no-browser",
|
|
7512
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7513
|
+
},
|
|
6783
7514
|
{
|
|
6784
7515
|
"name": "--allow-state-change",
|
|
6785
7516
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6826,6 +7557,10 @@
|
|
|
6826
7557
|
"name": "--api-url",
|
|
6827
7558
|
"description": "Override the Budget Builder API base URL."
|
|
6828
7559
|
},
|
|
7560
|
+
{
|
|
7561
|
+
"name": "--no-browser",
|
|
7562
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7563
|
+
},
|
|
6829
7564
|
{
|
|
6830
7565
|
"name": "--allow-state-change",
|
|
6831
7566
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6872,6 +7607,10 @@
|
|
|
6872
7607
|
"name": "--api-url",
|
|
6873
7608
|
"description": "Override the Budget Builder API base URL."
|
|
6874
7609
|
},
|
|
7610
|
+
{
|
|
7611
|
+
"name": "--no-browser",
|
|
7612
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7613
|
+
},
|
|
6875
7614
|
{
|
|
6876
7615
|
"name": "--allow-state-change",
|
|
6877
7616
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6918,6 +7657,10 @@
|
|
|
6918
7657
|
"name": "--api-url",
|
|
6919
7658
|
"description": "Override the Budget Builder API base URL."
|
|
6920
7659
|
},
|
|
7660
|
+
{
|
|
7661
|
+
"name": "--no-browser",
|
|
7662
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7663
|
+
},
|
|
6921
7664
|
{
|
|
6922
7665
|
"name": "--allow-state-change",
|
|
6923
7666
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -6964,6 +7707,10 @@
|
|
|
6964
7707
|
"name": "--api-url",
|
|
6965
7708
|
"description": "Override the Budget Builder API base URL."
|
|
6966
7709
|
},
|
|
7710
|
+
{
|
|
7711
|
+
"name": "--no-browser",
|
|
7712
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7713
|
+
},
|
|
6967
7714
|
{
|
|
6968
7715
|
"name": "--allow-state-change",
|
|
6969
7716
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -7013,6 +7760,10 @@
|
|
|
7013
7760
|
"name": "--api-url",
|
|
7014
7761
|
"description": "Override the Budget Builder API base URL."
|
|
7015
7762
|
},
|
|
7763
|
+
{
|
|
7764
|
+
"name": "--no-browser",
|
|
7765
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7766
|
+
},
|
|
7016
7767
|
{
|
|
7017
7768
|
"name": "--allow-state-change",
|
|
7018
7769
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -7059,6 +7810,10 @@
|
|
|
7059
7810
|
"name": "--api-url",
|
|
7060
7811
|
"description": "Override the Budget Builder API base URL."
|
|
7061
7812
|
},
|
|
7813
|
+
{
|
|
7814
|
+
"name": "--no-browser",
|
|
7815
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7816
|
+
},
|
|
7062
7817
|
{
|
|
7063
7818
|
"name": "--allow-state-change",
|
|
7064
7819
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -7105,6 +7860,10 @@
|
|
|
7105
7860
|
"name": "--api-url",
|
|
7106
7861
|
"description": "Override the Budget Builder API base URL."
|
|
7107
7862
|
},
|
|
7863
|
+
{
|
|
7864
|
+
"name": "--no-browser",
|
|
7865
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7866
|
+
},
|
|
7108
7867
|
{
|
|
7109
7868
|
"name": "--allow-state-change",
|
|
7110
7869
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -7154,6 +7913,10 @@
|
|
|
7154
7913
|
"name": "--api-url",
|
|
7155
7914
|
"description": "Override the Budget Builder API base URL."
|
|
7156
7915
|
},
|
|
7916
|
+
{
|
|
7917
|
+
"name": "--no-browser",
|
|
7918
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7919
|
+
},
|
|
7157
7920
|
{
|
|
7158
7921
|
"name": "--allow-state-change",
|
|
7159
7922
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -7200,6 +7963,10 @@
|
|
|
7200
7963
|
"name": "--api-url",
|
|
7201
7964
|
"description": "Override the Budget Builder API base URL."
|
|
7202
7965
|
},
|
|
7966
|
+
{
|
|
7967
|
+
"name": "--no-browser",
|
|
7968
|
+
"description": "Print the authorization URL without opening a browser."
|
|
7969
|
+
},
|
|
7203
7970
|
{
|
|
7204
7971
|
"name": "--allow-state-change",
|
|
7205
7972
|
"description": "Allow a Budget Builder state change in non-interactive use."
|
|
@@ -7249,6 +8016,10 @@
|
|
|
7249
8016
|
"name": "--api-url",
|
|
7250
8017
|
"description": "Override the Budget Builder API base URL."
|
|
7251
8018
|
},
|
|
8019
|
+
{
|
|
8020
|
+
"name": "--no-browser",
|
|
8021
|
+
"description": "Print the authorization URL without opening a browser."
|
|
8022
|
+
},
|
|
7252
8023
|
{
|
|
7253
8024
|
"name": "--allow-state-change",
|
|
7254
8025
|
"description": "Allow a Budget Builder state change in non-interactive use."
|