SuiteCloud SDK
SuiteCloud Software Development Kit (SuiteCloud SDK) is a set of tools you can use to develop SuiteCloud projects. These tools are the SuiteCloud IDE plug-ins and extensions, and the command-line interfaces.
SuiteCloud SDK for 2026.2 includes the following features and updates:
New Version of SuiteCloud Extension for Visual Studio Code
The 4.0.0 version of SuiteCloud Extension for Visual Studio Code is now available.
In this version, output for project validation and deployment has changed in SuiteCloud Extension for Visual Studio Code. This includes progress information, summaries, warnings, and errors.
SuiteCloud Extension for Visual Studio Code provides a UI for NetSuite platform development using SuiteCloud Development Framework (SDF). You can install the SuiteCloud Extension for Visual Studio Code, develop SuiteCloud projects, and deploy them to your account. For more information, see SuiteCloud Extension for Visual Studio Code Overview.
SuiteCloud Extension for Visual Studio Code is an open-source project published on GitHub. To view its code and get the latest changes, see SuiteCloud Extension for Visual Studio Code GitHub Repository.
New Version of SuiteCloud CLI for Node.js
The 4.0.0 version of SuiteCloud CLI for Node.js is now available.
In this version, output for project validation, preview, and deployment has changed in SuiteCloud CLI for Node.js. This includes progress information, summaries, warnings, and errors.
Local validation has been removed. By default, validation occurs on the server, and the project:validate --server and project:deploy --validate options have no effect. The CLI displays a warning when either --server or --validate is used. Remove these options from your commands and automation.
Review any CI/CD pipelines, scripts, and other automation that use project validation or deployment, including deployment previews performed with suitecloudproject:deploy --dryrun.
Update scripts and other automation that read or parse command output. Do not rely on the existing output format, including progress messages, validation results, deployment summaries, warnings, or errors.
SuiteCloud CLI for Node.js is a tool that you can use with your own integrated development environment (IDE) or source-code editor to develop SuiteCloud projects. This CLI is optimized for the experience. It is interactive and guides you through all the steps of the communication between your local project and your NetSuite account. For more information, see SuiteCloud CLI for Node.js Guide.
SuiteCloud CLI for Node.js is an open-source project published on GitHub. To view its code and get the latest changes, see SuiteCloud CLI for Node.js GitHub Repository.
New Version of SuiteCloud IDE Plug-in for WebStorm
The new 2026.2 version of SuiteCloud IDE Plug-in for WebStorm is now available.
In this version, output for project validation and deployment has changed in SuiteCloud IDE Plug-in for WebStorm. This includes progress information, summaries, warnings, and errors.
SuiteCloud IDE plug-in for WebStorm is an integrated development environment (IDE) that is packaged for NetSuite platform development. It provides a UI for SuiteCloud Development Framework (SDF). You can download SuiteCloud IDE plug-in for WebStorm as a plug-in installation, develop SuiteCloud projects, and deploy them to your account. For more information, see SuiteCloud IDE Plug-in for WebStorm Overview.
End of Support for SuiteCloud CLI for Java
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 for SuiteCloud CLI for Java. The CLI is available for download until the NetSuite 2027.1 release.
If you use SuiteCloud CLI for Java, complete your migration to SuiteCloud CLI for Node.js, SuiteCloud Extension for Visual Studio Code, or SuiteCloud IDE Plug-in for WebStorm.
SuiteCloud CLI for Java is the SDF command-line interface. You can use the CLI for Java with your own integrated development environment (IDE) or source code editor to create SuiteCloud projects. You can also create batch and shell scripts that use CLI commands to automate your project validation and deployment processes. When used with your own IDE, CLI for Java acts as an alternative to SuiteCloud IDE. For more information, see SuiteCloud CLI for Java Guide.