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

>> https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/filterdefinition.htm >> https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/filteractivity.htm 

enhancement
e/Metadata support
c/filter
c/filterDefinition

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior each deploy creates more and more folders to cover what actually...

enhancement
c/folder
chore

this was started in #346 with **folders** but it has to be continued for other types.

c/dataExtension
c/query
c/script
NEW
chore

Currently config is checked at various parts of execution. As config is loaded once, this can be done at load time once to simplify checks on config validity. Auth config...

NEW
chore

Currently after calling getCredentialObject there is always a check for BU object. This check ONLY makes sense if it can return null, which shouldnt happen -> either it passed OR...

NEW
chore

# PR details ## What is the purpose of this pull request? - [X] Other, please explain: Internal ## What changes did you make? (Give an overview) rework loading parameters...

chore

# PR details ## What is the purpose of this pull request? (put an "X" next to an item) _Please delete options that are not relevant._ - [ ] Documentation...

chore

run on **mcdev init** and **mcdev upgrade** check if project folder in which one of the above commands is run is potentially a synchronized folder - that would reduce performance...

documentation
e/IDE
chore

idea is that whenever relevant methods are executed, the user sees how long it took to do so

enhancement

from docs -> var inquirer = require('inquirer'); inquirer .prompt([ /* Pass your questions in here */ ]) .then(answers => { // Use user feedback for... whatever!! }) .catch(error => {...

e/Core
chore