Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chain] Use weknowinc/drupal-project on chain commands. #327

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions config/chain/quick-start.yml
@@ -1,12 +1,13 @@
# How to use
# quick:start --directory="/path/to/drupal-project/"
# quick:start --directory="/path/to/drupal-project/" --profile="minimal"
# quick:start --repository="acquia/lightning-project:^8.1" --directory="/path/to/drupal-project/" --profile="lightning"
# quick:start --directory=/path/to/drupal-project/
# quick:start --directory=/path/to/drupal-project/ --profile=minimal
# quick:start --repository=weknowinc/drupal-project --directory=/path/to/drupal-project/ --profile=standard
command:
name: quick:start
description: 'Download, install and serve a new Drupal project'
vars:
repository:
- weknowinc/drupal-project
- drupal-composer/drupal-project:8.x-dev
- acquia/lightning-project
- acquia/reservoir-project
Expand Down
4 changes: 3 additions & 1 deletion config/chain/site-new.yml
@@ -1,14 +1,16 @@
# How to use
# site:new --directory=/path/to/drupal-project/
# site:new --repository=acquia/lightning-project --directory=/path/to/drupal-project/
# site:new --repository=weknowinc/drupal-project --directory=/path/to/drupal-project/
command:
name: site:new
description: 'Download a new Drupal project'
vars:
repository:
- weknowinc/drupal-project
- drupal-composer/drupal-project:8.x-dev
- acquia/lightning-project
- acquia/reservoir-project
- drupal/drupal
commands:
# Create Drupal project using Composer
- command: exec
Expand Down