SuiteCloud CLI Prerequisites for Development in NetSuite 2026.1

Updated for NetSuite 2026.1, adding links for SuiteCloud CLI and account setup. TL;DR: To use the SuiteCloud Developer Assistant effectively, ensure you meet

·2 min read·310 views·NetSuite 2026.1·View Oracle Docs

TL;DR: To use the SuiteCloud Developer Assistant effectively, ensure you meet the prerequisites, which include having the latest version of SuiteCloud CLI installed, enabling the SuiteCloud Developer Framework (SDF), and authenticating your NetSuite account.

SuiteCloud CLI Prerequisites

Before activating the local proxy, the following prerequisites must be established:

  • Install and configure SuiteCloud CLI: Ensure you have the latest version of the SuiteCloud CLI installed. This command-line interface is essential for interacting with NetSuite's SuiteCloud platform. For more information, see SuiteCloud CLI for Node.js.
  • Enable SuiteCloud Developer Framework (SDF): Confirm that your NetSuite account has the SDF feature enabled. This will allow you to develop and deploy applications effectively.
  • Account authentication: You must authenticate using the appropriate NetSuite account. For more information, see account:setup. Follow the suitecloud account:setup command to initiate browser-based authentication, which will guide you through the login process. Note that this command operates in interactive mode and will not function with the Windows Subsystem for Linux.

Command Example

To set up your account for the current SuiteCloud project, use the following command:

none
suitecloud account:setup

Upon execution, you will be prompted to select or create an authentication ID. Here’s an example of what you may encounter during setup:

none
Select or create an authentication ID (a custom alias you give to a specific account-role combination):
***The authentication ID that you select or create will be set up as default. > Create a new authentication ID.
Enter an authentication ID: myDevRole

This setup results in an output confirming that your account has been authenticated, showing the associated company and role:

none
The account has been authenticated for the following company and role: DB 9006 OneWorld for My Account Name [Developer]. This project will use the authentication ID "myDevRole" as default. If you want to change your default credentials, run "suitecloud account:setup" again.
The account has been successfully set up.

Key Takeaways

  • Ensure you have the latest SuiteCloud CLI version installed.
  • Enable the SuiteCloud Developer Framework in your account.
  • Authenticate your account using the browser-based suitecloud account:setup command before proceeding.

Frequently Asked Questions (4)

Do I need to update my SuiteCloud CLI for developing in NetSuite 2026.1?
Yes, you need to ensure that you have the latest version of the SuiteCloud CLI installed to interact effectively with the SuiteCloud platform in NetSuite 2026.1.
How do I enable the SuiteCloud Developer Framework (SDF) in my NetSuite account?
You need to confirm that the SDF feature is enabled in your NetSuite account to develop and deploy applications using SuiteCloud.
Can I use Windows Subsystem for Linux to authenticate my NetSuite account with SuiteCloud CLI?
No, the 'suitecloud account:setup' command, which is necessary for authenticating your NetSuite account, does not function with the Windows Subsystem for Linux.
What should I do if I want to change my default SuiteCloud authentication credentials?
You should run the 'suitecloud account:setup' command again to change your default credentials or authentication ID for your SuiteCloud project.

Weekly Update History (2)

SuiteCloud Developer Assistantadded

Added a video to the Setting Up SuiteCloud Developer Assistant with Other Third-Party Tools and AI Coding Assistants help topic.

View Oracle Docs
SuiteCloud Developer Assistantadded

Added the help topic Setting Up SuiteCloud Developer Assistant with Other Third-Party Tools and AI Coding Assistants.

View Oracle Docs
Source: Prerequisites Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in SuiteCloud Development Framework

View all SuiteCloud Development Framework articles →

Also from NetSuite 2026.1

View all NetSuite 2026.1 changes →