Class: Brut::CLI::Apps::DB

Inherits:
Commands::BaseCommand show all
Defined in:
lib/brut/cli/apps/db.rb

Defined Under Namespace

Classes: Create, Drop, Migrate, NewMigration, Rebuild, Seed, Status

Instance Attribute Summary

Attributes inherited from Commands::BaseCommand

#parent_command

Instance Method Summary collapse

Methods inherited from Commands::BaseCommand

#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_classObject



10
# File 'lib/brut/cli/apps/db.rb', line 10

def default_command_class = Status

#descriptionObject



7
# File 'lib/brut/cli/apps/db.rb', line 7

def description = "Manage your database in development, test, and production"

#nameObject



8
# File 'lib/brut/cli/apps/db.rb', line 8

def name = "db"