github.com/nats-io/nsc@v0.0.0-20221206222106-35db9400b257/docs/nsc_edit_operator.md (about)

     1  ## nsc edit operator
     2  
     3  Edit the operator
     4  
     5  ### Synopsis
     6  
     7  Edit the operator
     8  
     9  ```
    10  nsc edit operator [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -u, --account-jwt-server-url string   set account jwt server url for nsc sync (only http/https/nats urls supported if updating with nsc)
    17        --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")
    18    -h, --help                            help for operator
    19        --require-signing-keys            require accounts/user to be signed with a signing key
    20        --rm-account-jwt-server-url       clear account server url
    21        --rm-service-url strings          remove an operator service url for nsc where clients can access the NATS service (only nats/tls urls supported)
    22        --rm-sk strings                   remove signing key - comma separated list or option can be specified multiple times
    23        --rm-tag strings                  remove tag - comma separated list or option can be specified multiple times
    24    -n, --service-url strings             add an operator service url for nsc where clients can access the NATS service (only nats/tls urls supported)
    25        --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
    26        --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")
    27        --system-account string           set system account by account by public key or name
    28        --tag strings                     add tags for user - comma separated list or option can be specified multiple times
    29  ```
    30  
    31  ### Options inherited from parent commands
    32  
    33  ```
    34        --config-dir string     nsc config directory
    35        --data-dir string       nsc data store directory
    36    -i, --interactive           ask questions for various settings
    37        --keystore-dir string   nsc keystore directory
    38    -K, --private-key string    Key used to sign. Can be specified as role (where applicable),
    39                                public key (private portion is retrieved)
    40                                or file path to a private key or private key 
    41  ```
    42  
    43  ### SEE ALSO
    44  
    45  * [nsc edit](nsc_edit.md)	 - Edit assets such as accounts, imports, and users
    46  
    47  ###### Auto generated by spf13/cobra on 25-Feb-2022