162cee7951543c9a679466a9efc60fe6810c5b21
[yaffs-website] / vendor / drupal / console-core / dist / chain / build-install.yml
1 command:
2   name: build:install
3   description: 'Build site by installing and importing configuration'
4 commands:
5   # Install site
6   - command: site:install
7     options:
8       force: true
9       no-interaction: true
10     arguments:
11       profile: standard
12   # Import configuration
13   - command: build