Skip to content

Commit 1e6afe1

Browse files
authored
[chain] Use weknowinc/drupal-project on chain commands. (#327)
* Use weknowinc/drupal-project on chain commands. * Rollback usage of --no-progress instead of --no-install.
1 parent e05f954 commit 1e6afe1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

config/chain/quick-start.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# How to use
2-
# quick:start --directory="/path/to/drupal-project/"
3-
# quick:start --directory="/path/to/drupal-project/" --profile="minimal"
4-
# quick:start --repository="acquia/lightning-project:^8.1" --directory="/path/to/drupal-project/" --profile="lightning"
2+
# quick:start --directory=/path/to/drupal-project/
3+
# quick:start --directory=/path/to/drupal-project/ --profile=minimal
4+
# quick:start --repository=weknowinc/drupal-project --directory=/path/to/drupal-project/ --profile=standard
55
command:
66
name: quick:start
77
description: 'Download, install and serve a new Drupal project'
88
vars:
99
repository:
10+
- weknowinc/drupal-project
1011
- drupal-composer/drupal-project:8.x-dev
1112
- acquia/lightning-project
1213
- acquia/reservoir-project

config/chain/site-new.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# How to use
22
# site:new --directory=/path/to/drupal-project/
3-
# site:new --repository=acquia/lightning-project --directory=/path/to/drupal-project/
3+
# site:new --repository=weknowinc/drupal-project --directory=/path/to/drupal-project/
44
command:
55
name: site:new
66
description: 'Download a new Drupal project'
77
vars:
88
repository:
9+
- weknowinc/drupal-project
910
- drupal-composer/drupal-project:8.x-dev
1011
- acquia/lightning-project
1112
- acquia/reservoir-project
13+
- drupal/drupal
1214
commands:
1315
# Create Drupal project using Composer
1416
- command: exec

0 commit comments

Comments
 (0)