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 --id Vn3aX6hNRstj5VHHm63TCgPNaeGnRSqCYXQqemSqDd2TQH4qJ --json | jq '.blockchains'
ash avalanche validator info --network fuji --id NodeID-FhFWdWodxktJYq884nrJjWD8faLTk9jmp ```
ash conf
: Manipulate the Ash lib configurationash avalanche network
: Interact with Avalanche networksash avalanche node
: Interact with Avalanche nodesash avalanche subnet
: Interact with Avalanche Subnetsash avalanche validator
: Interact with Avalanche validatorsSee the Tutorials section of the documentation.