drush make commands


Drush make commands for Drush 8.

  • bmake


    Turns a makefile into a working Backdrop codebase.


    drush bmake

    drush bmake

  • make


    Turns a makefile into a working Drupal codebase.


    drush make

    drush make

  • make-convert


    Convert a legacy makefile into another format. Defaults to converting .make => .make.yml.


    drush make-convert

    drush make-convert

  • make-generate


    Generate a makefile from the current Drupal site.


    drush make-generate

    drush make-generate

  • make-lock


    Process a makefile and outputs an equivalent makefile with projects version *resolved*. Respects pinned versions.


    drush make-lock

    drush make-lock

  • make-update


    Process a makefile and outputs an equivalent makefile with projects version resolved to latest available.


    drush make-update

    drush make-update