Este conteúdo não está disponível no idioma selecionado.
13.2. patch:fabric-install
Abstract
Installs a rollup patch in a Fabric system.
Synopsis
patch:fabric-install
[
--help
] {
Patch
}
Arguments
Table 13.2, “patch:fabric-install Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command. |
--upload | Upload the patch artifacts to a Maven repository. |
-s, --simulation | Simulates patch installation. |
--merge-prefer-new | When patching a resource file in a profile, if there is a merge conflict in a property setting, prefer the value from the patch (new). |
--merge-keep-old | When patching a resource file in a profile, if there is a merge conflict in a property setting, prefer the existing value (old). |
--merge-overwrite | When patching a resource file in a profile, replace the entire resource file with the patched one. |
-u, --username | Remote user name. |
-p, --password | Remote user password. |
--version | Profile version to which the patch is applied. |
Patch | The name of the patch to install. |