Jörn Berkefeld

Results 141 issues of Jörn Berkefeld

split off from #34 which handles soap deletes Subtasks: ## REST - [ ] Delete Asset - [ ] Delete DataExtract - [ ] Delete FileTransfer - [ ] Delete...

enhancement
c/asset
c/dataExtract
c/importFile
c/query
c/script
c/fileTransfer

it seems attribute groups are listed under schemas? and then there they can be selected by key? see this link for details: https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/retrieveAttributeGroupsID.html?q=attributeGroup maybe we need to restructure this type...

enhancement
e/Metadata support
NEW

possible now (and added to docs now) is: ``` mcdev deploy MyProject/DEV dataExtension "key1,key2" mcdev deploy MyProject/DEV "script,dataExtension,importFile" "key1,key2" ``` in both scenarios one would be deploying only metadata with...

e/DevOps
c/Generic

part of me feels like this may benefit from being broken down into a couple of diff methods. _Originally posted by @DougMidgley in https://github.com/Accenture/sfmc-devtools/pull/301#discussion_r873225379_

![image](https://user-images.githubusercontent.com/1917227/163384029-a56ec411-f266-4d0f-927c-043264545e0b.png) i tried committing a json file but it ran the docs task anyways and that in turn caused issues with files that were not part of the commit. maybe...

NEW
chore

dont retrieve all BUs but instead parse the error message returned by create to guide the user.   we otherwise have to download A LOT of assets if the instance has...

enhancement
c/asset

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior npm publish action is run on "create" event for a release...

bug
NEW
chore

need to stop putting random try/catches in because it makes it incredibly inconsistent. This should be part of the error discussion, for example, three levels 1) Complete fail (stop) 2)...

PRIORITY
chore

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ![image](https://user-images.githubusercontent.com/1917227/131132276-555b21b7-0e39-4d93-add6-1e3b38ce1edb.png) somehow the counter goes up again. ### Expected Behavior it...

bug
c/folder
NEW

change type description if found true

e/Core
c/emailSendDefinition
chore