project:adddependencies
Adds any missing dependencies to the manifest file. When you run this command, all the dependencies that were missing in the manifest.xml
file get added.
Note:
This command doesn't 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
Here's a command that updates the manifest.xml
file of the current project:
suitecloud project:adddependencies
Output Example
When you run the command, it produces an 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