Class: Ardb::CLI::MigrateCommand
- Inherits:
-
Object
- Object
- Ardb::CLI::MigrateCommand
- Includes:
- MigrateCommandBehaviors
- Defined in:
- lib/ardb/cli/commands.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.command_name ⇒ Object
264 265 266 |
# File 'lib/ardb/cli/commands.rb', line 264 def self.command_name "migrate" end |
.command_summary ⇒ Object
268 269 270 |
# File 'lib/ardb/cli/commands.rb', line 268 def self.command_summary "Migrate the configured DB" end |