project

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

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