natscli icon indicating copy to clipboard operation
natscli copied to clipboard

The NATS Command Line Interface

Results 30 natscli issues
Sort by recently updated
recently updated
newest added

Allows connecting to a ip in --server with a specific name, I think nats.go has such an option

Could it be possible to make natscli available through chocolatey?

We can do `nats server raft peer-remove` but this requires a peer to be offline. The server doesnt restrict this so we could ask it to remove a online peer,...

Added the output of `nats --completion-script-bash` to my `.bashrc` Works awesome! with some caveats :) - nats r - prints reply request restore rtt ✅ - nats s - autocompletes...

Currently there's no support for self-updating the binary, thus requiring tools like brew etc to provide this functionality.

## Current behaviour Currently when we execute the `nats server check` command, the client expects a set of threshold flags as inputs to be able to answer if the server...

Hello, In production we're using valid TLS certificates _only_ for securing the connection, not validating the client. However in test I'm using self-signed certificates for this. There doesn't appear to...

The `context ls` command, at least, appears to be using something other than unicode display width for columnar alignment. ``` $ nats context ls Known contexts: ngs-pdp-applewood homesvr creds for...

In case a node is not active the report shows humanizes the result of `time.Since(time.Unix(0,0))` so gets displayed in years: ``` +---------------------------------------------------------+ | RAFT Meta Group Information | +------+--------+---------+--------+----------------+-----+ |...