Skip to content
Discussion options

You must be logged in to vote

hi @narmadakankuri9 - if you want to use cdp without templating (without markets), then you CAN use the --filter option instead, which takes the folder name BELOW the retrieve/ folder.

The error createDeltaPackage relies on the configuration of options.deployment.sourceTargetMapping in your .mcdevrc config-file

By default that is set to

{
        "deployment-source": "deployment-target"
}

You then have to make sure that you have the markets defined in your config, similar to whats in the big example in the wiki: https://github.com/Accenture/sfmc-devtools/wiki/06.d-~-Git-based-deployments-and-CICD

  "markets": {
    "dev": {},
    "qa": {},
    "prod": {}
  },
  "marketList": {
    "deploy…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by JoernBerkefeld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants