nsc

nsc import account

Imports an account from a jwt file and resign with operator if self signed

Synopsis

Imports an account from a jwt file and resign with operator if self signed

nsc import account --file <account-jwt> [flags]

Examples

nsc import account --file <account-jwt>

Options

  -j, --file string   account jwt to import
      --force         import account signed by different operator
  -h, --help          help for account
      --overwrite     overwrite existing account
      --skip          skip validation issues, they can be edited out prior to push

Options inherited from parent commands

      --config-dir string     nsc config directory
      --data-dir string       nsc data store directory
  -i, --interactive           ask questions for various settings
      --keystore-dir string   nsc keystore directory
  -K, --private-key string    Key used to sign. Can be specified as role (where applicable),
                              public key (private portion is retrieved)
                              or file path to a private key or private key 

SEE ALSO

Auto generated by spf13/cobra on 25-Feb-2022