Class: Brut::CLI::Apps::DB
Defined Under Namespace
Classes: Create, Drop, Migrate, NewMigration, Rebuild, Seed, Status
Instance Attribute Summary
#parent_command
Instance Method Summary
collapse
#accepts, #args_description, #argv, #bootstrap?, #commands, #default_command, #default_rack_env, #env, #env_vars, #execute, #options, #opts, #puts, #run, #stderr, #stdin, #stdout, #system!
Instance Method Details
#default_command_class ⇒ Object
10
|
# File 'lib/brut/cli/apps/db.rb', line 10
def default_command_class = Status
|
#description ⇒ Object
7
|
# File 'lib/brut/cli/apps/db.rb', line 7
def description = "Manage your database in development, test, and production"
|
#name ⇒ Object
8
|
# File 'lib/brut/cli/apps/db.rb', line 8
def name = "db"
|