github.com/kbehouse/nsc@v0.0.6/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    -i, --interactive          ask questions for various settings
    20    -K, --private-key string   private key
    21  ```
    22  
    23  ### SEE ALSO
    24  
    25  * [nsc](nsc.md)	 - nsc creates NATS operators, accounts, users, and manage their permissions.
    26  * [nsc tool pub](nsc_tool_pub.md)	 - Publish to a subject from a NATS account
    27  * [nsc tool reply](nsc_tool_reply.md)	 - Reply to requests on a subject on a NATS account
    28  * [nsc tool req](nsc_tool_req.md)	 - Send a request to a subject on a NATS account
    29  * [nsc tool rtt](nsc_tool_rtt.md)	 - Calculate the round trip time to the server
    30  * [nsc tool sub](nsc_tool_sub.md)	 - Subscribe to a subject on a NATS account
    31  
    32  ###### Auto generated by spf13/cobra on 18-Mar-2021