kwil-admin key info
kwil-admin key info
Display information about a private key.
Synopsis
Display information about a private key.
The private key can either be passed as a key file path, or as a hex-encoded string.
kwil-admin key info [flags]
Examples
# Using a key file
kwil-admin key info --key-file ~/.kwild/private_key
# Using a hex-encoded string
kwil-admin key info 381d28cf348c9efbf7d26ea54b647e2cb646d3b98cdeec0f1053a5ff599a036a0aa381bd4aad1670a39977d5416bfac7bd060765adc58a4bb16bbbafeefbae34
Options
-h, --help help for info
-o, --key-file string file containing the private key to display
Options inherited from parent commands
--output string the format for command output - either 'text' or 'json' (default "text")
-S, --silence Silence logs
SEE ALSO
- kwil-admin key - The
key
command provides subcommands for private key generation and inspection.