# diagrid kv list

List Diagrid key-value stores

### Description

List Diagrid key-value stores in a project.

```
diagrid kv list [flags]
```

### Examples

```

  # List key-value stores in a specific project
  diagrid kv list --project my-project
  
```

### Options

```
  -p, --project string   Name of existing project
  -o, --output string    Output format, supported [table, yaml, json] (default "table")
  -h, --help             help for list
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

- [diagrid kv](./kv.md)	 - Manage Diagrid key-value stores
