github.com/kbehouse/nsc@v0.0.6/docs/nsc_add_export.md (about)

     1  ## nsc add export
     2  
     3  Add an export
     4  
     5  ### Synopsis
     6  
     7  Add an export
     8  
     9  ```
    10  nsc add export [flags]
    11  ```
    12  
    13  ### Examples
    14  
    15  ```
    16  nsc add export -i
    17  nsc add export --subject "a.b.c.>"
    18  nsc add export --service --subject a.b
    19  nsc add export --name myexport --subject a.b --service
    20  ```
    21  
    22  ### Options
    23  
    24  ```
    25    -a, --account string                account name
    26    -h, --help                          help for export
    27        --latency string                latency metrics subject (services only)
    28    -n, --name string                   export name
    29    -p, --private                       private export - requires an activation to access
    30        --response-threshold duration   response threshold duration (units ms/s/m/h) (services only)
    31        --response-type string          response type for the service [Singleton | Stream | Chunked] (services only) (default "Singleton")
    32        --sampling header               latency sampling percentage [1-100] or header  (services only)
    33    -r, --service                       export type service
    34    -s, --subject string                subject
    35  ```
    36  
    37  ### Options inherited from parent commands
    38  
    39  ```
    40    -i, --interactive          ask questions for various settings
    41    -K, --private-key string   private key
    42  ```
    43  
    44  ### SEE ALSO
    45  
    46  * [nsc add](nsc_add.md)	 - Add assets such as accounts, imports, users
    47  
    48  ###### Auto generated by spf13/cobra on 18-Mar-2021