improper/lando-magento2-template

Sample data command not installing sample data

Opened this issue · 2 comments

Sample data is not installed when following the quicksetup instructions and providing
--use-sample-data option.

To Reproduce
lando magento quick:setup --use-sample-data

Expected Result
Sample data is installed

Actual result
Command runs without error but there are no sample data packages installed. Seems to just run the install command again.

This works
lando magento sampledata:deploy
lando magento setup:upgrade

What is the output that you get when passing --sample-data? Re-read your issue description.

Looks like the modified setup may no longer be forwarding options to the Magento cli.

Where is this command actually being handled. I can t find a function or a command called --use-sample-data or --sample-data?