Console
Launches an interactive console with all application files loaded.
Command
$ eucalypt console
# Alias/shortened
$ eucalypt cArguments
[ENV]- The environment to run the console on. This can be one of:productionaliaspdevelopmentaliasdtestaliast
Defaults to the value of the
APP_ENVenvironment variable. If this is not set, then the default environment isdevelopment.
Examples
$ eucalypt consoleRuns the console in the default environment.
$ eucalypt console productionRuns the console in the production environment.
Last updated