Skip to content
Thomas Theunen edited this page Nov 6, 2021 · 2 revisions

SFCCDX

Welcome to the homepage of the SFCCDX Wiki!

History

After working for two years within the Salesforce ecosystem and using the Salesforce CLI, I became a bit jealous of how easy it was to push, modify, and delete Metadata in your Salesforce org.

The Salesforce CLI uses REST/SOAP to deploy any metadata to the org (objects, settings, etc...)

I had a quick look at the OCAPI and thought to myself, "Hey, we can try to do something similar here!".

The purpose

The purpose of this CLI is to easily fetch and deploy your objects (attributes & groups) to your Salesforce Commerce Cloud B2C environments!

But how do I use this thing?

I have written out some use cases.

Clone this wiki locally