module:download

Modul vagy modulok letöltése

Usage:

drupal module:download [arguments] [options]
mod

Available options

OptionDetails

--path

The path of the contrib project

--latest

Az alapértelmezés a legfrissebb verzió letöltése

--composer

Download the module using Composer

--unstable

Module unstable

Available arguments

ArgumentDetails

module

Az engedélyezendő modulokat szóközzel kell elválasztani

Examples

Download module specifying module name and its path

drupal module:download  modulename  \
  --path="modules/contrib"