Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (24 loc) · 648 Bytes

module-download.md

File metadata and controls

28 lines (24 loc) · 648 Bytes

module:download

Tải module hoặc các modules trong ứng dụng

Usage:

drupal module:download [arguments] [options]
mod

Available options

Option Details
--path The path of the contrib project
--latest Default to download most recent version
--composer Download the module using Composer
--unstable Module unstable

Available arguments

Argument Details
module Module or modules to be enabled should be separated by a space

Examples

  • Download module specifying module name and its path
drupal module:download  modulename  \
  --path="modules/contrib"