# diagrid dev status

Show all ids with local app connections configured

### Description

Show all local app connections currently configured. All ids listed are configured to forwarded incoming requests to your local machine.

```
diagrid dev status [flags]
```

### Examples

```

  # Show all ids with a local app endpoint configured
  diagrid dev status

```

### Options

```
  -p, --project string   Project to use for the dev session
  -h, --help             help for status
```

### Options inherited from parent commands

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

### SEE ALSO

- [diagrid dev](./dev.md)	 - Run local code against Catalyst APIs
