feat(cli): register automation/ tools in COMMAND_MAP #229
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
Only 1 of 9
automation/tools (bulk_sync.php?sync) is registered. The remaining 8 are only accessible via direct PHP invocation.Unregistered Tools
automation/bulk_joomla_template.phpbulk:template-joomlaautomation/enrich_manifest_xml.phpbulk:enrich-manifestautomation/enrich_mokostandards_xml.phpbulk:enrich-mokostandardsautomation/migrate_to_gitea.phpbulk:migrate-giteaautomation/push_files.phpbulk:push-filesautomation/push_manifest_xml.phpbulk:push-manifestautomation/push_mokostandards_xml.phpbulk:push-mokostandardsautomation/repo_cleanup.phpautomation:cleanupNote:
enrich_manifest_xml.phpandpush_manifest_xml.phpare NEW files not yet tracked.Acceptance Criteria
php bin/moko listshowsBulk Operations/AutomationgroupsBranch created:
feature/229-feat-cli-register-automation-tools-in-coAll 8 automation tools registered:
automation:cleanup,automation:migrate-gitea,bulk:push-files,bulk:push-manifest,bulk:push-mokostandards,bulk:enrich-manifest,bulk:enrich-mokostandards,bulk:template-joomla.