sfmc-devtools icon indicating copy to clipboard operation
sfmc-devtools copied to clipboard

Fast-track your developers and devops engineers by allowing them to programmatically copy-paste / deploy changes and work offline

Results 208 sfmc-devtools issues
Sort by recently updated
recently updated
newest added

various types have the option to set up notification emails. we should offer a central md file in the docs folder that lets you check. **relevant types:** - automation -...

enhancement
e/Auditing
c/automation
c/importFile
NEW

during mcdev upgrade we install the latest dependencies ![image](https://user-images.githubusercontent.com/1917227/236470878-9d11ee92-5833-49bb-9ab1-3678d6394563.png) however, if you just pull from the repo, mcdev does not force you run that. instead it only enforces using the...

enhancement

## hash names _myPrivateField --> #myPrivateField _myPrivateMethod --> #myPrivateMethod **Advantage**: javascript/node enforces its privacy. It simply disallows using that method outside of its scope **Details**: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields ## get and set...

e/Core
chore
c/Generic

split from PR #749 / issue #139. Adding/removing should be possible though **problem**: couldn't figure out how to retrieve Roles assigned to a user only for a specific BU.

enhancement
c/user

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ![image](https://user-images.githubusercontent.com/1917227/200613599-f986eba3-6202-4552-8277-9fcdb04f5557.png) concerning bad BU names in ![image](https://user-images.githubusercontent.com/1917227/200613279-03fe9679-9131-4cf0-96a8-259825049262.png) ### Expected Behavior should...

bug

automatins related to eventDefintions are currently filtered in automation.definition: filter: { description: ['Event Definition Automation'], }, ## fields - el.dataExtensionName - el.sourceApplicationExtensionId - el.publishedInteractionCount ??? - el.automationId - el.arguments.dataExtensionId -...

enhancement
c/event

aside from default tests this needs to also cover `--refresh` which triggers refreshing triggeredSends that use an asset-message which we updated.

c/asset
chore

This is set to true by default and then enforces that unknown params lead to errors. We should brainstorm about this @DougMidgley ... There are certainly pros and cons here.

NEW
chore

current: ![image](https://github.com/Accenture/sfmc-devtools/assets/1917227/33abe04c-7555-4a07-af57-932292f410c2) better: if credential is wrong, tell the user what is available in config if credential was found but bu was not, advice to run [reloadBUs](https://github.com/Accenture/sfmc-devtools/wiki/06.a-~-Admin-Commands#reloadbus) and alternatively show...

e/DevOps
chore

![image](https://user-images.githubusercontent.com/1917227/236473163-a8b6688e-b8b4-4bad-a2b9-b8eb3fc05276.png) we currently show this warning but instead we could 1. auto-fix it 2. offer to auto-fix it 3. tell the user how to fix it via mcdev manually

enhancement
c/asset