Page:
BULK-OPERATIONS
Pages
AUTO-CREATE-ORG-PROJECTS
Branching-Strategy
CLI-AUTOMATION
Coding-Standards
DEPLOY-SCRIPTS
DOLIBARR-MODULE-IDS
DRY-RUN-PATTERN
Documentation-Standards
File-Header-Standards
JOOMLA-SYNC
LEGAL-DOC-GENERATOR-WEB-README
MONITORING-SCRIPTS
NEW-SCRIPTS
QUICKSTART-ORG-PROJECTS
RELEASE-MANAGEMENT
Version-Standard
WIKI-STANDARDS
WORKFLOW-STANDARDS
api-maintenance-index
api-plugin-index
api-tests-index
api-tests-sample-index
automation-README
automation-branch-version-automation
automation-repo-cleanup
client-repos
standards-mokostandards-file-spec
templates-client-waas
templates-dolibarr
templates-generic
templates-mcp
unnamed
workflows-README
workflows-auto-release
workflows-branch-protection
workflows-build-release
workflows-cascade-dev
workflows-changelog-management
workflows-demo-deployment
workflows-dev-branch-tracking
workflows-dev-deployment
workflows-index
workflows-release-system
workflows-renovate
workflows-reusable-workflows
workflows-rs-deployment
workflows-secret-scanning
workflows-shared-workflows
workflows-standards-compliance
workflows-static-analysis
workflows-sub-issue-management
workflows-update-server
workflows-workflow-architecture
Clone
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
- AUTO-CREATE-ORG-PROJECTS
- Branching-Strategy
- CLI-AUTOMATION
- Coding-Standards
- DEPLOY-SCRIPTS
- DOLIBARR-MODULE-IDS
- DRY-RUN-PATTERN
- Documentation-Standards
- File-Header-Standards
- JOOMLA-SYNC
- LEGAL-DOC-GENERATOR-WEB-README
- MONITORING-SCRIPTS
- NEW-SCRIPTS
- QUICKSTART-ORG-PROJECTS
- RELEASE-MANAGEMENT
- Version-Standard
- WIKI-STANDARDS
- WORKFLOW-STANDARDS
- api-maintenance-index
- api-plugin-index
- api-tests-index
- api-tests-sample-index
- automation-README
- automation-branch-version-automation
- automation-repo-cleanup
- client-repos
- features
- operations
- reference
- standards-mokostandards-file-spec
- templates-client-waas
- templates-dolibarr
- templates-generic
- templates-mcp
- unnamed
- workflows-README
- workflows-auto-release
- workflows-branch-protection
- workflows-build-release
- workflows-cascade-dev
- workflows-changelog-management
- workflows-demo-deployment
- workflows-dev-branch-tracking
- workflows-dev-deployment
- workflows-index
- workflows-release-system
- workflows-renovate
- workflows-reusable-workflows
- workflows-rs-deployment
- workflows-secret-scanning
- workflows-shared-workflows
- workflows-standards-compliance
- workflows-static-analysis
- workflows-sub-issue-management
- workflows-update-server
- workflows-workflow-architecture
- workflows