kwil-cli
kwil-cli
Command line interface client for using Kwil.
Synopsis
Command line interface client for using Kwil.
kwil-cli is a command line interface for interacting with Kwil. It can be used to deploy, update, and query databases.
kwil-cli can be configured with a persistent configuration file. This file can be configured with the 'kwil-cli configure' command.
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
  -c, --config string        the path to the Kwil CLI persistent global settings file (default "/Users/brennanlamey/.kwil-cli/config.json")
  -h, --help                 help for kwil-cli
      --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 account - Account related commands.
 - kwil-cli call-action - Call a view action.
 - kwil-cli configure - Configure the Kwil CLI with persistent global settings.
 - kwil-cli exec-action - Execute an action against the database.
 - kwil-cli exec-sql - Execute SQL against a database
 - kwil-cli query - Execute a SELECT statement against the database
 - kwil-cli utils - Various CLI utility commands.
 - kwil-cli version - Display the application version