Skip to content

Commit 42dcca6

Browse files
authored
Add links to target environment page; revise discoverDomain usage (#1429)
1 parent 1ffd731 commit 42dcca6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

documentation/3.0/content/userguide/tools/discover.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ Please provide the `STDOUT` and `STDERR` log streams in the GitHub Issue. If the
100100
| `-oracle_home` | Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set. | |
101101
| `-output_dir` | Output directory required for `-target`. | |
102102
| `-skip_archive` | Do not generate an archive file. The `-archive_file` option will be ignored. | |
103-
| `-target` | Targeting platform - `k8s`, `wko`, `vz`. | |
103+
| `-target` | The target output type. The default is `wko`. For more information about target types, see [Target Environments]({{< relref "userguide/target_env" >}}). | |
104104
| `-remote` | Update the domain from a remote machine. | |

documentation/3.0/content/userguide/tools/kubernetes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ The content for the CRD sections is not generated when a model is discovered by
116116
| `-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. | |
117117
| `-oracle_home` | Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set. | |
118118
| `-output_dir` | The location for the target output files. | |
119-
| `-target` | The target output type. The default is `wko`. | |
119+
| `-target` | The target output type. The default is `wko`. For more information about target types, see [Target Environments]({{< relref "userguide/target_env" >}}). | |
120120
| `-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. | |

documentation/3.0/content/userguide/tools/prepare.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ For more information about additional target environments and options, see [Targ
4545
| `-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. | |
4646
| `-oracle_home` | Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set. | |
4747
| `-output_dir` | (Required) Location where to write the output files. | |
48-
| `-target` | (Required) Name of the target configuration such as `wko`, `vz`, `k8s`. | |
48+
| `-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" >}}). | |
4949
| `-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. | |

installer/src/main/bin/discoverDomain.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ ECHO.
114114
ECHO java_home - overrides the JAVA_HOME value when discovering domain
115115
ECHO values to be replaced with the java home global token.
116116
ECHO.
117-
ECHO target - targeting platform (k8s, etc.).
117+
ECHO target - the target output type. The default is wko.
118118
ECHO.
119119
ECHO output_dir - output directory for -target ^<target^>.
120120
ECHO.

installer/src/main/bin/discoverDomain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ usage() {
7777
echo " java_home - overrides the JAVA_HOME value when discovering domain"
7878
echo " values to be replaced with the java home global token."
7979
echo ""
80-
echo " target - targeting platform (k8s, etc.)."
80+
echo " target - the target output type. The default is wko."
8181
echo ""
8282
echo " output_dir - output directory for -target <target>."
8383
echo ""

0 commit comments

Comments
 (0)