Overview

codev is the desktop and web application for managing Salesforce releases across your flxbl projects. It provides a visual interface for tracking builds, release candidates, deployments, approvals, and the full release lifecycle.
codev connects to sfp server to display real-time data about your release pipeline. While the pipeline handles build, test, and publish operations automatically, codev gives your team a unified view of what has been built, what is ready to release, and what is deployed where.
Release lifecycle
codev covers every stage of the release lifecycle. Each stage maps to a page in the application.

What codev does
Monitor builds
CI/CD > Builds
See every pipeline build, its status, packages produced, and which RC it generated
View release candidates
CI/CD > Release Candidates
Browse all RCs grouped by domain, filter by age, and inspect package versions
Release to environments
RC row > Release action
Promote an RC to staging, UAT, or production through the approval workflow
Sandbox deployments
RC row > Get on Sandbox
Deploy an RC to a sandbox for testing without the approval gate
Patch releases
RC row > Patch action
Create a hotfix branch from any RC
Track deployments
CI/CD > Releases
See all deployed releases, their environments, work items, and artifacts
Monitor flows
Flows > Run Status
Track pipeline execution progress in real time
Approve releases
Flows > Pending Approvals
Review and approve or reject pending release requests
Available as
Desktop app
Electron app for macOS, Windows, and Linux. Download from get-codev.flxbl.io
Web app
Accessible at your organization's codev URL (e.g., https://<your-tenant>.flxbl.io for cloud, or your self-hosted domain)
Prerequisites
sfp server
A running sfp server instance connected to your repositories
CI/CD pipeline
A configured pipeline that builds, tests, and publishes packages on merge. See pipeline setup
Release config
At least one release config YAML in your repository defining a domain. See release config
Project selected
The correct project must be selected in the codev footer bar to see its data
Last updated