We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Default values and supported Magento versions could be passed by optional command line options or environment variables, e.g.
dev/init --non-interactive --vendor=integer-net --author-github=schmengler [...]
M2MT_VENDOR=integer-net M2MT_AUTHOR_GITHUB=schmengler ... dev/init --non-interactive
Environment variables would override default values, CLI options would override environment variables.
The --non-interactive flag will use those default values and not ask questions.
--non-interactive
For Magento version compatibility, the currently officially supported versions would be assumed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Default values and supported Magento versions could be passed by optional command line options or environment variables, e.g.
Environment variables would override default values, CLI options would override environment variables.
The
--non-interactive
flag will use those default values and not ask questions.For Magento version compatibility, the currently officially supported versions would be assumed.
The text was updated successfully, but these errors were encountered: