eep
Last updated: Thursday 18 September 2025 22:03
UNIX name |
Owner |
Status |
eep |
Mugo.ca |
stable
|
Version |
Compatible with |
N/A
|
N/A
|
A developer's command line tool for working with eZ Publish
eep
eep is a command line tool to support developers using ezpublish
Usage
To set the ezpublish instance used with eep and list some content
classes for future modifications:
$ eep use ezroot .
$ eep list contentclasses
To create a new content object and fill it with random data:
$ eep use contentclass
$ eep use contentnode
$ eep create content anObject
For help:
$ eep help
$ eep help
$ eep help
Modules
This is the list of modules (more or less up to date):
- attribute
- cache
- contentclass
- contentclassgroup
- contentnode
- contentobject
- create
- crondaemon
- ezfind
- ezflow
- help
- knowledgebase
- list
- section
- trash
- use
- user
Installation
Plug-and-play installation style:
- copy the eep repository to your server
- set a terminal path alias for the eep command
- execute "eep use ezroot ." for each ezpublish instance you want to use
- enjoy
Documentation
Author & Licensing
- Author = "Mugo Web"
- Copyright = "Copyright © 2012 Mugo Web"
- License = "GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007"
Contributing
Want to contribute? Great! To contribute to the mugoweb eep repo:
- Fork it.
- Create a branch (git checkout -b eep_NewFeature)
- Commit your changes (git commit -am "Can now list ezpublish installations")
- Push to the branch (git push origin eep_NewFeature)
- Submit a Pull Request to mugoweb for your branch