@aave/cli 4.1.0-next.38 → 4.1.0-next.39

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 CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @aave/cli
20
20
  $ aave COMMAND
21
21
  running command...
22
22
  $ aave (--version)
23
- @aave/cli/4.1.0-next.37 darwin-arm64 node-v22.17.0
23
+ @aave/cli/4.1.0-next.38 darwin-arm64 node-v22.17.0
24
24
  $ aave --help [COMMAND]
25
25
  USAGE
26
26
  $ aave COMMAND
@@ -55,7 +55,7 @@ DESCRIPTION
55
55
  List user borrows for a specific chain
56
56
  ```
57
57
 
58
- _See code: [src/commands/borrows/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.37/src/commands/borrows/list.ts)_
58
+ _See code: [src/commands/borrows/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.38/src/commands/borrows/list.ts)_
59
59
 
60
60
  ## `aave hubs list`
61
61
 
@@ -75,7 +75,7 @@ DESCRIPTION
75
75
  List Aave v4 liquidity hubs
76
76
  ```
77
77
 
78
- _See code: [src/commands/hubs/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.37/src/commands/hubs/list.ts)_
78
+ _See code: [src/commands/hubs/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.38/src/commands/hubs/list.ts)_
79
79
 
80
80
  ## `aave positions list`
81
81
 
@@ -96,7 +96,7 @@ DESCRIPTION
96
96
  List user positions across chains
97
97
  ```
98
98
 
99
- _See code: [src/commands/positions/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.37/src/commands/positions/list.ts)_
99
+ _See code: [src/commands/positions/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.38/src/commands/positions/list.ts)_
100
100
 
101
101
  ## `aave reserves list`
102
102
 
@@ -119,7 +119,7 @@ DESCRIPTION
119
119
  List Aave v4 reserves
120
120
  ```
121
121
 
122
- _See code: [src/commands/reserves/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.37/src/commands/reserves/list.ts)_
122
+ _See code: [src/commands/reserves/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.38/src/commands/reserves/list.ts)_
123
123
 
124
124
  ## `aave spokes list`
125
125
 
@@ -141,7 +141,7 @@ DESCRIPTION
141
141
  List Aave v4 spokes
142
142
  ```
143
143
 
144
- _See code: [src/commands/spokes/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.37/src/commands/spokes/list.ts)_
144
+ _See code: [src/commands/spokes/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.38/src/commands/spokes/list.ts)_
145
145
 
146
146
  ## `aave supplies list`
147
147
 
@@ -162,5 +162,5 @@ DESCRIPTION
162
162
  List user supplies for a specific chain
163
163
  ```
164
164
 
165
- _See code: [src/commands/supplies/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.37/src/commands/supplies/list.ts)_
165
+ _See code: [src/commands/supplies/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.38/src/commands/supplies/list.ts)_
166
166
  <!-- commandsstop -->
@@ -100,10 +100,10 @@
100
100
  "list.js"
101
101
  ]
102
102
  },
103
- "reserves:list": {
103
+ "spokes:list": {
104
104
  "aliases": [],
105
105
  "args": {},
106
- "description": "List Aave v4 reserves",
106
+ "description": "List Aave v4 spokes",
107
107
  "flags": {
108
108
  "json": {
109
109
  "description": "Format output as json.",
@@ -119,26 +119,6 @@
119
119
  "allowNo": false,
120
120
  "type": "boolean"
121
121
  },
122
- "spoke_id": {
123
- "char": "s",
124
- "description": "The spoke ID (e.g. SGVsbG8h…)",
125
- "name": "spoke_id",
126
- "relationships": [
127
- {
128
- "type": "none",
129
- "flags": [
130
- "hub_id",
131
- "chain_id",
132
- "hub_address"
133
- ]
134
- }
135
- ],
136
- "required": false,
137
- "hasDynamicHelp": false,
138
- "helpValue": "<spoke-id>",
139
- "multiple": false,
140
- "type": "option"
141
- },
142
122
  "hub_id": {
143
123
  "char": "h",
144
124
  "description": "The hub ID (e.g. SGVsbG8h…)",
@@ -147,13 +127,11 @@
147
127
  {
148
128
  "type": "none",
149
129
  "flags": [
150
- "spoke_id",
151
130
  "chain_id",
152
131
  "hub_address"
153
132
  ]
154
133
  }
155
134
  ],
156
- "required": false,
157
135
  "hasDynamicHelp": false,
158
136
  "helpValue": "<hub-id>",
159
137
  "multiple": false,
@@ -167,7 +145,6 @@
167
145
  {
168
146
  "type": "none",
169
147
  "flags": [
170
- "spoke_id",
171
148
  "hub_id"
172
149
  ]
173
150
  }
@@ -188,7 +165,6 @@
188
165
  {
189
166
  "type": "none",
190
167
  "flags": [
191
- "spoke_id",
192
168
  "hub_id"
193
169
  ]
194
170
  },
@@ -207,7 +183,7 @@
207
183
  },
208
184
  "hasDynamicHelp": false,
209
185
  "hiddenAliases": [],
210
- "id": "reserves:list",
186
+ "id": "spokes:list",
211
187
  "pluginAlias": "@aave/cli",
212
188
  "pluginName": "@aave/cli",
213
189
  "pluginType": "core",
@@ -217,14 +193,14 @@
217
193
  "relativePath": [
218
194
  "dist",
219
195
  "commands",
220
- "reserves",
196
+ "spokes",
221
197
  "list.js"
222
198
  ]
223
199
  },
224
- "positions:list": {
200
+ "reserves:list": {
225
201
  "aliases": [],
226
202
  "args": {},
227
- "description": "List user positions across chains",
203
+ "description": "List Aave v4 reserves",
228
204
  "flags": {
229
205
  "json": {
230
206
  "description": "Format output as json.",
@@ -240,60 +216,25 @@
240
216
  "allowNo": false,
241
217
  "type": "boolean"
242
218
  },
243
- "user": {
244
- "description": "User address",
245
- "name": "user",
246
- "required": true,
247
- "hasDynamicHelp": false,
248
- "helpValue": "<evm-address>",
249
- "multiple": false,
250
- "type": "option"
251
- },
252
- "chain_id": {
253
- "char": "c",
254
- "description": "Filter by chain ID",
255
- "name": "chain_id",
256
- "required": true,
219
+ "spoke_id": {
220
+ "char": "s",
221
+ "description": "The spoke ID (e.g. SGVsbG8h…)",
222
+ "name": "spoke_id",
223
+ "relationships": [
224
+ {
225
+ "type": "none",
226
+ "flags": [
227
+ "hub_id",
228
+ "chain_id",
229
+ "hub_address"
230
+ ]
231
+ }
232
+ ],
233
+ "required": false,
257
234
  "hasDynamicHelp": false,
258
- "helpValue": "<chain-id>",
235
+ "helpValue": "<spoke-id>",
259
236
  "multiple": false,
260
237
  "type": "option"
261
- }
262
- },
263
- "hasDynamicHelp": false,
264
- "hiddenAliases": [],
265
- "id": "positions:list",
266
- "pluginAlias": "@aave/cli",
267
- "pluginName": "@aave/cli",
268
- "pluginType": "core",
269
- "strict": true,
270
- "enableJsonFlag": true,
271
- "isESM": true,
272
- "relativePath": [
273
- "dist",
274
- "commands",
275
- "positions",
276
- "list.js"
277
- ]
278
- },
279
- "spokes:list": {
280
- "aliases": [],
281
- "args": {},
282
- "description": "List Aave v4 spokes",
283
- "flags": {
284
- "json": {
285
- "description": "Format output as json.",
286
- "helpGroup": "GLOBAL",
287
- "name": "json",
288
- "allowNo": false,
289
- "type": "boolean"
290
- },
291
- "staging": {
292
- "description": "Use staging environment",
293
- "hidden": true,
294
- "name": "staging",
295
- "allowNo": false,
296
- "type": "boolean"
297
238
  },
298
239
  "hub_id": {
299
240
  "char": "h",
@@ -303,11 +244,13 @@
303
244
  {
304
245
  "type": "none",
305
246
  "flags": [
247
+ "spoke_id",
306
248
  "chain_id",
307
249
  "hub_address"
308
250
  ]
309
251
  }
310
252
  ],
253
+ "required": false,
311
254
  "hasDynamicHelp": false,
312
255
  "helpValue": "<hub-id>",
313
256
  "multiple": false,
@@ -321,6 +264,7 @@
321
264
  {
322
265
  "type": "none",
323
266
  "flags": [
267
+ "spoke_id",
324
268
  "hub_id"
325
269
  ]
326
270
  }
@@ -341,6 +285,7 @@
341
285
  {
342
286
  "type": "none",
343
287
  "flags": [
288
+ "spoke_id",
344
289
  "hub_id"
345
290
  ]
346
291
  },
@@ -359,7 +304,7 @@
359
304
  },
360
305
  "hasDynamicHelp": false,
361
306
  "hiddenAliases": [],
362
- "id": "spokes:list",
307
+ "id": "reserves:list",
363
308
  "pluginAlias": "@aave/cli",
364
309
  "pluginName": "@aave/cli",
365
310
  "pluginType": "core",
@@ -369,7 +314,7 @@
369
314
  "relativePath": [
370
315
  "dist",
371
316
  "commands",
372
- "spokes",
317
+ "reserves",
373
318
  "list.js"
374
319
  ]
375
320
  },
@@ -427,7 +372,62 @@
427
372
  "supplies",
428
373
  "list.js"
429
374
  ]
375
+ },
376
+ "positions:list": {
377
+ "aliases": [],
378
+ "args": {},
379
+ "description": "List user positions across chains",
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": "Filter by chain ID",
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": "positions: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
+ "positions",
428
+ "list.js"
429
+ ]
430
430
  }
431
431
  },
432
- "version": "4.1.0-next.38"
432
+ "version": "4.1.0-next.39"
433
433
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aave/cli",
3
- "version": "4.1.0-next.38",
3
+ "version": "4.1.0-next.39",
4
4
  "description": "CLI to interact with AaveKit API",
5
5
  "keywords": [
6
6
  "aave",
@@ -30,13 +30,13 @@
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.46"
33
+ "@aave/client": "4.0.0-next.47"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@oclif/test": "^4",
37
37
  "@types/node": "^24",
38
- "oclif": "^4.22.73",
39
- "rimraf": "^6.1.2",
38
+ "oclif": "^4.22.81",
39
+ "rimraf": "^6.1.3",
40
40
  "tsx": "^4.20.3",
41
41
  "typescript": "^5"
42
42
  },