Skip to content

Commit 20def1e

Browse files
committed
Restored app:config:status command after it was accidentally removed.
1 parent ee59325 commit 20def1e

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)