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