Skip to content

Instantly share code, notes, and snippets.

@derhasi
Created October 28, 2015 16:38
Show Gist options
  • Save derhasi/9edbc13de630d598336b to your computer and use it in GitHub Desktop.
Save derhasi/9edbc13de630d598336b to your computer and use it in GitHub Desktop.
# This is a command configuration to be used with https://github.com/derhasi/buddy
commands:
# calls the global composer command from the root folder
composer:
cmd: composer
workingDir: $DIR
# Calls a local drush command in ./vendor/bin/drush
drush:
cmd: drush
cmdDir: $DIR/vendor/bin
workingDir: $DIR/docroot
# Calls local drzpal 8 console command in ./vendor/bin/drush
console:
cmd: console
cmdDir: $DIR/vendor/bin
workingDir: $DIR/docroot
Copy link

ghost commented Oct 28, 2015

Data center access limited to data center technicians and approved GitHub staff..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment