acquia / drs-acsf
Acquia recommended acsf drush commands.
Installs: 7 838
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 1
Open Issues: 0
Requires
- acquia/drupal-recommended-settings: ^1.0
- drupal/acsf: ^2.47.0
Requires (Dev)
- acquia/coding-standards: ^1.0
- ergebnis/composer-normalize: ^2.30.2
- phpro/grumphp-shim: ^2.2
This package is auto-updated.
Last update: 2024-10-09 16:09:43 UTC
README
This plugin is specially designed for the automated generation of settings files needed for running code in an ACSF environment.
composer require acquia/drs-acsf
Commands
The acsf-init Drush command (provided as part of the Site Factory Connector module) prepares a custom Drupal distribution for development and deployment on Site Factory. The command appends information to your website’s sites/default/settings.php file, while also creating any necessary directories, identifying database credentials, creating a sites.php file, and copying files required by Site Factory.
./vendor/bin/drush drs:acsf:init:all
Above command will initialize support for Acquia Cloud Site Factory by performing the following tasks:
- Executing the
acsf-init
command, provided by the drupal/acsf module. - Adding default factory-hooks to your application.
./vendor/bin/drush drs:acsf:init:drush
- Executing initialization command provided acsf module
./vendor/bin/drush validate:acsf
Above command will validate all required settings are in place.