@aave/cli
v4.1.0-next.2
Published
CLI to interact with AaveKit API
Readme
@aave/cli
CLI to interact with AaveKit API
Usage
$ npm install -g @aave/cli
$ aave COMMAND
running command...
$ aave (--version)
@aave/cli/4.1.0-next.2 darwin-arm64 node-v22.17.0
$ aave --help [COMMAND]
USAGE
$ aave COMMAND
...Commands
aave hubs list
List Aave v4 liquidity hubs
USAGE
$ aave hubs list [--json] [-c <chain-id>]
FLAGS
-c, --chain=<chain-id> The chain ID (e.g. 1, 137, 42161)
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
List Aave v4 liquidity hubsSee code: src/commands/hubs/list.ts
aave spokes list
List Aave v4 spokes
USAGE
$ aave spokes list [--json] [-h <hub-id>] [--hub_address <evm-address> -c <chain-id>]
FLAGS
-c, --chain_id=<chain-id> The chain ID (e.g. 1, 137, 42161)
-h, --hub_id=<hub-id> The hub ID (e.g. SGVsbG8h…)
--hub_address=<evm-address> The hub address (e.g. 0x123…)
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
List Aave v4 spokesSee code: src/commands/spokes/list.ts
