Restored app:config:status command after it was accidentally removed. #15174
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is a fix to restore the functionality added by #12441
It is mentioned in the release notes of Magento 2.2.4 that there is supposed to be a new command
app:config:status:But when trying this out on a cleanly installed Magento 2.2.4, that new command doesn't seem to exist.
This is because the line which was added to the
di.xmlfile of theMagento_Deploymodule by #12441 was (accidentally?) removed in e6b6c65#diff-2bf3eac66ec091433127117dae63d6a5L34Just to be sure, the commit which introduced the problem is fixing this issue: #14104 and I verified that restoring this one line in the
di.xmlfile has no influence on issue #14104, so I'm pretty sure that line was accidentally removed (probably by a merge conflict or something like that).Be aware, if e6b6c65 gets forward ported to Magento 2.3, the fix in this PR will also need to be forward ported.
Fixed Issues (if relevant)
Manual testing scenarios
bin/magento app:config:statusContribution checklist