ControlTier > core
 

extract

Command Reference

Description

Extract the package archive.

Extracts the web archive file into the install root directory. If -base is also specified, the extraction will occur in ${opts.installroot}/${opts.base}.

Usage

ctl -t war -o <objectname> -c extract [-base <>] -filename <> [-filtersfile <>] -installroot <> [-script <>] [-unpack <>] -url <>

Options

Option Description Type Default
base package base name string ${entity.package-base}
filename the filename string ${entity.package-filename}
filtersfile filtersfile string ${entity.package-filtersfile}
installroot the install root string ${entity.package-install-root}
script script to execute string ${entity.attribute.package-extract-script}
unpack boolean whether to unpack the package string ${entity.attribute.package-unpack}
url the repo url string ${entity.package-repo-url}