...
Input Name | Input Code | Required | Description | ||
---|---|---|---|---|---|
Oracle Visual Builder Account |
| No | The OVB account with all the required properties like Base URI, Username and Password for running OVB Instance. | ||
Publish Application |
| No | Publish the app, or just stage it. | ||
Delete if Already Live |
| No | Delete the app if it is already live.
| ||
Schema |
| No | Specifies data schema processing during application stage or publish. Value of 'new' creates a new data schema. Value of 'dev' uses the data schema from development. Value of 'stage' uses the data schema from the previous staged version of the application. Value of 'live' uses the data schema from the previous live version of the application. Defaults to 'new' | ||
Node Executable Path |
| No | An absolute path to a Node executable or its parent directory. If not provided, Node.js must be on PATH. See installNodeJS to install Node.js. If not provided node must be on PATH, or new node can be installed by providing the version in the input 'Nodejs Version'.@Since 6.5.0.16 | ||
Nodejs Version |
| No | Nodejs Version, default is v18version.Installs node with the provided version.This input will be ignored if the input 'Node Executable Path' is also provided.. @Since 6.5.0.1316 | ||
NPM Install Arguments |
| No | Allows to enter one or more arguments to npm install command. (Ex --no-optional). @Since 6.5.0.13 | ||
.npmrc |
| No | npm configurations entered as list of key = value parameters(e.g. loglevel=notice), one key value pair per line. @Since 6.5.0.15
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 |
...