CLI
Overview
Overview of the flipt CLI
The flipt
CLI is a command line interface for managing Flipt. It’s useful for configuring your Flipt instance, running migrations, validating .features.yml
files, and more.
You can use it in various environments, including your local machine, CI/CD, and more.
Installation
Usage
flipt
with no arguments will run the Flipt server. It will look for a configuration file as described in the configuration documentation. You can specify a different configuration file with the --config
flag.
Examples
Options
Was this page helpful?