has anyone used the node.js cli for netsuite ?
# suitescript
s
has anyone used the node.js cli for netsuite ?
c
probably will have more luck in #C42JX79UZ
s
the cli is suppose to make it easier to import and push your scripts /delpoy
w
Not easier IMHO, maybe if you love terminal.
s
yes how else do you deploy your scripts ?
w
The Sdf Plug-in for the webstorm ide
💯 1
🚀 1
c
@Sim Greenbaum this 😄
a
@Sim Greenbaum I use the CLI. Takes time to get used to but it works
c
@Azi alt+shift+u - that's all you need to deploy straight out of your IDE
Why would you drop to the CLI?
a
@Craig So depends on the project needs. He asked if anyone ever used it and I have. If it is just a small push I want to make, I have a shortcut, ctrl + u, which I use in VScode But sometimes I am building and deploying full projects at a time, which also are being transpiled from TS.
s
I was taught on cli and not giu so i guess that is how i push code , my git is on the cli even though vscode has a plugin, @Craig which extesntion are you using and does that work for vscode ?
the problem i have with the node cli is I'm on wsl 2.0 and it doesn't support browser-based auth and the token-based fails
c
@Sim Greenbaum I don't use vscode - all of my dev moved to the IDEA / Jetbrains toolset years ago.