Brings up a shell to run wp-cli, composer etc.
OPTIONS
[<site-name>]
: Name of website to run shell on.
[–user=<user>]
: Set the user to exec into shell.
[–service=<service>]
: Set the service whose shell you want.
—
default: php
—
[–command=<command>]
: Command to non-interactively run in the shell.
[–skip-tty]
: Skips tty allocation.
EXAMPLES
# Open shell for site
$ ee shell example.com
# Open shell with root user
$ ee shell example.com --user=root
# Open shell for some other service
$ ee shell example.com --service=nginx
# Run command non-interactively
$ ee shell example.com --service=nginx --command='nginx -t && nginx -s reload'
GLOBAL PARAMETERS
Argument | Description |
---|---|
--sites_path=<path> |
Absolute path to where all sites will be stored. |
--locale=<locale> |
Locale for WordPress. |
--le-mail=<le-mail> |
Mail-id to be used for letsencrypt. |
--[no-]color |
Whether to colorize the output. |
--debug[=<group>] |
Show all PHP errors; add verbosity to EE bootstrap. |
--quiet |
Suppress informational messages. |
The post ee shell appeared first on EasyEngine.