zend-patterns / ZendServerSDK

Pure ZF2 CLI for zpk creation and webapi client.
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

Support stamp version when using packZpk command #16

Closed minkbear closed 10 years ago

minkbear commented 10 years ago

For example, If you want to change version number when creating package zpk. So the command will be like this below: php /usr/local/bin/zs-client.phar packZpk --folder='${project.basedir}' --destination='${project.basedir}' --name='application.zpk' --version='1.0.0.999'

This command will change version number in deployment.xml before creating zpk file.