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
|`-archive_file`| The path to the archive file. ||
280
-
|`-admin_pass_env`| An alternative to entering the admin password at a prompt. The value is an environment variable name that WDT will use to retrieve the password. ||
281
-
|`-admin_pass_file`| An alternative to entering the admin password at a prompt. The value is a the name of a file that contains a password string that the tool will read to retrieve the password. ||
282
-
|`-admin_url`| The admin server URL used for online discovery. ||
283
-
|`-admin_user`| The admin user used for online discovery. ||
284
-
|`-discover_passwords`| Whether to discover passwords from the target domain. ||
285
-
|`-domain_home`| Used only for offline operation. The location of the existing domain home. | For online mode, the server's value. |
286
-
|`-domain_type`| The type of domain (for example, `WLS`, `JRF`). |`WLS`|
287
-
|`-java_home`| Overrides the `JAVA_HOME` value when discovering domain values to be replaced with the Java home global token. ||
288
-
|`-model_file`| The path to the model file. ||
289
-
|`-oracle_home`| Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set. ||
290
-
|`-output_dir`| Output directory required for `-target`. ||
291
-
|`-passphrase_env`| An alternative to entering the encryption passphrase at a prompt when discovering passwords. The value is an environment variable name that WDT will use to retrieve the passphrase. ||
292
-
|`-passphrase_file`| An alternative to entering the encryption passphrase at a prompt when discovering passwords. The value is the name of a file with a string value which WDT will read to retrieve the passphrase. ||
293
-
|`-passphrase_prompt`| Allow WDT to prompt for the encryption passphrase or read it from stdin. ||
294
-
|`-skip_archive`| Do not generate an archive file. The `-archive_file` option will be ignored. ||
295
-
|`-target`| The target output type. The default is `wko`. For more information about target types, see [Target Environments]({{< relref "userguide/target_env" >}}). ||
296
-
|`-remote`| Update the domain from a remote machine. ||
297
-
|`-ssh_host`| The DNS name or IP address of the remote host. ||
298
-
|`-ssh_port`| The TCP port on the remote host where the SSH daemon is listening for connection requests. |`22`|
299
-
|`-ssh_user`| The user name on the remote host to use for authentication purposes. | Same as the local user running the tool. |
300
-
|`-ssh_pass_env`| The environment variable name to use to retrieve the remote user's password when authenticating with user name and password. ||
301
-
|`-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. ||
302
-
|`-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. |
303
-
|`-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`|
304
-
|`-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. ||
305
-
|`-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. ||
306
-
|`-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. |
307
-
|`-variable_file`| The path to the variable property file. ||
|`-archive_file`| The path to the archive file. ||
280
+
|`-admin_pass_env`| An alternative to entering the admin password at a prompt. The value is an environment variable name that WDT will use to retrieve the password. ||
281
+
|`-admin_pass_file`| An alternative to entering the admin password at a prompt. The value is a the name of a file that contains a password string that the tool will read to retrieve the password. ||
282
+
|`-admin_url`| The admin server URL used for online discovery. ||
283
+
|`-admin_user`| The admin user used for online discovery. ||
284
+
|`-discover_opss_wallet`| Whether to discover the OPSS wallet from the target domain. ||
285
+
|`-discover_passwords`| Whether to discover passwords from the target domain. ||
286
+
|`-discover_security_provider_data`| Whether to discover security provider data from the target domain. ||
287
+
|`-domain_home`| Used only for offline operation. The location of the existing domain home. | For online mode, the server's value. |
288
+
|`-domain_type`| The type of domain (for example, `WLS`, `JRF`). |`WLS`|
289
+
|`-java_home`| Overrides the `JAVA_HOME` value when discovering domain values to be replaced with the Java home global token. ||
290
+
|`-model_file`| The path to the model file. ||
291
+
|`-opss_wallet_passphrase_env`| An alternative to entering the OPSS wallet passphrase at a prompt when discovering the OPSS wallet. The value is an environment variable name that WDT will use to retrieve the passphrase. ||
292
+
|`-opss_wallet_passphrase_file`| An alternative to entering the OPSS wallet passphrase at a prompt when discovering the OPSS wallet. The value is the name of a file with a string value which WDT will read to retrieve the passphrase. ||
293
+
|`-oracle_home`| Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set. ||
294
+
|`-output_dir`| Output directory required for `-target`. ||
295
+
|`-passphrase_env`| An alternative to entering the encryption passphrase at a prompt when discovering passwords. The value is an environment variable name that WDT will use to retrieve the passphrase. ||
296
+
|`-passphrase_file`| An alternative to entering the encryption passphrase at a prompt when discovering passwords. The value is the name of a file with a string value which WDT will read to retrieve the passphrase. ||
297
+
|`-passphrase_prompt`| Allow WDT to prompt for the encryption passphrase or read it from stdin. ||
298
+
|`-skip_archive`| Do not generate an archive file. The `-archive_file` option will be ignored. ||
299
+
|`-target`| The target output type. The default is `wko`. For more information about target types, see [Target Environments]({{< relref "userguide/target_env" >}}). ||
300
+
|`-remote`| Update the domain from a remote machine. ||
301
+
|`-ssh_host`| The DNS name or IP address of the remote host. ||
302
+
|`-ssh_port`| The TCP port on the remote host where the SSH daemon is listening for connection requests. |`22`|
303
+
|`-ssh_user`| The user name on the remote host to use for authentication purposes. | Same as the local user running the tool. |
304
+
|`-ssh_pass_env`| The environment variable name to use to retrieve the remote user's password when authenticating with user name and password. ||
305
+
|`-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. ||
306
+
|`-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. |
307
+
|`-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`|
308
+
|`-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. ||
309
+
|`-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. ||
310
+
|`-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. |
311
+
|`-variable_file`| The path to the variable property file. ||
0 commit comments