@@ -20,7 +20,7 @@ $ npm install -g @aave/cli
2020$ aave COMMAND
2121running command...
2222$ aave (--version)
23- @aave/cli/4.1.0-next.3 darwin-arm64 node-v22.17.0
23+ @aave/cli/4.1.0-next.4 darwin-arm64 node-v22.17.0
2424$ aave --help [COMMAND]
2525USAGE
2626 $ aave COMMAND
@@ -51,32 +51,30 @@ DESCRIPTION
5151 List Aave v4 liquidity hubs
5252```
5353
54- _ See code: [ src/commands/hubs/list.ts] ( https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.3 /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.4 /src/commands/hubs/list.ts ) _
5555
5656## ` aave reserves list `
5757
5858List Aave v4 reserves
5959
6060```
6161USAGE
62- $ aave reserves list [-s <spoke-id>] [-h <hub-id>] [--hub_address <evm-address> -c <chain-id>]
62+ $ aave reserves list [--json] [- s <spoke-id>] [-h <hub-id>] [--hub_address <evm-address> -c <chain-id>]
6363
6464FLAGS
6565 -c, --chain_id=<chain-id> The chain ID (e.g. 1, 137, 42161)
6666 -h, --hub_id=<hub-id> The hub ID (e.g. SGVsbG8h…)
6767 -s, --spoke_id=<spoke-id> The spoke ID (e.g. SGVsbG8h…)
6868 --hub_address=<evm-address> The hub address (e.g. 0x123…)
6969
70+ GLOBAL FLAGS
71+ --json Format output as json.
72+
7073DESCRIPTION
7174 List Aave v4 reserves
72-
73- EXAMPLES
74- $ aave reserves list --spoke_id MTIzNDU2Nzg5OjoweEJh...
75- $ aave reserves list --hub_id MTIzNDU2Nzg5OjoweGFEOTA1...
76- $ aave reserves list --chain_id 123456789
7775```
7876
79- _ See code: [ src/commands/reserves/list.ts] ( https://github.com/aave/aave-v4-sdk/blob/v4.0.0 /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.4 /src/commands/reserves/list.ts ) _
8078
8179## ` aave spokes list `
8280
@@ -98,5 +96,5 @@ DESCRIPTION
9896 List Aave v4 spokes
9997```
10098
101- _ See code: [ src/commands/spokes/list.ts] ( https://github.com/aave/aave-v4-sdk/blob/v4.1.0-next.3 /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.4 /src/commands/spokes/list.ts ) _
102100<!-- commandsstop -->
0 commit comments