module:download

モジュールをダウンロード

Usage:

drupal module:download [arguments] [options]
mod

Available options

OptionDetails

--path

プロジェクトのパス

--latest

最新バージョンをダウンロードする

--composer

Composerを利用してモジュールをダウンロードする

--unstable

Module unstable

Available arguments

ArgumentDetails

module

モジュール名 (複数指定する場合はスペース区切り)

Examples

Download module specifying module name and its path

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