Concepts

Projects

diagram

Overview

Projects allow you to organize Environments. For example you may have three environments (dev, staging, and production) all contained in a single project. You can then define a release pipeline that moves your application from dev to staging to production.

Create a Project

1
launchflow projects create

If this command fails for any reason you can re-run it with the same arguments to retrying creating the project.

List Projects

1
launchflow projects list
Previous
How it works?