You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/3.0/content/userguide/tools/deploy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ The Deploy Applications Tool supports the use of multiple models, as described i
71
71
|`-domain_type`| The type of domain. (for example, `WLS`, `JRF`) |`WLS`|
72
72
|`-model_file`| The location of the model file. This can also be specified as a comma-separated list of model locations, where each successive model layers on top of the previous ones. ||
73
73
|`-oracle_home`| Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set.||
74
-
|`-output_dir`| If present, write restart information to this directory as`restart.file`, or, if `cancel_changes_if_restart_required` used, write non-dynamic changes information to file. ||
74
+
|`-output_dir`| If specified, files containing restart information are written to this directory, including`restart.file`, `non_dynamic_changes.file`, and `results.json`. ||
75
75
|`-passphrase_env`| An alternative to entering the encryption passphrase at a prompt. The value is an environment variable name that WDT will use to retrieve the passphrase. ||
76
76
|`-passphrase_file`| An alternative to entering the encryption passphrase at a prompt. The value is the name of a file with a string value which WDT will read to retrieve the passphrase. ||
77
77
|`-use_encryption`| One or more of the passwords in the model or variables file(s) are encrypted and must be decrypted. Java 8 or later is required for this feature. ||
Copy file name to clipboardExpand all lines: documentation/3.0/content/userguide/tools/update.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ The Update Domain Tool supports the use of multiple models, as described in [Usi
83
83
|`-oracle_home`| Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set. ||
84
84
|`-passphrase_env`| An alternative to entering the encryption passphrase at a prompt. The value is an environment variable name that WDT will use to retrieve the passphrase. ||
85
85
|`-passphrase_file`| An alternative to entering the encryption passphrase at a prompt. The value is a the name of a file with a string value which WDT will read to retrieve the passphrase. ||
86
-
|`-update_dir`| If present, write restart information to this directory as`restart.file`, or if `cancel_changes_if_restart_required` used, write non-dynamic changes information to `non_dynamic_changes` file. ||
86
+
|`-update_dir`| If specified, files containing restart information are written to this directory, including`restart.file`, `non_dynamic_changes.file`, and `results.json`. ||
87
87
|`-use_encryption`| One or more of the passwords in the model or variables file(s) are encrypted and must be decrypted. Java 8 or later required for this feature. ||
88
88
|`-variable_home`| The location of the property file containing the values for variables used in the model. This can also be specified as a comma-separated list of property files, where each successive set of properties layers on top of the previous ones. ||
89
89
|`-wait_for_edit_lock`| Skip checks for active edit sessions and pending changes before trying to acquire the WLST online edit lock to modify domain configuration. ||
0 commit comments