Options (2)
-i, --initbooleanInitialize a new build file
Example:
phing {{[-i|--init]}} {{path/to/build.xml}}-fbooleanUse the given build file path
Example:
phing {{[-f|-buildfile]}} {{path/to/build.xml}} {{task_name}}Examples (8)
Perform the default task in the `build.xml` file
Initialize a new build file
phing [-i|--init] path/to/build.xmlPerform a specific task
phing task_nameUse the given build file path
phing [-f|-buildfile] path/to/build.xml task_nameLog to the given file
phing -logfile path/to/log_file task_nameUse custom properties in the build
phing -Dproperty=value task_nameSpecify a custom listener class
phing -listener class_name task_nameBuild using verbose output
phing -verbose task_namemade by @shridhargupta | data from tldr-pages