Deploy Oracle Visual Builder Application Extensions.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
Input Name | Input Code | Required | Description | ||
---|---|---|---|---|---|
Oracle SaaS FSM Account |
| No | The Oracle SaaS FSM account with all the required properties like instance URL, Username, and Password. | ||
Nodejs VersionDelete if version already exists |
| No | Nodejs Version, default is v18. @Since 7.0.0.2 | ||
NPM Install Arguments |
| No | Allows to enter one or more arguments to npm install command. (Ex --no-optional). @Since 7.0.0.2 | ||
.npmrc |
| No | npm configurations entered as list of key = value parameters(e.g. loglevel=notice), one key value pair per line. @Since 7.0.0.3
All default npmrc configurations are listed when the command “npm config list -l” is run. Some examples are- 1.registry=https://registry.npmjs.org/ (Specifies the URL of the npm registry) 2.strict-ssl=false (Controls SSL certificate validation during HTTPS requests.) 3.proxy=http://your-proxy-url:port 4.loglevel=verbose (Sets the logging level for npm output (e.g., 5.production=true (Instructs npm to skip installation of devDependencies.) For more details, refer https://docs.npmjs.com/cli/v10/commands/npm-config | No | Delete the extension version if the version being deployed already exists. @Since 8.0.0.6 |
Artifacts
This operation consumes artifacts from the artifacts repository.
...