Raw File
cilium_kvstore.md
<!-- This file was autogenerated via cilium cmdref, do not edit manually-->

## cilium kvstore

Direct access to the kvstore

### Synopsis

Direct access to the kvstore

### Options

```
  -h, --help              help for kvstore
      --kvstore string    kvstore type
      --kvstore-opt map   kvstore options (default map[])
```

### Options inherited from parent commands

```
      --config string   config file (default is $HOME/.cilium.yaml)
  -D, --debug           Enable debug messages
  -H, --host string     URI to server-side API
```

### SEE ALSO

* [cilium](../cilium)	 - CLI
* [cilium kvstore delete](../cilium_kvstore_delete)	 - Delete a key
* [cilium kvstore get](../cilium_kvstore_get)	 - Retrieve a key
* [cilium kvstore set](../cilium_kvstore_set)	 - Set a key and value

back to top