This is a tool to generate Snowfakery recipes based on the structure of a Salesforce org and your guidance. snowForce will connect to a Salesforce org, allow you to select a collection of objects, and guide you to generate a Snowfakery recipe.
For example recipes for Snowfakery see the Salesforce Commons Snowfakery Recipe Templates.
You can either download the latest release for your operating system or run from code.
There should always be a release for Windows (the exe file is an installer), Mac (the dmg file is a standard disk image), and Linux (the zip file contains the executable and supporting materials). You can also download the source archives if you want to explore the version of the code that went into the release.
To run the project from code you will need a working copy of NodeJS 18 or later.
- Clone this repo (or create your own fork) to your local machine.
- Run:
npm install
from the project root directory, and wait for all the packages to load (this takes a few minutes). - Run:
npm start
Currently only the username and password login system is supported, not OAuth2, so you likely will need your security token.
In the login fields provide your username, password, and security token. If you are logging into a production or Trailhead playground you can use the default login URL. If you are logging into a Sandbox use: https://test.salesforce.com.
This project has no direct association with Salesforce except the use of the APIs provided under the terms of use of their services.
If you would like to contribute to this project please feel invited to do so. Feel free to review open issues and read the contributing guide.