nsc

nsc edit operator

Edit the operator

Synopsis

Edit the operator

nsc edit operator [flags]

Options

  -u, --account-jwt-server-url string   set account jwt server url for nsc sync (only http/https/nats urls supported if updating with nsc)
      --expiry string                   valid until ('0' is always, '2M' is two months) - yyyy-mm-dd, #m(inutes), #h(ours), #d(ays), #w(eeks), #M(onths), #y(ears) (default "0")
  -h, --help                            help for operator
      --require-signing-keys            require accounts/user to be signed with a signing key
      --rm-account-jwt-server-url       clear account server url
      --rm-service-url strings          remove an operator service url for nsc where clients can access the NATS service (only nats/tls urls supported)
      --rm-sk strings                   remove signing key - comma separated list or option can be specified multiple times
      --rm-tag strings                  remove tag - comma separated list or option can be specified multiple times
  -n, --service-url strings             add an operator service url for nsc where clients can access the NATS service (only nats/tls urls supported)
      --sk strings                      signing key or keypath or the value "generate"" to generate a key pair on the fly - comma separated list or option can be specified multiple times
      --start string                    valid from ('0' is always, '3d' is three days) - yyyy-mm-dd, #m(inutes), #h(ours), #d(ays), #w(eeks), #M(onths), #y(ears) (default "0")
      --system-account string           set system account by account by public key or name
      --tag strings                     add tags for user - comma separated list or option can be specified multiple times

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