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

Demo of possible move of checks into new `audit` package.

### Observed behavior When I installed the latest version (v0.1.4) of nats cli in arm64 linux image and trying to use nats-cli it says "Segmentation fault" so I assume that...

defect

### Proposed change Allow use wildcard, star at least, in get queries. ### Use case Keys, separated by dots, can't be effectively used without wildcards. For now, natscli respond with...

proposal

### Observed behavior please see https://github.com/nats-io/nats.go/issues/1561 I created the bug report in the wrong repository, I didn't see the natscli repo. ### Expected behavior ^ ### Server and client version...

defect

Request from you-know-who via me: give `nats stream` a subcommand or option there-of to syntactically sugar the cancel a move: ```sh nats req '$JS.API.ACCOUNT.STREAM.CANCEL_MOVE.${ACCT}.${STREAM}' '' ``` Tested and confirmed this...

### Observed behavior When uploading large files to the Object Store the upload sometimes stalls for a few seconds and then breaks with error `nats: error: nats: stalled with too...

defect

### Proposed change At present, if there is a cluster of hosts and the natscli connects but the TLS cert fails to verify, it appears that it will use the...

proposal

### Proposed change For new users especially, the shell auto-completion feature is invaluable. However, it was not obvious to discover whether this CLI tool even supported completions as it doesn't...

proposal

### Proposed change `nats req foo input` exits successfully always, even if it says `No responders are available`. 1. `nats req --fail-no-responder` 2. `nats req --fail-if-header HDR` ### Use case...

proposal

### Proposed change Add a feature 'sharded' for command 'stream add'. Idea is all about modification user subject by adding partition number into subject and internally create a requested count...

proposal