oedp Command Reference

oedp

OptionShortcutDescription
--version-vDisplays the version

oedp info

Displays project details (defaulting to the current directory).

OptionShortcutMandatoryDescription
--project [path]-pNoSpecifies the project directory.

oedp run [action]

Executes a project action (defaulting to the current directory). [action] refers to a plugin method (query via oedp info).

OptionShortcutMandatoryDescription
--project [path]-pNoSpecifies the project directory.
--debug (WIP)-dNoRuns in debug mode.

oedp list

List available plugins from sources

OptionShortcutMandatoryDescription
--local [path]-lNoSpecifies the local source path.

oedp check [action] (WIP)

Validates project action requirements (defaulting to the current directory).

OptionShortcutMandatoryDescription
--project [path]-pNoSpecifies the project directory.

oedp init [plugin] (WIP)

Initialize a plugin ([plugin] names available via oedp list)

OptionShortcutMandatoryDescription
--project [path]-pYesSpecifies the initialization directory.
--local [path]-lNoSpecifies the local source path.
--force-fNoForces overwrite (deletes all files in the target directory before initializing).

oedp Directory Structure

  • /var/oedp/log/: log files
  • /var/oedp/plugin/: plugin cache
  • /usr/lib/oedp/src/: source code
  • /etc/oedp/config/: configuration files