eucalypt
>= 0.9.0
>= 0.9.0
  • eucalypt
  • Installation
  • CLI
    • Core
      • Init
      • Launch
      • Console
      • Test
      • Version
      • Rake
      • Help (-H)
    • Generate
      • Controller
      • Helper
      • Model
      • Scaffold
    • Destroy
      • Controller
      • Helper
      • Model
      • Scaffold
    • Blog
      • Setup
      • Article
        • List
        • Generate
        • Destroy
        • Edit
          • Urltitle
          • Datetime
    • Migration
      • Blank
      • Types
      • Create
        • Table
      • Add
        • Index
        • Column
      • Drop
        • Table
        • Index
        • Column
      • Rename
        • Table
        • Index
        • Column
      • Change
        • Column
  • Features
    • Controllers
    • Helpers
    • Views
      • Layouts
      • Partials
    • Static data
    • Core application file
    • Configuration
      • Logging
      • Asset pipeline
        • Manifest asset files
      • Initializers
      • Database
    • Manifest accessor
    • Application path helpers
    • Blog environment
      • Articles
    • Rendering static files
    • Maintenance mode
Powered by GitBook
On this page
  • Command
  • Arguments
  • Examples
  1. CLI
  2. Core

Console

Launches an interactive console with all application files loaded.

Command

$ eucalypt console
# Alias/shortened
$ eucalypt c

Arguments

  • [ENV] - The environment to run the console on. This can be one of:

    • production alias p

    • development alias d

    • test alias t

    Defaults to the value of the APP_ENV environment variable. If this is not set, then the default environment is development.

Examples

  • $ eucalypt console

    Runs the console in the default environment.

  • $ eucalypt console production

    Runs the console in the production environment.

PreviousLaunchNextTest

Last updated 6 years ago