Skip to content

drevops/vortex-tooling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vortex Tooling

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>.

Read-only mirror

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.

Installation

composer require drevops/vortex-tooling

After installation, scripts are available at vendor/drevops/vortex-tooling/src/.

Layout

.
├── src/         # Shipped shell scripts (no extension; executed directly)
├── tests/       # BATS unit tests
└── playground/  # Manual integration scripts (not part of the published package)

Customisation

Customise shipped scripts via cweagans/composer-patches declared in your project's composer.json. Do not fork or modify scripts in-place.

License

GPL-3.0-or-later

About

Tooling to work with Vortex

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages