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

     1  ## nsc tool
     2  
     3  NATS tools: pub, sub, req, rep, rtt
     4  
     5  ### Synopsis
     6  
     7  NATS tools: pub, sub, req, rep, rtt
     8  
     9  ### Options
    10  
    11  ```
    12    -h, --help          help for tool
    13        --nats string   nats url, defaults to the operator's service URLs
    14  ```
    15  
    16  ### Options inherited from parent commands
    17  
    18  ```
    19        --config-dir string     nsc config directory
    20        --data-dir string       nsc data store directory
    21    -i, --interactive           ask questions for various settings
    22        --keystore-dir string   nsc keystore directory
    23    -K, --private-key string    Key used to sign. Can be specified as role (where applicable),
    24                                public key (private portion is retrieved)
    25                                or file path to a private key or private key 
    26  ```
    27  
    28  ### SEE ALSO
    29  
    30  * [nsc](nsc.md)	 - nsc creates NATS operators, accounts, users, and manage their permissions.
    31  * [nsc tool pub](nsc_tool_pub.md)	 - Publish to a subject from a NATS account
    32  * [nsc tool reply](nsc_tool_reply.md)	 - Reply to requests on a subject on a NATS account
    33  * [nsc tool req](nsc_tool_req.md)	 - Send a request to a subject on a NATS account
    34  * [nsc tool rtt](nsc_tool_rtt.md)	 - Calculate the round trip time to the server
    35  * [nsc tool sub](nsc_tool_sub.md)	 - Subscribe to a subject on a NATS account
    36  
    37  ###### Auto generated by spf13/cobra on 25-Feb-2022