Closed weierophinney closed 10 years ago
Rewrites the application to use zf-console, allowing cleaner separation of concerns.
zf-console
Deploy is now solely worried about creating the deployment package, and options related to that activiity.
Deploy
SelfUpdate handles the self-updating phar functionality.
SelfUpdate
Routes are defined that do filtering and validation, and provide comprehensive help for the commands and available options.
Essentially, this commit changes the command structure to:
zfdeploy help
zfdeploy help <command>
zfdeploy --version
zfdeploy -v
zfdeploy build <package> [--target=] [--modules=] [--vendor|-v]:vendor [--composer=] [--gitignore=] [--deploymentxml=] [--zpkdata=] [--version=]
zfdeploy self-update
Usage and help messages are now built-in. All functionality is equivalent to the previous version, with the exception of the command option names.
Rewrites the application to use
zf-console
, allowing cleaner separation of concerns.Deploy
is now solely worried about creating the deployment package, and options related to that activiity.SelfUpdate
handles the self-updating phar functionality.Routes are defined that do filtering and validation, and provide comprehensive help for the commands and available options.
Essentially, this commit changes the command structure to:
zfdeploy help
zfdeploy help <command>
zfdeploy --version
orzfdeploy -v
zfdeploy build <package> [--target=] [--modules=] [--vendor|-v]:vendor [--composer=] [--gitignore=] [--deploymentxml=] [--zpkdata=] [--version=]
zfdeploy self-update
Usage and help messages are now built-in. All functionality is equivalent to the previous version, with the exception of the command option names.