github.com/fafucoder/cilium@v1.6.11/Documentation/cmdref/cilium_map_get.md (about) 1 <!-- This file was autogenerated via cilium cmdref, do not edit manually--> 2 3 ## cilium map get 4 5 Display BPF map information 6 7 ### Synopsis 8 9 Display BPF map information 10 11 ``` 12 cilium map get <name> [flags] 13 ``` 14 15 ### Examples 16 17 ``` 18 cilium map get cilium_ipcache 19 ``` 20 21 ### Options 22 23 ``` 24 -h, --help help for get 25 -o, --output string json| jsonpath='{}' 26 ``` 27 28 ### Options inherited from parent commands 29 30 ``` 31 --config string config file (default is $HOME/.cilium.yaml) 32 -D, --debug Enable debug messages 33 -H, --host string URI to server-side API 34 ``` 35 36 ### SEE ALSO 37 38 * [cilium map](../cilium_map) - Access BPF maps 39