Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (32 loc) · 668 Bytes

debug-config.md

File metadata and controls

36 lines (32 loc) · 668 Bytes

debug:config

Hiển thị cấu hình hiện tại

Usage:

drupal debug:config [arguments] [options]
dc

Available options

Option Details
--show-overridden Show overridden configurations.

Available arguments

Argument Details
name Tên cấu hình

Examples

  • List all configuration object names.
drupal config:debug
  • Display system site configurations values.
drupal config:debug system.site
  • List all system configuration names.
drupal config:debug | grep system
  • List all configuration including overridden values.
drupal debug:config --show-overridden