@aave/cli 4.1.0-next.30 → 4.1.0-next.31

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.29 darwin-arm64 node-v22.17.0
23
+ @aave/cli/4.1.0-next.30 darwin-arm64 node-v22.17.0
24
24
  $ aave --help [COMMAND]
25
25
  USAGE
26
26
  $ aave COMMAND
@@ -51,7 +51,7 @@ DESCRIPTION
51
51
  List Aave v4 liquidity hubs
52
52
  ```
53
53
 
54
- _See code: [src/commands/hubs/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.29/src/commands/hubs/list.ts)_
54
+ _See code: [src/commands/hubs/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.30/src/commands/hubs/list.ts)_
55
55
 
56
56
  ## `aave reserves list`
57
57
 
@@ -74,7 +74,7 @@ DESCRIPTION
74
74
  List Aave v4 reserves
75
75
  ```
76
76
 
77
- _See code: [src/commands/reserves/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.29/src/commands/reserves/list.ts)_
77
+ _See code: [src/commands/reserves/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.30/src/commands/reserves/list.ts)_
78
78
 
79
79
  ## `aave spokes list`
80
80
 
@@ -96,5 +96,5 @@ DESCRIPTION
96
96
  List Aave v4 spokes
97
97
  ```
98
98
 
99
- _See code: [src/commands/spokes/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.29/src/commands/spokes/list.ts)_
99
+ _See code: [src/commands/spokes/list.ts](https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.30/src/commands/spokes/list.ts)_
100
100
  <!-- commandsstop -->
@@ -45,10 +45,10 @@
45
45
  "list.js"
46
46
  ]
47
47
  },
48
- "spokes:list": {
48
+ "reserves:list": {
49
49
  "aliases": [],
50
50
  "args": {},
51
- "description": "List Aave v4 spokes",
51
+ "description": "List Aave v4 reserves",
52
52
  "flags": {
53
53
  "json": {
54
54
  "description": "Format output as json.",
@@ -64,6 +64,26 @@
64
64
  "allowNo": false,
65
65
  "type": "boolean"
66
66
  },
67
+ "spoke_id": {
68
+ "char": "s",
69
+ "description": "The spoke ID (e.g. SGVsbG8h…)",
70
+ "name": "spoke_id",
71
+ "relationships": [
72
+ {
73
+ "type": "none",
74
+ "flags": [
75
+ "hub_id",
76
+ "chain_id",
77
+ "hub_address"
78
+ ]
79
+ }
80
+ ],
81
+ "required": false,
82
+ "hasDynamicHelp": false,
83
+ "helpValue": "<spoke-id>",
84
+ "multiple": false,
85
+ "type": "option"
86
+ },
67
87
  "hub_id": {
68
88
  "char": "h",
69
89
  "description": "The hub ID (e.g. SGVsbG8h…)",
@@ -72,11 +92,13 @@
72
92
  {
73
93
  "type": "none",
74
94
  "flags": [
95
+ "spoke_id",
75
96
  "chain_id",
76
97
  "hub_address"
77
98
  ]
78
99
  }
79
100
  ],
101
+ "required": false,
80
102
  "hasDynamicHelp": false,
81
103
  "helpValue": "<hub-id>",
82
104
  "multiple": false,
@@ -90,6 +112,7 @@
90
112
  {
91
113
  "type": "none",
92
114
  "flags": [
115
+ "spoke_id",
93
116
  "hub_id"
94
117
  ]
95
118
  }
@@ -110,6 +133,7 @@
110
133
  {
111
134
  "type": "none",
112
135
  "flags": [
136
+ "spoke_id",
113
137
  "hub_id"
114
138
  ]
115
139
  },
@@ -128,7 +152,7 @@
128
152
  },
129
153
  "hasDynamicHelp": false,
130
154
  "hiddenAliases": [],
131
- "id": "spokes:list",
155
+ "id": "reserves:list",
132
156
  "pluginAlias": "@aave/cli",
133
157
  "pluginName": "@aave/cli",
134
158
  "pluginType": "core",
@@ -138,14 +162,14 @@
138
162
  "relativePath": [
139
163
  "dist",
140
164
  "commands",
141
- "spokes",
165
+ "reserves",
142
166
  "list.js"
143
167
  ]
144
168
  },
145
- "reserves:list": {
169
+ "spokes:list": {
146
170
  "aliases": [],
147
171
  "args": {},
148
- "description": "List Aave v4 reserves",
172
+ "description": "List Aave v4 spokes",
149
173
  "flags": {
150
174
  "json": {
151
175
  "description": "Format output as json.",
@@ -161,26 +185,6 @@
161
185
  "allowNo": false,
162
186
  "type": "boolean"
163
187
  },
164
- "spoke_id": {
165
- "char": "s",
166
- "description": "The spoke ID (e.g. SGVsbG8h…)",
167
- "name": "spoke_id",
168
- "relationships": [
169
- {
170
- "type": "none",
171
- "flags": [
172
- "hub_id",
173
- "chain_id",
174
- "hub_address"
175
- ]
176
- }
177
- ],
178
- "required": false,
179
- "hasDynamicHelp": false,
180
- "helpValue": "<spoke-id>",
181
- "multiple": false,
182
- "type": "option"
183
- },
184
188
  "hub_id": {
185
189
  "char": "h",
186
190
  "description": "The hub ID (e.g. SGVsbG8h…)",
@@ -189,13 +193,11 @@
189
193
  {
190
194
  "type": "none",
191
195
  "flags": [
192
- "spoke_id",
193
196
  "chain_id",
194
197
  "hub_address"
195
198
  ]
196
199
  }
197
200
  ],
198
- "required": false,
199
201
  "hasDynamicHelp": false,
200
202
  "helpValue": "<hub-id>",
201
203
  "multiple": false,
@@ -209,7 +211,6 @@
209
211
  {
210
212
  "type": "none",
211
213
  "flags": [
212
- "spoke_id",
213
214
  "hub_id"
214
215
  ]
215
216
  }
@@ -230,7 +231,6 @@
230
231
  {
231
232
  "type": "none",
232
233
  "flags": [
233
- "spoke_id",
234
234
  "hub_id"
235
235
  ]
236
236
  },
@@ -249,7 +249,7 @@
249
249
  },
250
250
  "hasDynamicHelp": false,
251
251
  "hiddenAliases": [],
252
- "id": "reserves:list",
252
+ "id": "spokes:list",
253
253
  "pluginAlias": "@aave/cli",
254
254
  "pluginName": "@aave/cli",
255
255
  "pluginType": "core",
@@ -259,10 +259,10 @@
259
259
  "relativePath": [
260
260
  "dist",
261
261
  "commands",
262
- "reserves",
262
+ "spokes",
263
263
  "list.js"
264
264
  ]
265
265
  }
266
266
  },
267
- "version": "4.1.0-next.30"
267
+ "version": "4.1.0-next.31"
268
268
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aave/cli",
3
- "version": "4.1.0-next.30",
3
+ "version": "4.1.0-next.31",
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.38"
33
+ "@aave/client": "4.0.0-next.39"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@oclif/test": "^4",