You can save all arguments passed for the Image Tool in a file, then use the file as a parameter.
For example, create a file called build_args
:
create
--type wls
--version 12.2.1.3.0
--tag wls:122130
--user acmeuser@mycompany.com
--httpProxyUrl http://mycompany-proxy:80
--httpsProxyUrl http://mycompany-proxy:80
--passwordEnv MYPWD
Use it on the command line, as follows:
imagetool @/path/to/build_args
Copyright (c) 2019, 2021, Oracle and/or its affiliates.