Skip to main content

kwil-cli database list

kwil-cli database list

List databases owned by a wallet.

Synopsis

List databases owned by a wallet.

An owner can be specified with the --owner flag. If no owner is specified, then it will return all databases deployed on the network. If the --self flag is specified, then the owner will be set to the current configured wallet.

kwil-cli database list [flags]

Examples

# list databases owned by the wallet "0x9228624C3185FCBcf24c1c9dB76D8Bef5f5DAd64"
kwil-cli database list --owner 0x9228624C3185FCBcf24c1c9dB76D8Bef5f5DAd64

# list all databases deployed on the network
kwil-cli database list

# list databases owned by the current configured wallet
kwil-cli database list --self

Options

  -h, --help           help for list
-o, --owner string the owner of the database
--self use the current configured wallet as the owner

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 database - The database command is a parent command containing subcommands for interacting with databases.