Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 802 Bytes

cilium_kvstore_get.md

File metadata and controls

42 lines (28 loc) · 802 Bytes

cilium kvstore get

Retrieve a key

Synopsis

Retrieve a key

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

Examples

cilium kvstore get --recursive foo

Options

  -h, --help            help for get
  -o, --output string   json| jsonpath='{}'
      --recursive       Recursive lookup

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