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
The current config:get doesn't show the default value from the config.xml if it's not in the database.
Check the default value in case there's no value found via DB. https://github.com/netz98/n98-magerun2/blob/develop/src/N98/Magento/Command/Config/Store/GetCommand.php#L128
This alias function does this:
function m2-config-get () { bin/mageru2 dev:con "\$di->create(\Magento\Framework\App\Config\ScopeConfigInterface::class)->getValue('$1');exit" | grep '=>' }
The text was updated successfully, but these errors were encountered:
Possibly a subset of #712
It would be neat if we could have config:store:get read default.xml, config.php, and env.php appropriately.
Sorry, something went wrong.
@rafaelstz Duplicate of #712
No branches or pull requests
Current Implementation
The current config:get doesn't show the default value from the config.xml if it's not in the database.
Suggested Enhancement
Check the default value in case there's no value found via DB.
https://github.com/netz98/n98-magerun2/blob/develop/src/N98/Magento/Command/Config/Store/GetCommand.php#L128
This alias function does this:
Expected Benefits
The text was updated successfully, but these errors were encountered: