# A CLI for the Autonomi Network ``` Usage: autonomi [OPTIONS] Commands: file Operations related to file handling register Operations related to register management vault Operations related to vault management help Print this message or the help of the given subcommand(s) Options: --log-output-dest Specify the logging output destination. [default: data-dir] --log-format Specify the logging format. --peer Peer(s) to use for bootstrap, in a 'multiaddr' format containing the peer ID [env: SAFE_PEERS=] --timeout The maximum duration to wait for a connection to the network before timing out -x, --no-verify Prevent verification of data storage on the network -h, --help Print help (see more with '--help') -V, --version Print version ``` ## License This Safe Network repository is licensed under the General Public License (GPL), version 3 ([LICENSE](LICENSE) http://www.gnu.org/licenses/gpl-3.0.en.html). --- Feel free to modify or expand upon this README as needed. Would you like to add or change anything else?