bug(critical): bin/moko COMMAND_MAP uses non-existent api/ paths #100

Closed
opened 2026-05-26 01:28:17 +00:00 by jmiller · 1 comment
Owner

The command dispatcher in bin/moko maps commands to api/automation/, api/validate/, api/cli/ paths that do not exist. Breaks all php bin/moko commands. Fix: remove api/ prefix from COMMAND_MAP.

The command dispatcher in bin/moko maps commands to api/automation/, api/validate/, api/cli/ paths that do not exist. Breaks all php bin/moko commands. Fix: remove api/ prefix from COMMAND_MAP.
Author
Owner

Branch created: feature/100-bug-critical-bin-moko-command-map-uses-n

git fetch origin
git checkout feature/100-bug-critical-bin-moko-command-map-uses-n
Branch created: [`feature/100-bug-critical-bin-moko-command-map-uses-n`](https://git.mokoconsulting.tech/MokoConsulting/moko-platform/src/branch/feature/100-bug-critical-bin-moko-command-map-uses-n) ```bash git fetch origin git checkout feature/100-bug-critical-bin-moko-command-map-uses-n ```
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/moko-platform#100