flxbl docs
slackGitHub
  • flxbl
  • sfp
  • sfops
  • Introduction
  • Minimal Framework
  • Who uses flxbl?
  • Learnings from the flxbl community
  • OVERVIEW
    • Principles
    • Modular Development Renaissance for Salesforce
    • Toolbox
  • TECHNIQUES
    • Development Practices
      • Why modular development in Salesforce?
      • Organizing your code / config
      • Defining the boundaries of a package
    • Source Code Management
      • Project Structure
      • Branching Model
      • Branching Conventions
      • Feature Toggling
      • Dealing with Org Specific Metadata
      • Handling Profiles
      • Tracking Manual Steps
    • Environment Management
      • Guiding Principles
      • Pooling Scratch Orgs
  • BUILD AUTOMATION
    • sfp
  • CI/CD
    • sfops
  • Libraries
    • sfdc-feature-management
    • sfdc-trigger-framework
    • nebula logger
  • tools
    • sfdmu
    • browserforce
    • pmd
Powered by GitBook
On this page
  • Build Automation
  • CI/CD
  • Tools
  • Libraries
  1. OVERVIEW

Toolbox

Build Automation

Name
Status
Description

Open Source, Maintained by flxbl

CI/CD

Name
Status
Description

Source Available for Licensee

Tools

Name
Status
Description

Open Source, Maintained by Salesforce

browserforce

Open Source

Open Source

Libraries

Name
Status
Description

Open Source, Maintained by flxbl

This library provides a consistent way to check if a given feature is enabled in Salesforce.

Open Source, Maintained by flxbl

Lightweight metadata driven trigger framework for Salesforce.

Open Source

Nebula Logger is a robust logger for Salesforce. Works with Apex, Lightning Components, Flow, Process Builder & Integrations. Designed for Salesforce admins, developers & architects.

Last updated 9 months ago

sfp is the core automation engine that powers a flxbl project. sfp aims to streamline and automate the build, test, and deployment processes of Salesforce metadata, code, and data. It extends sf cli functionalities, focusing on artifact-driven development to support #flxbl salesforce project development. Head to sfp docs by clicking

sfops is a purpose built orchestration layer built on utilizing Github's functionalities such as workflows, actions, package registry, pull requests and much more to provide a project team to adopt and maintain a flxbl project within the shortest time span. Head to sfops docs by clicking

sfmdu

sfdmu is a top notch data migration tool that helps to migrate records from an org or csv files to another org. sfdmu supports all CRUD Operations while maintaining referential integrity across multiple sObjects. Checkout the documentation

browserforce allows one to shape a sandbox or scratch org where there are gaps in the Salesforce API using UI based automation. The docs for browserforce are available

pmd

PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. PMD's docs are available

here
Github
here
here
here
here
sfdc-feature-management
sfdc-trigger-framework
nebula logger
sfops
sfp