command:packaging
initZpk
initZpk [--folder=]
Add ZPK support to existing PHP project
- --folder
Folder where the source code is located
verifyZpk
verifyZpk --from=
Verify the deployment.xml and the existence of the files that have to be packed as described in the deployment.properties file.
- --from
Folder where the source code and the deployment.xml is located OR existing ZPK file.
fixZpk
fixZpk --from=
Fix the deployment.xml.
- --from
Folder where the source code and the deployment.xml is located OR existing ZPK file.
packZpk
packZpk [--folder=] [--destination=] [--name=] [--version=] [--composer] [--composer-options=] [--composer-dist-files=]
Create a ZPK package from PHP project with ZPK support
- --folder
Folder where the source code is located - --destination
Folder in which to save the created ZPK file - --name
The name of the package. If not provided the name will be constructed from the name of the application and its version. - --version
The version release of the package. The version release will be replace in deployment.xml before creating ZPK package. - --composer
Enables experimental composer support. - --composer-options
Adds composer options when running composer - --composer-dist-files
Comma separated list of YAML .dist files containing user parameters.