Sha256: a116567befe92ebae440999bc556a407dc381d3254a761b91956d8711a57a08a

Contents?: true

Size: 1.26 KB

Versions: 6

Compression:

Stored size: 1.26 KB

Contents

  Usage: decko COMMAND [ARGS]

  The most common decko commands are:
   new         Create a new Decko deck. "decko new my_deck" creates a
               new deck called MyDeck in "./my_deck"
   seed        Create and seed the database specified in config/database.yml

   server      Start the Rails server (short-cut alias: "s")
   console     Start the Rails console (short-cut alias: "c")
   dbconsole   Start a console for the database specified in config/database.yml
               (short-cut alias: "db")

  For core developers
   cucumber     Run cucumber features (short-cut alias: "cc")
   rspec        Run rspec tests (short-cut alias: "rs")
   update       Run card migrations
   load         Load bootstrap data into database

  In addition to those, there are the standard rails commands:
   generate     Generate new code (short-cut alias: "g")
   application  Generate the Rails application code
   destroy      Undo code generated with "generate" (short-cut alias: "d")
   benchmarker  See how fast a piece of code runs
   profiler     Get profile information from a piece of code
   plugin       Install a plugin
   runner       Run a piece of code in the application environment (short-cut alias: "r")

  All commands can be run with -h (or --help) for more information.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
card-1.103.4 lib/cardio/commands/USAGE
card-1.103.3 lib/cardio/commands/USAGE
card-1.103.2 lib/cardio/commands/USAGE
card-1.103.1 lib/cardio/commands/USAGE
card-1.103.0 lib/cardio/commands/USAGE
card-1.102.0 lib/cardio/commands/USAGE