extract
Command Reference
Description
extracts the package by executing the self installer
Usage
ctl -t bin -o <objectname> -c extract [-base <>] -filename <> [-filtersfile <>] -installroot <> -url <>
| Execution | sh |
| Arguments | cd ${opts.installroot} && sh ${opts.filename} |
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} |
| url | the repo url | string | ${entity.package-repo-url} |


