Accenture / sfmc-devtools

Fast-track your developers and devops engineers by allowing them to programmatically copy-paste / deploy changes and work offline
https://www.npmjs.org/package/mcdev
MIT License
135 stars 34 forks source link

[FEATURE] clone/copy metadata with dependency checker via multiselect list #1134

Open JoernBerkefeld opened 10 months ago

JoernBerkefeld commented 10 months ago

this is basically what the vsce is already doing only built into mcdev core: offer a simple copy this to there functionality - enhanced by --dependencies option.

contrary to the approach via buildTemplate it does not require markets to be set up and hence is a nice addition for everyone in a simple environment that simply does not require templating

  1. Ask if dependencies should be included
  2. Show multiselect list (all pre-selected)
  3. Ask for target CRED and Bu
  4. Copy to deploy folder
  5. Ask if deploy should be executed

based on:

JoernBerkefeld commented 3 months ago

Duplicate of #68