Skip to content

Commit 7df5e48

Browse files
ENGCOM-1537: Restored app:config:status command after it was accidentally removed. #15174
2 parents 5b7a07b + 7f5433a commit 7df5e48

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Deploy/etc

1 file changed

+1
-0
lines changed

app/code/Magento/Deploy/etc/di.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<item name="dumpApplicationCommand" xsi:type="object">\Magento\Deploy\Console\Command\App\ApplicationDumpCommand</item>
3232
<item name="sensitiveConfigSetCommand" xsi:type="object">\Magento\Deploy\Console\Command\App\SensitiveConfigSetCommand</item>
3333
<item name="configImportCommand" xsi:type="object">Magento\Deploy\Console\Command\App\ConfigImportCommand</item>
34+
<item name="configStatusCommand" xsi:type="object">Magento\Deploy\Console\Command\App\ConfigStatusCommand</item>
3435
</argument>
3536
</arguments>
3637
</type>

0 commit comments

Comments
 (0)