ash_cli
CrateThis crate provides the ash
command line interface. It aims at boosting Avalanche developers productivity by providing a set of commands to interact with Avalanche. Some of the commands are:
```bash
ash avalanche network list
ash avalanche subnet list --network mainnet
ash avalanche subnet info Vn3aX6hNRstj5VHHm63TCgPNaeGnRSqCYXQqemSqDd2TQH4qJ --json | jq '.blockchains'
ash avalanche validator info --network fuji NodeID-FhFWdWodxktJYq884nrJjWD8faLTk9jmp ```
ash conf
```bash Interact with Ash configuration files
Usage: ash conf [OPTIONS]
Commands: init Initialize an Ash config file ```
ash avalanche
```bash Interact with Avalanche Subnets, blockchains and nodes
Usage: ash avalanche [OPTIONS]
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 ```
See the Tutorials section of the documentation.