Overview

codev dashboard
The codev dashboard showing project selection, pool status, collaborators, and server connection

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 serverarrow-up-right 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.

Release lifecycle
The release lifecycle from code merge to deployed release, with corresponding codev pages

What codev does

Capability
Where in codev
Description

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

Platform
Access

Desktop app

Electron app for macOS, Windows, and Linux. Download from get-codev.flxbl.ioarrow-up-right

Web app

Accessible at your organization's codev URL (e.g., https://<your-tenant>.flxbl.io for cloud, or your self-hosted domain)

Prerequisites

Requirement
Details

sfp server

A running sfp serverarrow-up-right instance connected to your repositories

CI/CD pipeline

A configured pipeline that builds, tests, and publishes packages on merge. See pipeline setuparrow-up-right

Release config

At least one release config YAML in your repository defining a domain. See release configarrow-up-right

Project selected

The correct project must be selected in the codev footer bar to see its data

Last updated