> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flipt.io/llms.txt
> Use this file to discover all available pages before exploring further.

# config edit

> Edit Flipt configuration

```
flipt config edit [flags]
```

## Synopsis

Opens the Flipt configuration file in your default editor for making changes.

## Options

```
  -h, --help   help for edit
```

### Options inherited from parent commands

```
      --config string   path to config file
```

## Examples

```bash theme={null}
flipt config edit
flipt config edit --config /path/to/config.yml
```

## More Info

See the [Configuration](/v2/configuration/overview) section of the documentation for more information.
