Command
terminus multidev:create
Description
Creates a multidev environment. If there is an existing Git branch with the multidev name, then it will be used when the new environment is created.
Example Usage
terminus multidev:create --no-db --no-files -- <site>.<env> <multidev>multidev:create <site>.<env> <multidev> Creates the Multidev environment, <multidev>, within <site> with database and files from the <env> environment.
multidev:create <site>.<env> <multidev> --no-db Creates the <multidev> environment without database from the <env> environment.
multidev:create <site>.<env> <multidev> --no-files Creates the <multidev> environment without files from the <env> environment.
env:create
Options
| Option | Description |
|---|---|
| --ansi | Force (or disable --no-ansi) ANSI output |
| --define | Define a configuration item value. |
| --help | Display help for the given command. When no command is given display help for the <info>list</info> command |
| --no-ansi | Negate the "--ansi" option |
| --no-db | Do not clone database |
| --no-files | Do not clone files |
| --no-interaction | Do not ask any interactive question |
| --quiet | Do not output any message |
| --verbose | Increase the verbosity of messages: 1 for normal output (-v), 2 for more verbose output (-vv), and 3 for debug (-vvv) |
| --version | Display this application version |
| --yes | Answer all confirmations with "yes" |