Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
CLI - Trying to Download Multiple SuiteScripts
I am trying to use CLI for automation and I want to download multiple suitescript files at once. I tried:
[HTML]
sdfcli importfiles -paths "/SuiteScripts/test_script/" -p "staging_cleanup"
sdfcli importfiles -paths "/SuiteScripts/test_script/*" -p "staging_cleanup"
[/HTML]
This is the error I get:
[HTML]
~/sdfcli_development$ sdfcli importfiles -paths "/SuiteScripts/test_script/" -p "staging_cleanup"
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building SDF CLI 2017.1.2
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- exec-maven-plugin:1.5.0:java (default-cli) @ sdf-cli ---
SuiteCloud Development Framework CLI (com.netsuite.ide.core_2017.1.2)
Enter password:
Existing files will be overwritten, do you want to continue? Type YES to continue.
[HTML]
sdfcli importfiles -paths "/SuiteScripts/test_script/" -p "staging_cleanup"
sdfcli importfiles -paths "/SuiteScripts/test_script/*" -p "staging_cleanup"
[/HTML]
This is the error I get:
[HTML]
~/sdfcli_development$ sdfcli importfiles -paths "/SuiteScripts/test_script/" -p "staging_cleanup"
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building SDF CLI 2017.1.2
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- exec-maven-plugin:1.5.0:java (default-cli) @ sdf-cli ---
SuiteCloud Development Framework CLI (com.netsuite.ide.core_2017.1.2)
Enter password:
Existing files will be overwritten, do you want to continue? Type YES to continue.
0