# diagrid configuration edit

Edit a Dapr configuration in your editor

### Description

Edit a Dapr configuration resource in your preferred editor

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

### Examples

```

  # Edit a configuration
  diagrid configuration edit my-config --project my-project

```

### Options

```
  -p, --project string   Name of existing project
  -h, --help             help for edit
```

### Options inherited from parent commands

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

### SEE ALSO

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