Console
Launches an interactive console with all application files loaded.
Command
Arguments
[ENV]
- The environment to run the console on. This can be one of:production
aliasp
development
aliasd
test
aliast
Defaults to the value of the
APP_ENV
environment variable. If this is not set, then the default environment isdevelopment
.
Examples
$ eucalypt console
Runs the console in the default environment.
$ eucalypt console production
Runs the console in the production environment.
Last updated