project

Note:

SuiteCloud CLI for Java has reached end of support. The final available version is 2025.2. Oracle no longer provides new releases, features, or issue fixes. The CLI will remain available for download until the NetSuite 2027.1 release. Transition to SuiteCloud CLI for Node.js, SuiteCloud Extension for Visual Studio Code, or SuiteCloud IDE Plug-in for WebStorm.

Sets the default project folder or ZIP file for SuiteCloud CLI.

If you run this command without the -p option, it shows the current default project or ZIP file.

If you've set a default project, you don't need to specify a project when using CLI commands.

Syntax

          sdfcli project [-p FolderOrZipFile] 

        

Options

Option

Required / Optional

Description

-p

Required when specifying a default project.

Sets the default folder or ZIP file for your SuiteCloud project. When specified, you don't 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

Here's a command that sets a default project based on a specific 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

General Notices