project
Sets the default project folder or ZIP file for SuiteCloud CLI.
When you run this command without the -p
option, the default project folder or ZIP file is displayed.
If a default project was specified, you do not need to specify a project when using CLI commands.
Syntax
project [-p FolderOrZipFile]
Options
Option |
Required / Optional |
Description |
-p |
Required when specifying a default project. |
Sets the default folder or ZIP file that contains the SuiteCloud project. When specified, you do not need to specify the -p option in most other CLI commands unless you want to reference a different project folder or ZIP file. |
-h or -help |
Optional |
Prints the help for this command. |
Example
The following command sets a default project based on a specified path:
sdfcli project -p c:/project/
When you run the command, it produces an output that is similar to the following:
SuiteCloud Development Framework CLI (com.netsuite.ide.core_2020.1.0)
Default project folder set to c:\project.
Related Topics
- SuiteCloud CLI for Java Commands
- adddependencies
- authenticate
- authenticateci
- createfile
- createproject
- deploy
- importbundle
- importconfiguration
- importfiles
- importobjects
- listbundles
- listconfiguration
- listfiles
- listmissingdependencies
- listobjects
- manageauth
- package
- preview
- update
- updatecustomrecordwithinstances
- uploadfiles
- uploadfolders
- validate