Passing custom argument to deno CLI
Hi there !
I'm currently using windmill to synchronize data between database using some deno typescripts.
Some API I'm posting on just changed their SSL Certificate a few days ago and I'm having this issue during the runtime :
Some quickfix I would like to implement for now would be to disable SSL Verification on deno using that argument
I checked the online documentation but didn't find anything
I'm currently using windmill to synchronize data between database using some deno typescripts.
Some API I'm posting on just changed their SSL Certificate a few days ago and I'm having this issue during the runtime :
Some quickfix I would like to implement for now would be to disable SSL Verification on deno using that argument
--unsafely-ignore-certificate-errors is there actually a way to pass custom argument to the deno runtime using windmill ? I checked the online documentation but didn't find anything