16个版本
0.4.5 | 2024年6月26日 |
---|---|
0.4.2 | 2024年2月17日 |
0.4.0-alpha.4 | 2023年12月5日 |
0.4.0-alpha.2 | 2023年11月22日 |
0.2.0 | 2023年5月31日 |
#289 in 魔法豆
每月68次下载
360KB
8K SLoC
ash_cli
包
此包提供ash
命令行界面。它旨在通过提供与Avalanche交互的一系列命令来提高Avalanche开发者的生产力。其中一些命令包括:
# List available Avalanche networks
ash avalanche network list
# List the Subnets of the mainnet network
ash avalanche subnet list --network mainnet
# Show detailed information about one of the mainnet Subnets
# The output can be set to JSON and piped to jq for maximum flexibility
ash avalanche subnet info Vn3aX6hNRstj5VHHm63TCgPNaeGnRSqCYXQqemSqDd2TQH4qJ --json | jq '.blockchains'
# Show detailed information about a validator of the mainnet Subnet
ash avalanche validator info --network fuji NodeID-FhFWdWodxktJYq884nrJjWD8faLTk9jmp
可用命令
-
ash conf
Interact with Ash configuration files Usage: ash conf [OPTIONS] <COMMAND> Commands: init Initialize an Ash config file
-
ash avalanche
Interact with Avalanche Subnets, blockchains and nodes Usage: ash avalanche [OPTIONS] <COMMAND> Commands: blockchain Interact with Avalanche blockchains network Interact with Avalanche networks node Interact with Avalanche nodes subnet Interact with Avalanche Subnets validator Interact with Avalanche validators vm Interact with Avalanche VMs wallet Interact with Avalanche wallets x Interact with Avalanche X-Chain
教程
请参阅文档中的教程部分。
依赖关系
~72MB
~1.5M SLoC