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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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