You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you're required to run build:project than manually configure the .env file through another editor. This could be wrapped in an interactive robo command: http://robo.li/getting-started/#io
User flow:
vendor/bin/robo setup:env
Please specify your base URL: http://magento.test
Please specify your admin path [admin]:
Please specify your admin username: admin
Please specify your admin password: password123
Validation on the inputs on these steps would also help detect issues with the setup. The system could also do a quick validation upon the configuration's input to verify if the environment exists and is working correctly.