Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional logging during drupal:update command #4692

Closed
dan612 opened this issue Jul 18, 2023 · 0 comments
Closed

Additional logging during drupal:update command #4692

dan612 opened this issue Jul 18, 2023 · 0 comments
Labels
Enhancement A feature or feature request

Comments

@dan612
Copy link
Contributor

dan612 commented Jul 18, 2023

Is your feature request related to a problem? Please describe.
When performing code deployments using BLT the drupal:update command is invoked. This command should update the database and import configuration. However, if the configuration management strategy is set to none in BLT.yml then this will simply return with a cache clear (https://github.com/acquia/blt/blob/main/src/Robo/Commands/Drupal/ConfigCommand.php#L60) prior to any additional information being output.

Describe the solution you'd like
Add some more logging within the conditional:

if ($strategy === 'none') 

something to let the user running the command know that in their BLT.yml file they have specified none - and this means no configuration import is going to take place.

Describe alternatives you've considered
n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement A feature or feature request
Projects
None yet
Development

No branches or pull requests

2 participants