Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 530 Bytes

argument-file.md

File metadata and controls

26 lines (19 loc) · 530 Bytes

Use an argument file

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

Copyright (c) 2019, 2021, Oracle and/or its affiliates.