generate:profile

Generate a profile.

Usage:

drupal generate:profile  [options]
gpr

Available options

OptionDetails

--profile

The profile name

--machine-name

The machine name (lowercase and underscore only)

--profile-path

The path of the profile

--description

Profile description

--core

Core version

--dependencies

Module dependencies separated by commas (i.e. context, panels)

--themes

the theme name

--distribution

The distribution name

Examples

Generate a profile specifying the profile name, the machine name, a description, the core and its module dependencies

drupal generate:profile  \
  --profile="NewProfileName"  \
  --machine-name="newprofilename"  \
  --description="My Useful Profile"  \
  --core="8.x"  \
  --dependencies="modulename"