## Requirements

| Package | Minimum version |
| --- | --- |
| [wgc](https://cosmo-docs.wundergraph.com/cli/intro) | [0.74.0](https://github.com/wundergraph/cosmo/releases/tag/wgc%400.74.0) |

## Usage

```
npx wgc router compatibility-version list
```

## Description

The `wgc router compatibility-version list` command lists all router compatibility versions supported by WunderGraph Cosmo Cloud.

## Output

A table of router compatibility versions currently supported by WunderGraph Cosmo Cloud.

## Example

```
> npx wgc router compatibility-version list
The router compatibility versions currently supported are:
┌─────────┬───┐
│ VERSION │ 1 │
└─────────┴───┘
```
