acquia / blt

Acquia's toolset for automating Drupal 8 and 9 development, testing, and deployment.
https://docs.acquia.com/blt/
GNU General Public License v2.0
442 stars 394 forks source link

BLT-5199: Add "Acquia Cloud Cron Tasks" plugin to the list of community plugins #4647

Open vbouchet31 opened 1 year ago

vbouchet31 commented 1 year ago

Can you please add blt-acquia-cloud-cron-tasks to the list of community plugins.

It allows to manage Acquia Cloud cron tasks via a yml file in the repository.

Thanks

danepowell commented 1 year ago

Thanks, will do. By the way, Acquia CLI also allows you to manage cron tasks on Acquia Cloud, give it a shot if you haven't already!

vbouchet31 commented 1 year ago

Thanks @danepowell but I think ACLI is only a wrapper around the cloud API whereas the BLT plugin allow to have your cron tasks configured in a yml file and being deployed during code deployment / update on environment. ACLI would have been useful for the API part but I am already using @typhonius "SDK" to handle the API part and minimize dependencies.