github.com/imran-kn/cilium-fork@v1.6.9/Documentation/cmdref/cilium_kvstore_get.md (about) 1 <!-- This file was autogenerated via cilium cmdref, do not edit manually--> 2 3 ## cilium kvstore get 4 5 Retrieve a key 6 7 ### Synopsis 8 9 Retrieve a key 10 11 ``` 12 cilium kvstore get [options] <key> [flags] 13 ``` 14 15 ### Examples 16 17 ``` 18 cilium kvstore get --recursive foo 19 ``` 20 21 ### Options 22 23 ``` 24 -h, --help help for get 25 -o, --output string json| jsonpath='{}' 26 --recursive Recursive lookup 27 ``` 28 29 ### Options inherited from parent commands 30 31 ``` 32 --config string config file (default is $HOME/.cilium.yaml) 33 -D, --debug Enable debug messages 34 -H, --host string URI to server-side API 35 --kvstore string kvstore type 36 --kvstore-opt map kvstore options (default map[]) 37 ``` 38 39 ### SEE ALSO 40 41 * [cilium kvstore](../cilium_kvstore) - Direct access to the kvstore 42