oedp Command Reference
oedp
| Option | Shortcut | Description |
|---|---|---|
--version | -v | Displays the version |
oedp info
Displays project details (defaulting to the current directory).
| Option | Shortcut | Mandatory | Description |
|---|---|---|---|
--project [path] | -p | No | Specifies 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).
| Option | Shortcut | Mandatory | Description |
|---|---|---|---|
--project [path] | -p | No | Specifies the project directory. |
--debug (WIP) | -d | No | Runs in debug mode. |
oedp list
List available plugins from sources
| Option | Shortcut | Mandatory | Description |
|---|---|---|---|
--local [path] | -l | No | Specifies the local source path. |
oedp check [action] (WIP)
Validates project action requirements (defaulting to the current directory).
| Option | Shortcut | Mandatory | Description |
|---|---|---|---|
--project [path] | -p | No | Specifies the project directory. |
oedp init [plugin] (WIP)
Initialize a plugin ([plugin] names available via oedp list)
| Option | Shortcut | Mandatory | Description |
|---|---|---|---|
--project [path] | -p | Yes | Specifies the initialization directory. |
--local [path] | -l | No | Specifies the local source path. |
--force | -f | No | Forces 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
Bug