blt
blt copied to clipboard
Acquia's toolset for automating Drupal 10 development, testing, and deployment.
**Describe the bug** I am upgrading from blt 11 to 13.5 and trying to patch one of the module. Composer patch works locally but whenever I deploy the code using...
**I want to...** I want to use BLT with a custom environment detector when hosting in non-acquia environments. Some of our clients are hosted on acquia, and others are not,...
**Describe the bug** I'm using twig tweak module 3.1.3. Using one of the filter from it in a template and getting error on `blt validate` is giving error **To Reproduce**...
Hello everyone, im trying to make my file sync ignore some larger files like PDF and vídeos, with no success, i placed the following on my blt.yml: ``` sync: #...
**Describe the bug** The default BLT git hooks (in https://github.com/acquia/blt/tree/main/scripts/git-hooks) explicitly define bash as the scripting engine, which causes them to fail on zsh terminals. **To Reproduce** Steps to reproduce...
When using BLT to deploy artifact to Acquia Git repository, BLT is generating a commit to the target branch. However, we often don't really need to keep an history of...
**Describe the bug** BLT provides a very useful tool to automate the process of building and deploying an artifact to Acquia. We currently use `blt artifact-deploy` with this purpose in...
When running `blt drupal:update` we are currently missing a way to execute post update hooks after config import. Support for `hook_deploy_NAME()` has been added 2 years ago to Drush (ref....
**I want to...** Run phpcs/phpcbf validation on my project files. **It's not working because...** Running the commands results in an error. **Detailed error output** If I run `blt validate:phpcs` I...
**Describe the bug** BLT's pre-commit hook is hard-coded to execute a bunch of validations, like for composer, yaml, and twig files. These validations occur even if there are no files...