feat(cli): register 6 unregistered maintenance/ tools in COMMAND_MAP #230
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 2 of 8
maintenance/tools are registered (update_repo_inventory.php?inventory,update_version_from_readme.php?version:propagate). The remaining 6 include compliance-critical tools like secret rotation.Unregistered Tools
maintenance/pin_action_shas.phpmaintenance:pin-shasmaintenance/repo_inventory.phpmaintenance:inventorymaintenance/rotate_secrets.phpmaintenance:rotate-secretsmaintenance/setup_labels.phpmaintenance:labelsmaintenance/sync_dolibarr_readmes.phpmaintenance:sync-dolibarrmaintenance/update_sha_hashes.phpmaintenance:update-shasAcceptance Criteria
php bin/moko listshowsMaintenancegroupBranch created:
feature/230-feat-cli-register-6-unregistered-maintenAll 6 maintenance tools registered:
maintenance:pin-shas,maintenance:inventory,maintenance:rotate-secrets,maintenance:labels,maintenance:sync-dolibarr,maintenance:update-shas.