kwild key info
kwild 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.
kwild key info [flags]
Examples
# Using a key file
kwild key info --key-file ~/.kwild/nodekey.json
# Using a hex-encoded string
kwild 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")
  -r, --root string     root directory (default "~/.kwild")
SEE ALSO
- kwild key - Tools for private key generation and inspection