Launches an interactive console with all application files loaded.
$ eucalypt console # Alias/shortened $ eucalypt c
[ENV] - The environment to run the console on. This can be one of:
[ENV]
production alias p
production
p
development alias d
development
d
test alias t
test
t
Defaults to the value of the APP_ENV environment variable. If this is not set, then the default environment is development.
APP_ENV
$ eucalypt console
Runs the console in the default environment.
$ eucalypt console production
Runs the console in the production environment.
Last updated 6 years ago