kwil-cli configure
kwil-cli configure
Configure the Kwil CLI with persistent global settings.
Synopsis
Configure the Kwil CLI with persistent global settings.
This command will prompt you for the following settings:
- Kwil RPC provider URL: the RPC URL of the Kwil node you wish to connect to.
- Kwil Chain ID: the chain ID of the Kwil node you wish to connect to. If left empty, the Kwil node will provide this value.
- Private Key: the private key to use for signing transactions. If left empty, the Kwil CLI will not sign transactions.
kwil-cli configure [flags]
Examples
kwil-cli configure
Options
-h, --help help for configure
Options inherited from parent commands
-Y, --assume-yes Assume yes for all prompts
--chain-id string the expected/intended Kwil Chain ID
--config string the path to the Kwil CLI persistent global settings file (default "/Users/brennanlamey/.kwil-cli/config.json")
--output string the format for command output - either 'text' or 'json' (default "text")
--private-key string the private key of the wallet that will be used for signing
--provider string the Kwil provider RPC endpoint (default "http://127.0.0.1:8484")
-S, --silence Silence logs
SEE ALSO
- kwil-cli - Command line interface client for using Kwil.