Is anyone else having trouble uploading multiple f...
# sdf
m
Is anyone else having trouble uploading multiple files at once with the
--paths
parameter with the NodeCLI? Documentation clearly states that you should put all filenames in doublequotes and separated by a space, but when I do this only the first file is properly uploaded and spat back to me in the command line response
example:
Copy code
suitecloud file:upload --paths "/SuiteScripts/redactedFile1.js" "/SuiteScripts/redactedFile2.js"

The following files were uploaded:
/SuiteScripts/redactedFile1.js
a
Which version of nodecli do you have?
suitecloud --version
I suspect you don't have the latest version
1.3.0
m
Yes that was it thanks so much @Ali Syed (NS DevTools QA)!