Class: Brut::CLI::Apps::DB
- Inherits:
-
Commands::BaseCommand
- Object
- Commands::BaseCommand
- Brut::CLI::Apps::DB
- 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
Instance Method Summary collapse
Methods inherited from Commands::BaseCommand
#accepts, #args_description, #argv, #bootstrap?, #commands, #default_rack_env, #delegate_to_command, #detailed_description, #env, #env_vars, #execute, #options, #opts, #puts, #run, #stdin, #system!, #theme
Instance Method Details
#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" |