Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 774 Bytes

cilium_kvstore_set.md

File metadata and controls

42 lines (28 loc) · 774 Bytes

cilium kvstore set

Set a key and value

Synopsis

Set a key and value

cilium kvstore set [options] <key> [flags]

Examples

cilium kvstore set foo=bar

Options

  -h, --help           help for set
      --key string     Key
      --value string   Value

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
      --kvstore string    kvstore type
      --kvstore-opt map   kvstore options (default map[])

SEE ALSO