# diagrid configuration get

Show details for a Dapr configuration

### Description

Get details of a Dapr configuration resource from a project

```
diagrid configuration get <configuration> [flags]
```

### Examples

```

  # Get a configuration
  diagrid configuration get my-config --project my-project

```

### Options

```
  -p, --project string   Name of existing project
  -o, --output string    Output format, supported [table, yaml, json] (default "table")
  -h, --help             help for get
```

### Options inherited from parent commands

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

### SEE ALSO

- [diagrid configuration](./configuration.md)	 - Manage Dapr configurations
