nsc

nsc validate

Validate an operator, account(s), and users

Synopsis

Validate an operator, account(s), and users

nsc validate (current operator/current account/account users)
validate -a <accountName> (current operator/<accountName>/account users)
validate -A (current operator/all accounts/all users)
validate -f <file> [flags]

Examples

validate

Options

  -a, --account string   account name
  -A, --all-accounts     validate all accounts under the current operator (exclusive of -a and -f)
  -f, --file string      validate all jwt (separated by newline) in the provided file (exclusive of -a and -A)
  -h, --help             help for validate

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