Skip to content

Commit ab34f11

Browse files
committed
Merge branch 'output-dir-doc' into 'main'
Corrected -output_dir in argument list, sorted list See merge request weblogic-cloud/weblogic-deploy-tooling!1803
2 parents b4d734d + 0bc3312 commit ab34f11

File tree

1 file changed

+6
-6
lines changed
  • documentation/4.0/content/userguide/tools

1 file changed

+6
-6
lines changed

documentation/4.0/content/userguide/tools/update.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,21 +226,21 @@ the cause of the error.
226226
| `-domain_type` | The type of domain. (for example, `WLS`, `JRF`) | `WLS` |
227227
| `-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. | |
228228
| `-oracle_home` | Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set. | |
229+
| `-output_dir` | If specified, files containing restart information are written to this directory, including `restart.file`, `non_dynamic_changes.file`, and `results.json`. | |
229230
| `-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. | |
230231
| `-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. | |
231232
| `-passphrase_prompt` | Allow WDT to prompt for the encryption passphrase or read it from stdin. | |
232-
| `-update_dir` | If specified, files containing restart information are written to this directory, including `restart.file`, `non_dynamic_changes.file`, and `results.json`. | |
233-
| `-use_encryption` | (deprecated) Replaced by the `-passphrase_prompt` argument. | |
234-
| `-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. | |
235-
| `-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. | |
236233
| `-remote` | Update the domain from a remote machine. | |
237234
| `-ssh_host` | The DNS name or IP address of the remote host. | |
238-
| `-ssh_port` | The TCP port on the remote host where the sshd daemon is listening for connection requests. | `22` |
239-
| `-ssh_user` | The user name on the remote host to use for authentication purposes. | Same as the local user running the tool. |
240235
| `-ssh_pass_env` | The environment variable name to use to retrieve the remote user's password when authenticating with user name and password. | |
241236
| `-ssh_pass_file` | The file name of a file that contains the password string for the remote user's password when authenticating with user name and password. | |
242237
| `-ssh_pass_prompt` | A flag to force the tool to prompt the user to provide the remote user's password through standard input when authenticating with user name and password. | Do not prompt or read from standard input. |
238+
| `-ssh_port` | The TCP port on the remote host where the sshd daemon is listening for connection requests. | `22` |
243239
| `-ssh_private_key` | The local file name of the user's private key file to use when authenticating with a public/private key pair. | `$HOME/.ssh/id_rsa` |
244240
| `-ssh_private_key_pass_env` | The environment variable name to use to retrieve user's private key passphrase when authenticating with a public/private key pair. | |
245241
| `-ssh_private_key_pass_file` | The file name of a file that contains the user's private key passphrase string when authenticating with a public/private key pair. | |
246242
| `-ssh_private_key_pass_prompt` | A flag to force the tool to prompt the user to provide their private key passphrase through standard input when authenticating with a public/private key pair. | Do not prompt or read from standard input. |
243+
| `-ssh_user` | The user name on the remote host to use for authentication purposes. | Same as the local user running the tool. |
244+
| `-use_encryption` | (deprecated) Replaced by the `-passphrase_prompt` argument. | |
245+
| `-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. | |
246+
| `-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

Comments
 (0)