config:import
Importe une configuration dans le site courant.
Utilisation:
drupal config:import [options]
ci
Options disponibles
Option | Détails |
---|---|
--file | Path to an archive file of configuration to import. |
--directory | Path to a directory of configuration to import. |
--remove-files | Remove files after synchronization. |
--skip-uuid | Skip uuid from files |
Exemples
Provide a configuration file
drupal config:import \
--file=/path/to/config/file
Provide a configuration directory
drupal config:import \
--directory=/path/to/config/dir