Skip to main content

Control Plane Flow docs

Heroku-style deployments on Control Plane.

`cpflow` gives Rails and containerized apps a convention-driven path for review apps, staging deploys, production promotion, release phases, and operational commands.

Typical first pass

$ gem install cpflow
$ cpflow github-flow-readiness
$ cpflow generate
$ cpflow generate-github-actions

Choose the path that matches the job

The docs are synced from the source repo, so CLI behavior and published guidance stay together.

Migrate from Heroku

Map Heroku apps, dynos, add-ons, review apps, staging, and production onto Control Plane workloads.

Open guide

Automate GitHub Flow

Generate review app, staging, and production promotion workflows that run through GitHub Actions.

Open guide

Use the CLI Reference

Find the cpflow command flags and examples generated directly from the source CLI definitions.

Open guide