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

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