project:adddependencies

Adds the missing dependencies to the manifest file. When you run this command, all the dependencies that were missing in the manifest.xml file are added.

Note:

This command does not support interactive mode.

Syntax

            project:adddependencies [-h] 

          

Options

Option

Required / Optional

Description

-h or --help

Optional

Prints the help for this command.

Non-interactive Example

The following command updates the manifest.xml file of the current project.

            suitecloud project:adddependencies 

          

Output Example

When executed, the command produces output that is similar to the following:

            The following dependencies were added to the manifest:
Feature - CRM:optional
Feature - CUSTOMRECORDS:required
Feature - EXTREMELIST:optional
Feature - MAILMERGE:optional
Feature - MATRIXITEMS:optional
Feature - SERVERSIDESCRIPTING:required
Feature - WEBSERVICES:optional 

          

Related Topics

SuiteCloud CLI for Node.js Reference
account:savetoken
account:manageauth
account:setup
file:create
file:import
file:list
file:upload
object:import
object:list
object:update
project:create
project:deploy
project:package
project:validate

General Notices