Salesforce-Data-TreecipeSalesforce-Data-Treecipe is a Visual Studio Code extension designed to streamline the process of generating production-like data during development in order to support building Quality in. This extension auto-generates a recipe yaml file based on what is already in the source object metadata xml of your project. Commands1. Salesforce Treecipe: Initiate Configuration FileThis command initiates the creation of a configuration file that is required before using other features of the extension. How It Works:
Once the configuration file is generated, you can begin using the Generate Treecipe command. 2. Salesforce Treecipe: Generate TreecipeThis command generates a Treecipe, a structured representation of your Salesforce data, based on your configuration. Prerequisite:
Once your configuration file and objects directory are set up, running this command will generate a custom tree structure to assist in your Salesforce development and data handling. VIDEO WALKTHROUGHhttps://github.com/user-attachments/assets/4b904d36-3c3c-401c-a047-8387800e504e Features
Getting StartedInstallation
Usage
ConfigurationAfter running Initiate Configuration File, you will be prompted to choose the source directory in your codebase where Salesforce objects are stored. This directory must be in source format. Example Directory Structure:
TroubleshootingSee below for troubleshooting when specific commands are not working:
ContributingThis project and codebase will be open-sourced shortly :) LicenseThis extension is licensed under the MIT License. |