Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console-en / translations / site.import.local.yml
1 description: 'Import/Configure an existing local Drupal project'
2 help: 'The <info>site:import:local</info> does create the yaml configuration file for a local existing site.'
3 arguments:
4   directory: 'Existing Drupal root directory'
5   name: 'Name that will be used to generate the site config'
6 options:
7   environment: 'Name of the environment that is going to be imported'
8 messages:
9   imported: 'The site has been imported successfully. You might want to run `drupal debug:site` to confirm that everything went well.'
10   error-missing: 'The directory "%s" does not exist.'
11   error-not-drupal: 'This is not a valid drupal root: "%s"'
12   error-writing: 'An error occurred while trying to write the config file: "%s"'
13 questions:
14   directory: 'Enter the directory name where to install Drupal'
15   name: 'Enter the name of the site'
16   environment: 'Enter the site environment name'
17 examples:
18   - description: 'Import local drupal project specifying the site name and the path'
19     execution:
20       drupal site:import:local  SiteName /private/var/www/vhost/anexusit/drupal8.dev/web