nsc

nsc import user

Imports an user from a jwt or user and nkey from a creds file

Synopsis

Imports an user from a jwt or user and nkey from a creds file

nsc import user --file <user-jwt/user-creds> [flags]

Examples

nsc import user --file <account-jwt>

Options

  -f, --file string   user jwt or creds to import
  -h, --help          help for user
      --overwrite     overwrite existing user
      --skip          skip validation issues

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