SuiteCloud CLI Prerequisites for Development in NetSuite 2026.1

Updated for NetSuite 2026.2: Ensure all prerequisites are met for using SuiteCloud Developer Assistant.

·2 min read·313 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, you must ensure that the following prerequisites are met:

  • 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 enable any specific feature in NetSuite to use SuiteCloud CLI?
Yes, you need to enable the SuiteCloud Developer Framework (SDF) in your NetSuite account to effectively use SuiteCloud CLI.
What is the process of authenticating my NetSuite account for using SuiteCloud CLI?
You must authenticate your account using the `suitecloud account:setup` command, which operates in interactive mode. This setup prompts you to select or create an authentication ID and authenticate with your NetSuite account through a browser-based login.
Can I use the SuiteCloud CLI with the Windows Subsystem for Linux?
No, the `suitecloud account:setup` command for account authentication does not work with the Windows Subsystem for Linux, as it is designed to operate in interactive mode.
Is there a specific SuiteCloud CLI version required for NetSuite 2026.1?
You are required to have the latest version of SuiteCloud CLI installed to use it effectively with NetSuite 2026.1.

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 →