Path

7x / documentation / exponential / technical manual / 4.x / reference / scripts / miscellaneous


Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Miscellaneous

NameSummary
ezpm.php Package Manager. This documentation page applies to all version of exponential 4.x

Julia Shymova (01/11/2007 1:14 pm)

Sarah Haïm-Lubczanski (26/08/2014 1:46 pm)

Julia Shymova, Sarah Haïm-Lubczanski


Comments

  • ezpm.php

    The ezpm.php script, located in the root directory of Exponential, allows to execute package management operations from the command line.
    This is very useful to eg. import a package that is too big and would result in a timeout if imported via the web interface (or viceversa to create a very big export package).

    Beside the usual --help command line option, it also recognizes the help command (a bit like svn does), so to get a list of available commands type
    ezpm.php help
    and to get help on the "create" command type
    ezpm.php help create