Skip to end of banner
Go to start of banner

installApp

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 69 Next »

See also: Actions

Description

Install an app using a url or file or Marketplace app key. If an app key is used and version is not provided, it will default to @compatible provided we can determine the latest compatible version for the server version. If a compatible version cannot be determined (like for EAP releases), default will be latest version. If @default is used for the file parameter, an attempt will be made to find an obr or jar file in the standard Maven or Gradle target directory. When doing a Marketplace install by app key or the requested version is provided, the actual app version will be confirmed to match the requested version in order to catch unsuccessful downgrade attempts. UPM will not downgrade an already installed app. For many cases, it is best to uninstall first. Use either run the uninstallAddon action separately before or use --options uninstall if the app parameter is provided or file is @default. UPM may fail indicating the file is invalid when installing by URL from some websites like Confluence. Avoid the error by using --options download to first download to the local file system and then install.

Required Parameters

app or url or file

Optional Parameters

wait, version, options, simulate

Type

Install

Category

Apps

Output Formats

Replacement Variables

app, appName, appVersion

Hostingcloud,server,datacenter
Since Version

Examples

installApp

Related How To's

  • No labels