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

## cilium map list

List all open BPF maps

### Synopsis

List all open BPF maps

```
cilium map list [flags]
```

### Examples

```
cilium map list
```

### Options

```
  -h, --help            help for list
  -o, --output string   json| jsonpath='{}'
      --verbose         Print cache contents of all maps
```

### 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 map](../cilium_map)	 - Access BPF maps

back to top