# diagrid region list

List regions

### Description

List all available regions where projects can be created

```
diagrid region list [flags]
```

### Examples

```

  # List regions in table format
  diagrid region list

  # List regions in json format
  diagrid region list --output json

```

### Options

```
  -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 region](./region.md)	 - Manage regions
