aptos-management 0.2.7

Aptos Management is a tool used to manage the configuration of a Node
1
2
3
4
5
6
7
8
9
10
11
12
13
# Aptos Management tools

The `aptos-management` crate provides a framework for building CLI tools for various
purposes.  The purpose of breaking these into multiple tools is to simplify the user
experience, and prevent confusion between the different use cases.

### The Tools
```
aptos-management
|-> aptos-operational-tool = A tool for performing management operations on the Aptos blockchain.
```

There are README's for each tool individually.