feat(cli): register deploy/ tools in COMMAND_MAP #232
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The entire deploy/ directory (7 tools) is inaccessible via bin/moko. Deployment workflows can only be triggered via CI/CD or direct PHP invocation.
Proposed Commands
Acceptance Criteria
Branch created:
feature/232-feat-cli-register-deploy-tools-in-commanAll 7 deploy tools registered in COMMAND_MAP as
deploy:*group. Also fixed../../vendor/autoload.phppath bug inrelease/scripts discovered during smoke testing.cli/deploy_joomla.phpregistered asdeploy:joomla(primary),deploy/deploy-joomla.phpasdeploy:joomla-legacy.