> ## 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 init

> Initialize Flipt configuration

```
flipt config init [flags]
```

## Synopsis

Creates a new Flipt configuration file with default settings.

## Options

```
  -y, --force   Overwrite existing configuration file
  -h, --help    help for init
```

### Options inherited from parent commands

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

## Examples

```bash theme={null}
flipt config init
flipt config init --force
```

## More Info

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