Configuration workflow with Drush
In addition to using the interface to import and export configuration, it can also be triggered through Drush. The following commands are available:
drush config-export: Exports all site configuration to thesynchronizationfolder.drush config-import: Imports all site configuration from thesynchronizationfolder. By default, this will delete any configuration on the system that is not present in thesynchronizationfolder; you can provide the--partialflag to avoid this behavior.drush config-pull: Exports configuration from one remote site and copies it to another; for example,drush config-pull @live @selfwill export all configuration on the site at the@live aliasand copy the files down to the current site.drush config-list: Lists all configuration objects on the site.drush config-set: Directly sets a configuration value in the database.drush config-get: Returns the value of a configuration object.drush config-edit: Opens the system editor, for example...