CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Extensions (Moderators: mathieu, totten, kasiawaka) »
  • install extensions using drush
Pages: [1]

Author Topic: install extensions using drush  (Read 1703 times)

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
install extensions using drush
January 08, 2013, 02:09:59 pm
Hi,

Tim made me very happy by explaining me how to manage civicrm native extensions from drush, as you love doing it for drupal modules:


In Civi v4.2, you can say:

## Install com.example.foo. If it's not already available, download it.
drush civicrm-api extension.install key=com.example.foo

## Install com.example.foo and com.example.bar. If it's not already available, download it.
drush civicrm-api extension.install keys=com.example.foo,com.example.bar

In Civi v4.3, you can say:

## Install com.example.foo (assuming the code is already available)
drush civicrm-api extension.install key=com.example.foo

## Install com.example.foo and com.example.bar (assuming the code is available)
drush civicrm-api extension.install keys=com.example.foo,com.example.bar

## Download the latest compatible version of com.example.foo and install it
drush civicrm-api extension.download key=com.example.foo

## Download a specific build of com.example.foo and install it
drush civicrm-api extension.download key=com.example.foo url=http://example.com/my-extension-X.Y.zip

2013 is going to be a great year for extensions!
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Discussion »
  • Extensions (Moderators: mathieu, totten, kasiawaka) »
  • install extensions using drush

This forum was archived on 2017-11-26.