@aave/cli 4.1.0-next.43 → 4.1.0-next.44
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/oclif.manifest.json +56 -56
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -155,61 +155,6 @@
|
|
|
155
155
|
"list.js"
|
|
156
156
|
]
|
|
157
157
|
},
|
|
158
|
-
"supplies:list": {
|
|
159
|
-
"aliases": [],
|
|
160
|
-
"args": {},
|
|
161
|
-
"description": "List user supplies for a specific chain",
|
|
162
|
-
"flags": {
|
|
163
|
-
"json": {
|
|
164
|
-
"description": "Format output as json.",
|
|
165
|
-
"helpGroup": "GLOBAL",
|
|
166
|
-
"name": "json",
|
|
167
|
-
"allowNo": false,
|
|
168
|
-
"type": "boolean"
|
|
169
|
-
},
|
|
170
|
-
"staging": {
|
|
171
|
-
"description": "Use staging environment",
|
|
172
|
-
"hidden": true,
|
|
173
|
-
"name": "staging",
|
|
174
|
-
"allowNo": false,
|
|
175
|
-
"type": "boolean"
|
|
176
|
-
},
|
|
177
|
-
"user": {
|
|
178
|
-
"description": "User address",
|
|
179
|
-
"name": "user",
|
|
180
|
-
"required": true,
|
|
181
|
-
"hasDynamicHelp": false,
|
|
182
|
-
"helpValue": "<evm-address>",
|
|
183
|
-
"multiple": false,
|
|
184
|
-
"type": "option"
|
|
185
|
-
},
|
|
186
|
-
"chain_id": {
|
|
187
|
-
"char": "c",
|
|
188
|
-
"description": "Chain ID to query supplies from",
|
|
189
|
-
"name": "chain_id",
|
|
190
|
-
"required": true,
|
|
191
|
-
"hasDynamicHelp": false,
|
|
192
|
-
"helpValue": "<chain-id>",
|
|
193
|
-
"multiple": false,
|
|
194
|
-
"type": "option"
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"hasDynamicHelp": false,
|
|
198
|
-
"hiddenAliases": [],
|
|
199
|
-
"id": "supplies:list",
|
|
200
|
-
"pluginAlias": "@aave/cli",
|
|
201
|
-
"pluginName": "@aave/cli",
|
|
202
|
-
"pluginType": "core",
|
|
203
|
-
"strict": true,
|
|
204
|
-
"enableJsonFlag": true,
|
|
205
|
-
"isESM": true,
|
|
206
|
-
"relativePath": [
|
|
207
|
-
"dist",
|
|
208
|
-
"commands",
|
|
209
|
-
"supplies",
|
|
210
|
-
"list.js"
|
|
211
|
-
]
|
|
212
|
-
},
|
|
213
158
|
"reserves:list": {
|
|
214
159
|
"aliases": [],
|
|
215
160
|
"args": {},
|
|
@@ -427,7 +372,62 @@
|
|
|
427
372
|
"spokes",
|
|
428
373
|
"list.js"
|
|
429
374
|
]
|
|
375
|
+
},
|
|
376
|
+
"supplies:list": {
|
|
377
|
+
"aliases": [],
|
|
378
|
+
"args": {},
|
|
379
|
+
"description": "List user supplies for a specific chain",
|
|
380
|
+
"flags": {
|
|
381
|
+
"json": {
|
|
382
|
+
"description": "Format output as json.",
|
|
383
|
+
"helpGroup": "GLOBAL",
|
|
384
|
+
"name": "json",
|
|
385
|
+
"allowNo": false,
|
|
386
|
+
"type": "boolean"
|
|
387
|
+
},
|
|
388
|
+
"staging": {
|
|
389
|
+
"description": "Use staging environment",
|
|
390
|
+
"hidden": true,
|
|
391
|
+
"name": "staging",
|
|
392
|
+
"allowNo": false,
|
|
393
|
+
"type": "boolean"
|
|
394
|
+
},
|
|
395
|
+
"user": {
|
|
396
|
+
"description": "User address",
|
|
397
|
+
"name": "user",
|
|
398
|
+
"required": true,
|
|
399
|
+
"hasDynamicHelp": false,
|
|
400
|
+
"helpValue": "<evm-address>",
|
|
401
|
+
"multiple": false,
|
|
402
|
+
"type": "option"
|
|
403
|
+
},
|
|
404
|
+
"chain_id": {
|
|
405
|
+
"char": "c",
|
|
406
|
+
"description": "Chain ID to query supplies from",
|
|
407
|
+
"name": "chain_id",
|
|
408
|
+
"required": true,
|
|
409
|
+
"hasDynamicHelp": false,
|
|
410
|
+
"helpValue": "<chain-id>",
|
|
411
|
+
"multiple": false,
|
|
412
|
+
"type": "option"
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
"hasDynamicHelp": false,
|
|
416
|
+
"hiddenAliases": [],
|
|
417
|
+
"id": "supplies:list",
|
|
418
|
+
"pluginAlias": "@aave/cli",
|
|
419
|
+
"pluginName": "@aave/cli",
|
|
420
|
+
"pluginType": "core",
|
|
421
|
+
"strict": true,
|
|
422
|
+
"enableJsonFlag": true,
|
|
423
|
+
"isESM": true,
|
|
424
|
+
"relativePath": [
|
|
425
|
+
"dist",
|
|
426
|
+
"commands",
|
|
427
|
+
"supplies",
|
|
428
|
+
"list.js"
|
|
429
|
+
]
|
|
430
430
|
}
|
|
431
431
|
},
|
|
432
|
-
"version": "4.1.0-next.
|
|
432
|
+
"version": "4.1.0-next.44"
|
|
433
433
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aave/cli",
|
|
3
|
-
"version": "4.1.0-next.
|
|
3
|
+
"version": "4.1.0-next.44",
|
|
4
4
|
"description": "CLI to interact with AaveKit API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aave",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@oclif/plugin-help": "^6",
|
|
31
31
|
"@oclif/plugin-plugins": "^5",
|
|
32
32
|
"tty-table": "^5.0.0",
|
|
33
|
-
"@aave/client": "4.0.0-next.
|
|
33
|
+
"@aave/client": "4.0.0-next.52"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@oclif/test": "^4",
|