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

General Notices