Skip to content
/ eep Public
forked from mugoweb/eep

A developer's command line tool for working with eZ Publish

License

Notifications You must be signed in to change notification settings

benkmugo/eep

This branch is up to date with mugoweb/eep:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2087a0d · Apr 3, 2024
Apr 29, 2022
Apr 28, 2022
Apr 3, 2024
Sep 29, 2022
Jan 18, 2017
Feb 7, 2017
Feb 26, 2014
Jul 12, 2012
Sep 18, 2013
Jul 12, 2012

Repository files navigation

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 <class identifier>
$ eep use contentnode <parent node id>
$ eep create content anObject

For help:

$ eep help
$ eep <module> help
$ eep help <module>

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:

  1. copy the eep repository to your server
  2. set a terminal path alias for the eep command
  3. execute "eep use ezroot ." for each ezpublish instance you want to use
  4. 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:

  1. Fork it.
  2. Create a branch (git checkout -b eep_NewFeature)
  3. Commit your changes (git commit -am "Can now list ezpublish installations")
  4. Push to the branch (git push origin eep_NewFeature)
  5. Submit a Pull Request to mugoweb for your branch

About

A developer's command line tool for working with eZ Publish

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%