Shell scripts that ship with Vortex, the Drupal project template by DrevOps. These scripts implement the host-side and in-container operations used by Vortex-based projects: database download/export, deployment, notifications, provisioning, doctor, project reset, and more.
This package is distributed via Composer as drevops/vortex-tooling. Consumer
projects install it as a regular dependency and invoke the shipped scripts at
vendor/drevops/vortex-tooling/src/<script-name>.
Important
This repository is a read-only mirror of the
.vortex/tooling/
directory in the drevops/vortex
monorepo. Do not open issues or pull requests here. All development
happens in the parent repository.
| You want to | Go to |
|---|---|
| Report a bug | drevops/vortex/issues |
| Propose a change | drevops/vortex/pulls |
| Browse the source of truth | drevops/vortex/.vortex/tooling |
| Read the documentation | www.vortextemplate.com |
Each commit in this repository corresponds to a commit in the parent repository. The commit message body records the source commit SHA for provenance.
composer require drevops/vortex-toolingAfter installation, scripts are available at
vendor/drevops/vortex-tooling/src/.
.
├── src/ # Shipped shell scripts (no extension; executed directly)
├── tests/ # BATS unit tests
└── playground/ # Manual integration scripts (not part of the published package)
Customise shipped scripts via
cweagans/composer-patches
declared in your project's composer.json. Do not fork or modify scripts
in-place.