File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
- Copyright (c) 2017, 2018 , Oracle and/or its affiliates. All rights reserved.
2
+ Copyright (c) 2017, 2019 , Oracle and/or its affiliates. All rights reserved.
3
3
The Universal Permissive License (UPL), Version 1.0
4
4
5
5
The entry point for the discoverDomain tool.
20
20
from oracle .weblogic .deploy .util import TranslateException
21
21
from oracle .weblogic .deploy .util import WLSDeployArchive
22
22
from oracle .weblogic .deploy .util import WLSDeployArchiveIOException
23
- from oracle .weblogic .deploy .util import WLSDeployExit
24
23
from oracle .weblogic .deploy .util import WebLogicDeployToolingVersion
25
24
from oracle .weblogic .deploy .validate import ValidateException
26
25
72
71
CommandLineArgUtil .VARIABLE_PROPERTIES_FILE_SWITCH ,
73
72
CommandLineArgUtil .ADMIN_URL_SWITCH ,
74
73
CommandLineArgUtil .ADMIN_USER_SWITCH ,
75
- CommandLineArgUtil .ADMIN_PASS_SWITCH
74
+ CommandLineArgUtil .ADMIN_PASS_SWITCH ,
75
+ CommandLineArgUtil .TARGET_MODE_SWITCH
76
76
]
77
77
78
78
@@ -153,6 +153,7 @@ def __process_online_args(optional_arg_map):
153
153
optional_arg_map [CommandLineArgUtil .ADMIN_PASS_SWITCH ] = String (password )
154
154
155
155
mode = WlstModes .ONLINE
156
+ optional_arg_map [CommandLineArgUtil .TARGET_MODE_SWITCH ] = 'online'
156
157
return mode
157
158
158
159
You can’t perform that action at this time.
0 commit comments