kwil-cli utils
kwil-cli utils
Various CLI utility commands.
Synopsis
Various CLI utility commands.
Options
-h, --help help for utils
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.
- kwil-cli utils authenticate - Authenticate with a Kwil Gateway using a private key.
- kwil-cli utils chain-info - Display information about the connected Kwil network.
- kwil-cli utils decode-tx - Decodes a raw transaction.
- kwil-cli utils generate-dbid -
dbid
generates a dbid for a given schema name and deployer. - kwil-cli utils generate-key - Generates a new key pair.
- kwil-cli utils parse - Parse a Kuneiform schema
- kwil-cli utils ping - Ping the kwil provider endpoint. If successful, returns 'pong'.
- kwil-cli utils print-config - Print the current CLI configuration.
- kwil-cli utils query-tx - Queries a transaction from the blockchain. Requires 1 argument: the hex encoded transaction id.
- kwil-cli utils test - Runs Kuneiform JSON tests.