nats-io / natscli

The NATS Command Line Interface
Apache License 2.0
472 stars 96 forks source link

[ADD] KV check if we need to read from stdin #1026

Closed ramonberrutti closed 5 months ago

ramonberrutti commented 5 months ago

Check if we want an empty value or read from StdIn. Added test for kv create and kv update

ripienaar commented 5 months ago

Thanks!