create
Command Reference
Description
Create ackage archive.
static: This command can be run outside of an object context.
Usage
ctl -m pkg -c create [-base <>] [-buildstamp <>] -filename <> -installroot <> [-script <>] -topdir <> [-upload] -version <>
Options
| Option | Description | Type | Default |
|---|---|---|---|
| base | package base name | string | ${entity.package-base} |
| buildstamp | build identifier | string | |
| filename | file to write archive | string | ${entity.package-filename} |
| installroot | root where package files will be installed | string | ${entity.package-install-root} |
| script | script to execute | string | ${entity.attribute.package-create-script} |
| topdir | directory from which package wil be made | string | ${entity.package-install-root} |
| upload | upload and register package to repo | boolean | |
| version | package version | string | ${entity.package-version} |


