Skip to main content

kwil-cli utils parse

kwil-cli utils parse

Parse a Kuneiform schema

Synopsis

Parse a Kuneiform schema and output the JSON schema.

kwil-cli utils parse <file_path> [flags]

Options

  -d, --debug               Display debug information
-h, --help help for parse
-p, --include-positions Include positions in the debug output
-o, --out string Output file. If debug is true, errors will also be written to this file

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