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

     1  ## nsc edit export
     2  
     3  Edit an export
     4  
     5  ### Synopsis
     6  
     7  Edit an export
     8  
     9  ```
    10  nsc edit export [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -a, --account string                account name
    17        --description string            Description for this export
    18    -h, --help                          help for export
    19        --info-url string               Link for more info on this export
    20        --latency string                latency metrics subject (services only)
    21    -n, --name string                   export name
    22    -p, --private                       private export - requires an activation to access
    23        --response-threshold duration   response threshold duration (units ms/s/m/h) (services only)
    24        --response-type string          response type for the service [Singleton | Stream | Chunked] (services only) (default "Singleton")
    25        --rm-latency-sampling           remove latency sampling
    26        --sampling header               latency sampling percentage [1-100] or header - 0 disables it (services only)
    27    -r, --service                       export type service
    28    -s, --subject string                subject
    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