Skip to content

Add links to target environment page; revise discoverDomain usage #1429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/3.0/content/userguide/tools/discover.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ Please provide the `STDOUT` and `STDERR` log streams in the GitHub Issue. If the
| `-oracle_home` | Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set. | |
| `-output_dir` | Output directory required for `-target`. | |
| `-skip_archive` | Do not generate an archive file. The `-archive_file` option will be ignored. | |
| `-target` | Targeting platform - `k8s`, `wko`, `vz`. | |
| `-target` | The target output type. The default is `wko`. For more information about target types, see [Target Environments]({{< relref "userguide/target_env" >}}). | |
| `-remote` | Update the domain from a remote machine. | |
2 changes: 1 addition & 1 deletion documentation/3.0/content/userguide/tools/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ The content for the CRD sections is not generated when a model is discovered by
| `-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. | |
| `-oracle_home` | Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set. | |
| `-output_dir` | The location for the target output files. | |
| `-target` | The target output type. The default is `wko`. | |
| `-target` | The target output type. The default is `wko`. For more information about target types, see [Target Environments]({{< relref "userguide/target_env" >}}). | |
| `-variable_file` | 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. | |
2 changes: 1 addition & 1 deletion documentation/3.0/content/userguide/tools/prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ For more information about additional target environments and options, see [Targ
| `-model_file` | (Required). Location of the model file. This can also be specified as a comma-separated list of models, where each successive model layers on top of the previous ones. | |
| `-oracle_home` | Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set. | |
| `-output_dir` | (Required) Location where to write the output files. | |
| `-target` | (Required) Name of the target configuration such as `wko`, `vz`, `k8s`. | |
| `-target` | (Required) Name of the target configuration such as `wko`, `vz`, `k8s`. For more information about target types, see [Target Environments]({{< relref "userguide/target_env" >}}). | |
| `-variable_file` | 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. | |
2 changes: 1 addition & 1 deletion installer/src/main/bin/discoverDomain.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ ECHO.
ECHO java_home - overrides the JAVA_HOME value when discovering domain
ECHO values to be replaced with the java home global token.
ECHO.
ECHO target - targeting platform (k8s, etc.).
ECHO target - the target output type. The default is wko.
ECHO.
ECHO output_dir - output directory for -target ^<target^>.
ECHO.
Expand Down
2 changes: 1 addition & 1 deletion installer/src/main/bin/discoverDomain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ usage() {
echo " java_home - overrides the JAVA_HOME value when discovering domain"
echo " values to be replaced with the java home global token."
echo ""
echo " target - targeting platform (k8s, etc.)."
echo " target - the target output type. The default is wko."
echo ""
echo " output_dir - output directory for -target <target>."
echo ""
Expand Down