> ## Documentation Index
> Fetch the complete documentation index at: https://docs.versori.com/llms.txt
> Use this file to discover all available pages before exploring further.

# kv stores

> Inspect KV stores

## Subcommands

| Subcommand | Description                                |
| ---------- | ------------------------------------------ |
| `list`     | List KV stores in the current organisation |

***

### `versori kv stores list`

List the KV stores in the current organisation context. Stores are created lazily by the
runtime on first write and named ORG\_\<org>, PROJECT\_\<project>, or EXECUTION\_\<project>. Use the
returned store ID with the other kv commands' --store flag, or address a store by --scope.

```sh theme={null}
versori kv stores list [flags]
```

**Flags:**

* `-h`, `--help`: help for list

***
