Skip to content
This repository was archived by the owner on Jun 6, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 785 Bytes

console-command.md

File metadata and controls

40 lines (26 loc) · 785 Bytes

Chapter 4. Console command

Display raw configuration

You can execute the next command to display the current raw configuration for the extension alias harmony_settings_manager:

php bin/console debug:config harmony_settings_manager

{% hint style="warning" %} Settings from themes or extensions won't be visible in the raw configuration {% endhint %}

Using the debug command

Displays all available settings

php bin/console debug:settings

Display all configured domains

php bin/console debug:settings --domains

Display settings for a specific domain

php bin/console debug:settings --domain=default

Display all settings with a specific tag

php bin/console debug:settings --tag=foo