Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console-en / translations / config.import.yml
1 description: 'Import configuration to current application.'
2 options:
3     file: 'Path to an archive file of configuration to import.'
4     directory: 'Path to a directory of configuration to import.'
5     remove-files: 'Remove files after synchronization.'
6 messages:
7     config_files_imported: 'List of config files.'
8     imported: 'Configuration imported successfully.'
9     importing: 'Importing configuration.'
10     already-imported: 'Another request may be synchronizing configuration already.'
11     nothing-to-do: 'There are no changes to import.'
12 examples:
13     - description: 'Provide a configuration file'
14       execution: |
15         drupal config:import \
16           --file=/path/to/config/file
17     - description: 'Provide a configuration directory'
18       execution: |
19         drupal config:import  \
20           --directory=/path/to/config/dir
21