Public Access
1
BULK-OPERATIONS
Jonathan Miller edited this page 2026-06-19 04:07:12 -05:00
Bulk Operations
Commands that operate across all org repos simultaneously.
Overview
All bulk commands iterate over repos in the MokoConsulting org, filtered by platform where applicable.
Commands
bulk:push-files
Push specific files to multiple repos:
php bin/moko bulk:push-files --file .editorconfig --org MokoConsulting --dry-run
bulk:push-manifest
Push manifest.xml template:
php bin/moko bulk:push-manifest --org MokoConsulting
bulk:push-workflow
Push CI workflow to repos:
php bin/moko bulk:push-workflow --workflow ci-joomla.yml --platform joomla
bulk:push-mokostandards
Push .moko-standards configuration:
php bin/moko bulk:push-mokostandards --org MokoConsulting
bulk:sync-rulesets
Sync branch protection rules:
php bin/moko bulk:sync-rulesets --org MokoConsulting
bulk:template-joomla
Apply Joomla boilerplate (Makefile, phpcs.xml, phpstan.neon):
php bin/moko bulk:template-joomla --org MokoConsulting --dry-run
bulk:trigger
Trigger workflow runs:
php bin/moko bulk:trigger --workflow ci-joomla.yml --org MokoConsulting
bulk:enrich-manifest
Update manifest fields across repos:
php bin/moko bulk:enrich-manifest --field org --value MokoConsulting
Safety
All bulk commands support --dry-run to preview changes without applying them. Always dry-run first.
Pages
- Home
-
api
- api-automation-index
- api-definitions-default-index
- api-definitions-sync-index
- api-deploy-index
- api-fix-index
- api-index
- api-maintenance-index.-
- api-maintenance-index
- api-plugin-index.-
- api-plugin-index
- api-tests-index.-
- api-tests-sample-index.-
- api-tests-sample-index
- api-validate-index.-
- maintenance-index
- automation
- features
- guides
- operations
- reference
- standards
- templates
-
workflows
- workflows-README.-
- workflows-README
- workflows-auto-release.-
- workflows-auto-release
- workflows-branch-protection.-
- workflows-branch-protection
- workflows-build-release.-
- workflows-build-release
- workflows-cascade-dev.-
- workflows-cascade-dev
- workflows-changelog-management.-
- workflows-changelog-management
- workflows-demo-deployment.-
- workflows-demo-deployment
- workflows-dev-branch-tracking.-
- workflows-dev-branch-tracking
- workflows-dev-deployment.-
- workflows-dev-deployment
- workflows-index.-
- workflows-index
- workflows-release-system.-
- workflows-release-system
- workflows-renovate.-
- workflows-renovate
- workflows-reusable-workflows.-
- workflows-reusable-workflows
- workflows-rs-deployment.-
- workflows-rs-deployment
- workflows-secret-scanning.-
- workflows-secret-scanning
- workflows-shared-workflows.-
- workflows-shared-workflows
- workflows-standards-compliance.-
- workflows-standards-compliance
- workflows-static-analysis.-
- workflows-static-analysis
- workflows-sub-issue-management.-
- workflows-sub-issue-management
- workflows-update-server.-
- workflows-update-server
- workflows-workflow-architecture.-
- workflows-workflow-architecture