Tulio Natale

Results 6 comments of Tulio Natale

@JoernBerkefeld when writting it to static classes, what should i do with the defined var? move them to a constructor as in here? ![image](https://user-images.githubusercontent.com/18468905/180766064-c06c7b2f-656e-4c47-af1c-d0c911b51bb3.png) or is there a better aproach?

![image](https://user-images.githubusercontent.com/18468905/180819848-b46b5079-f0c3-444b-bdba-052bca6c3ce2.png) ![2022-07-25_17h45_52](https://user-images.githubusercontent.com/18468905/180819993-e66b1e4e-feb0-4848-a9e3-4e933fb47b5d.png) @JoernBerkefeld in a test bench it works, but in sfmc the value comes as undefined. writing the static property also gives me eslint errors. any ideas?

the problem arises from File.js after the class is static exporting both modules doesnt work with File only fs functions are being passed ``` cons FileFs = { ...File, ...fs...

Jörn, when i search in the code for "retrieve-by-key" or "deploy-by-key" i dont find anything. should i do a test for the retrieve and deploy command?

hi, ihave problems reproducing it 1. Create a folder in "C:\repos\test\deploy\tuliodnw\MCDEV_Training_Target_2\dataExtension" 2. Create File for Deploy"C:\repos\test\deploy\tuliodnw\MCDEV_Training_Target_2\dataExtension\test\Germany Data Extension.dataExtension-meta.json" 3. run `mcdev d tuliodnw/MCDEV_Training_Target_2 dataExtension` in test Expected: "test" folder in...

> Tried path.resolve? That's part of nodejs and hence not an additional dependency i did use path.resolve, i expressed myself incorrectly, i didn't use any new dependency.