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

Help (-H)

Display additional information about other commands and their arguments and options.

Command

$ eucalypt -H

Arguments

  • [COMMAND] - The command to display additional information about.

Examples

  • $ eucalypt -H init

    $ eucalypt -H i

    Displays information about initializing an application.

  • $ eucalypt -H migration create table

    $ eucalypt -H m create t

    Displays information about generating a table creation migration.

  • $ eucalypt -H security policy generate

  • $ eucalypt -H s policy g

    Displays information about generating an authorization policy.

  • $ eucalypt -H generate scaffold

    $ eucalypt -H g s

    Displays information about generating scaffolds

PreviousRakeNextGenerate

Last updated 6 years ago