github.com/imran-kn/cilium-fork@v1.6.9/Documentation/cmdref/cilium_kvstore.md (about) 1 <!-- This file was autogenerated via cilium cmdref, do not edit manually--> 2 3 ## cilium kvstore 4 5 Direct access to the kvstore 6 7 ### Synopsis 8 9 Direct access to the kvstore 10 11 ### Options 12 13 ``` 14 -h, --help help for kvstore 15 --kvstore string kvstore type 16 --kvstore-opt map kvstore options (default map[]) 17 ``` 18 19 ### Options inherited from parent commands 20 21 ``` 22 --config string config file (default is $HOME/.cilium.yaml) 23 -D, --debug Enable debug messages 24 -H, --host string URI to server-side API 25 ``` 26 27 ### SEE ALSO 28 29 * [cilium](../cilium) - CLI 30 * [cilium kvstore delete](../cilium_kvstore_delete) - Delete a key 31 * [cilium kvstore get](../cilium_kvstore_get) - Retrieve a key 32 * [cilium kvstore set](../cilium_kvstore_set) - Set a key and value 33