Hi all, I'm trying to run some custom logic on upl...
# sdf
j
Hi all, I'm trying to run some custom logic on upload and deploy using
suitecloud.config.js
and while it works for the CLI it seems to be ignored by the Webstorm plugin, is this not supported? I was also surprised to find that the Webstorm plugin does not use the same authid store as the CLI but it seems this discussion has been had already and I need to set some environment variables
webstorm version 2024.3.5 plugin version 2025.1.0
e
Feel like I recall a similar question in the past, and they came to the same conclusion (WS plugin does not use
suitecloud.config.js
). Been a while though
j
Thanks for the reply, I had a quick look through the archive but didn't find anything, it certainly doesn't seem to use it by default and I can't find any way of "configuring" it to use it. I think we'll likely end up building something that calls the CLI behind the scenes, just trying to minimize how much the WS users on our team will need to change their workflow
e
I poked around the plugin files a little and didn't see any obvious place you could configure it further. Didn't go so far as to extract the jars though