# diagrid kv example

Print an example kv resource

### Description

Print an example kv resource.

The example is a valid, minimal kv you can edit and apply with
"diagrid apply -f \<file>". It is read from the spec embedded in the CLI, so no
project or login is needed. Use "diagrid kv schema" for the full field
reference.

```
diagrid kv example [flags]
```

### Examples

```

  # Print an example kv as YAML
  diagrid kv example

  # Bootstrap a new resource file from the example
  diagrid kv example > kv.yaml
```

### Options

```
  -h, --help            help for example
  -o, --output string   Output format, supported [yaml, json] (default "yaml")
```

### Options inherited from parent commands

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

### SEE ALSO

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