Skip to content
Jörn Berkefeld edited this page Dec 7, 2022 · 10 revisions

view on npm view on npm license npm module downloads GitHub closed issues GitHub releases

Accenture Salesforce Marketing Cloud DevTools (mcdev) is a rapid deployment/rollout, backup and development tool for Salesforce Marketing Cloud. It allows you to retrieve and deploy configuration and code across Business Units and instances.

Install

Run the following to install Accenture SFMC DevTools on your computer:

npm install -g mcdev

Include in your package

First, install it as dependency:

npm install mcdev --save

You can then include it in your code with:

const mcdev = require('mcdev');

That will load node_packages/mcdev/lib/index.js. It can make sense to directly include other files if you have a special scenario. We've done that in our example for retrieveChangelog.js or in more detail, in our child-project sfmc-devtools-copado to get full control over certain aspects.