config:export:single
yml फाइल के रूप में सिंगल कॉन्फ़िगरेशन एक्सपोर्ट करे।
Usage:
drupal config:export:single [options]
ces
Available options
Option | Details |
---|---|
--name | Configuration name. |
--directory | Define the export directory to save the configuration output. |
--module | मोड्यूल का नाम। |
--include-dependencies | कॉन्फ़िगरेशन का निर्भरता के रूप में अच्छी तरह से एक्सपोर्ट करे। |
--optional | Export config as an optional YAML configuration in your module |
--remove-uuid | If set, the configuration will be exported without uuid key. |
--remove-config-hash | If set, the configuration will be exported without the default site hash key. |
Examples
Provide config settings name to be exported
drupal config:export:single \
--name=config.settings.name
if uuid and/or config hashes will be removed.
drupal config:export:single \
--name=config.settings.name \
--remove-uuid \
--remove-config-hash