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

# Overview

> Overview of the Flipt v2 CLI

The `flipt` CLI is a command line interface for managing Flipt v2. It's useful for configuring your Flipt instance, running the server, and more.

You can use it in various environments, including your local machine and CI/CD pipelines.

### Installation

```console Binary theme={null}
curl -fsSL https://get.flipt.io/v2 | sh
```

### Usage

```
flipt <command> <subcommand> [flags]
```

### Examples

```
$ flipt --help
$ flipt server
$ flipt server --config /path/to/config.yml
```

### Options

```
  -h, --help            help for flipt
```
