Good morning! For those developing on Windows, do ...
# suitescript
j
Good morning! For those developing on Windows, do you use WSL for your NetSuite projects?
m
Morning! I've never used it. Haven't really had a need for any command line tools in my development so far though.
j
Thanks Matt, I was thinking the same thing. I may use Node or other command line tools for some things eventually, but I can cross that bridge when I get to it I suppose. I'm just getting started with SuiteScript & have more ideas than knowledge!
e
Yep I sure do
I use an Ubuntu instance running in WSL2, and I use it for all my git and SDF operations
1
Some useful bash aliases I use:
Copy code
# suitecloud aliases
alias sc='suitecloud'
alias scd='sc project:deploy'
alias scv='sc project:deploy --dryrun'
alias scas='sc account:setup'
🙌 1
j
Thanks Eric, and thanks to your podcast I just used NC_CONCAT to solve a major issue we were facing!
❤️ 1