Doug Midgley
Doug Midgley
**Is your feature request related to a problem? Please describe.** When using this to install relevant package dependencies, sometimes the one on the org has been updated automatically, which means...
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...
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...
# 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...
# 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...
Many dependencies are starting to support ESM only modules over CommonJS. This means moving syntax from require to import. https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c ESM modules support both ESM AND CommonJS, but there is...
There is code which supports EID = -1 to support child BU. We need to consider if this should be continued, and if so how this will impact current code...
**Is your feature request related to a problem? Please describe.** Create Audits of a Marketing Cloud instance based on example rule sets **Describe the solution you'd like** Example rules could...
Tracking issue for: - [ ] https://github.com/Accenture/sfmc-devtools/security/code-scanning/1
**Is your feature request related to a problem? Please describe.** I am trying to implement a custom wire method in LWC OSS, but using the format in wire-reform ([0000-wire-reform](https://github.com/salesforce/lwc-rfcs/blob/master/text/0000-wire-reform.md)), there...