Skip to content

Commit

Permalink
[console] Update launcher template options. (#228)
Browse files Browse the repository at this point in the history
* [console] Update launcher template options.

* [console] Add missing single quotes.

* [console] Update multi-site example name.
  • Loading branch information
jmolivas committed Sep 2, 2017
1 parent 7148a1b commit 81175ee
Showing 1 changed file with 5 additions and 31 deletions.
36 changes: 5 additions & 31 deletions templates/core/init/config.yml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ application:
# editor: 'vim'
temp: '{{temp}}'
develop: 'false'
command: 'about'
command: 'list'
checked: 'false'
clear: 'false'
extras:
Expand All @@ -14,38 +14,12 @@ application:
chains: 'true'
mappings: 'true'
remote:
user: 'drupal'
# password: 'drupal'
port: '22'
# keys:
# public: '~/.ssh/id_rsa.pub'
# private: '~/.ssh/id_rsa'
# passphrase: '~/.ssh/passphrase.txt'
composer:
create-project:
default:
package: 'drupal-composer/drupal-project'
drupal:
package: 'drupal/drupal'
repositories:
default: 'https://packagist.drupal-composer.org'
drupal: 'https://packages.drupal.org/8'
packagist: 'https://packagist.org'
disable:
modules:
# - module_name_one
# - module_name_two
commands:
module:download: 'composer require drupal/project'
module:update: 'composer update drupal/project'
theme:download: 'composer require drupal/project'
theme:update: 'composer update drupal/project'
namespaces:
# - generate
# - create
user: 'drupal'
type: 'ssh'
options:
learning: {{learning}}
# target: drupalvm.dev
# uri: miltisite.dev
# target: 'site-alias.dev'
# uri: 'multi-site.dev'
generate-inline: {{generate_inline}}
generate-chain: {{generate_chain}}

0 comments on commit 81175ee

Please sign in to comment.