config:override

Override config value in active configuration.

Usage:

drupal config:override [arguments] [options]
co

Available options

OptionDetails

--key

Key

--value

Value

Available arguments

ArgumentDetails

name

Configuration name

Examples

Override options from the Who's new view

drupal config:override views.view.who_s_new \
  --key='langcode' \
  --key='label' \
  --key='display.default.position' \
  --value='es' \
  --value='New label' \
  --value='1'