Skip to main content

kwil-cli

kwil-cli

Command line interface for using Kwil databases.

Synopsis

Command line interface for using Kwil databases.

The Kwil CLI is a command line interface for interacting with Kwil databases. It can be used to deploy, update, and query databases. It can also be used to generate documentation for Kwil databases.

The Kwil CLI can be configured with a persistent configuration file. This file can be configured with the 'kwil-cli configure' command. The Kwil CLI will look for a configuration file at $HOME/.kwil-cli/config.json.

Options

  -Y, --assume-yes             Assume yes for all prompts
--chain-id string the expected/intended Kwil Chain ID
-h, --help help for kwil-cli
--kwil-provider string the Kwil provider HTTP endpoint (default "http://localhost:8080")
--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
-S, --silence Silence logs

SEE ALSO