create
Command Reference
Description
Create a package archive.
static: This command can be run outside of an object context.
Usage
ctl -m Package -c create [-buildstamp <>] [-filename <>] [-installroot <>] [-script <>] [-upload]
Options
| Option | Description | Type | Default |
|---|---|---|---|
| buildstamp | build identifier | string | |
| filename | file to write archive | string | ${entity.package-filename} |
| installroot | root where package files reside | string | ${entity.package-install-root} |
| script | script to execute | string | ${entity.attribute.package-create-script} |
| upload | upload and register package to repository | boolean |


