-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add option for bootstrapping new site with Drupal CMS #1840
Conversation
Just add me as a reviewer when this is ready for review |
Try the dev build for this PR: https://acquia-cli.s3.amazonaws.com/build/pr/1840/acli.phar
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1840 +/- ##
=========================================
Coverage 92.91% 92.92%
Complexity 1846 1846
=========================================
Files 123 123
Lines 6963 6964 +1
=========================================
+ Hits 6470 6471 +1
Misses 493 493 ☔ View full report in Codecov by Sentry. |
Need to check if this will work without a tagged release of the project. Converted back to draft for now. |
Ok, yeah I need to tag a release of the scaffold project so that the resulting command ( But I don't want to create that tag until I sort out why the MySQL 57 module isn't working in IDEs. |
Ok, all set! |
Motivation
Adds Drupal CMS to the list of scaffold projects.
Proposed changes
""
Alternatives considered
None
Testing steps
acli app:new:local
should show three options including Drupal CMS.