Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[config:override] Rename to config:set #245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: 'Override config value in active configuration.'
description: 'Set config value in active configuration storage.'
questions:
name: 'Enter configuration name'
key: 'Enter the configuration key'
Expand All @@ -12,13 +12,13 @@ messages:
configuration: 'Configuration name'
configuration-key: 'Configuration key'
original: 'Original Value'
updated: 'Override Value'
updated: 'Set Value'
invalid-name: 'Config object "%s" does not exist.'
invalid-config-file: 'Config file does not exist.'
examples:
- description: "Override options from the Who's new view"
- description: "Set options from the Who's new view"
execution: |
drupal config:override views.view.who_s_new \
drupal config:set views.view.who_s_new \
--key='langcode' \
--key='label' \
--key='display.default.position' \
Expand Down