-
1. `mode` in subscription struct vs `subscription-mode` in cmd local flags
1. `stream-mode` in subscription struct vs `stream-subscription-mode` in cmd local flags
hellt updated
4 years ago
-
it is considered to be a bad practice for a tool binary name to have characters which require shift press
background: https://smallstep.com/blog/the-poetics-of-cli-command-names/
hellt updated
4 years ago
-
In this gnmi_cli i was thinking it supports TypedValue val i.e. added in new gnmi.proto 0.4.0 but when i used this client i see this
o/p:
./gnmi_cli -a 10.33.101.170:6702 -qt s -dt p -pi 10s -q …
-
Continued from last post...
When i used the same gnmi_cli with the different server that is using new proto(0.4.0) i dont receive any reply.
o/p:
./gnmi_cli -a 10.33.81.100:6702 -qt s -dt p -pi 10…