Yaffs site version 1.1
[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 site:debug` to confirm that everything went well.'
10     error-missing: 'The directory "%s" doesn''t exist.'
11     error-not-drupal: 'This is not a valid drupal root: "%s"'
12     error-writing: 'An error accurred 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