kwil-admin setup
kwil-admin setup
The setup
command provides functions for creating and managing node configuration and data.
Synopsis
The setup
command provides functions for creating and managing node configuration and data, including:
- performing quick setup of a standalone Kwil node (init) and Kwil test networks (testnet)
- resetting node state and all data files (reset)
Options
-h, --help help for setup
Options inherited from parent commands
--output string the format for command output - either 'text' or 'json' (default "text")
-S, --silence Silence logs
SEE ALSO
- kwil-admin - The Kwil node admin tool.
- kwil-admin setup genesis-hash - Compute genesis hash from existing PostgreSQL datasets, and optionally update
genesis.json
. - kwil-admin setup init - The
init
command facilitates quick setup of an isolated Kwil node. - kwil-admin setup reset - To delete all of a Kwil node's data files, use the
reset
command. - kwil-admin setup reset-state -
reset-state
deletes the data in Postgres. - kwil-admin setup testnet - The
testnet
command is used to create multiple node configurations, all with the same genesis config, and pre-configured to connect to each other.