# diagrid kv get

Show details for a Diagrid key-value store

### Description

Show details for a Diagrid key-value store in a project.

```
diagrid kv get <kv-store> [flags]
```

### Examples

```

  # Show details for a key-value store in a specific project
  diagrid kv get my-kv-store --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 get
```

### Options inherited from parent commands

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

### SEE ALSO

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