LaunchFlow YAML

launchflow.yaml contains the default configuration for your project. A basic launchflow.yaml file looks like this:

1
project: my-project
2
backend: lf://default

This yaml config tells LaunchFlow which where to store its state (for this example, in LaunchFlow Cloud), and what project to use. You can update this file at any time by running lf init again. Be careful though -- if you switch your backend, your state won't automatically be moved.

1
launchflow create prod

will create a new environment in LaunchFlow Cloud using the prod environment in the my-project project.