Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1020 Bytes

axelard_keys_import.md

File metadata and controls

33 lines (23 loc) · 1020 Bytes

axelard keys import

Import private keys into the local keybase

Synopsis

Import a ASCII armored private key into the local keybase.

axelard keys import <name> <keyfile> [flags]

Options

  -h, --help   help for import

Options inherited from parent commands

      --home string              The application home directory (default "$HOME/.axelar")
      --keyring-backend string   Select keyring's backend (os|file|test) (default "file")
      --keyring-dir string       The client Keyring directory; if omitted, the default 'home' directory will be used
      --log_format string        The logging format (json|plain) (default "plain")
      --log_level string         The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
      --output string            Output format (text|json) (default "text")
      --trace                    print out full stack trace on errors

SEE ALSO