Class: Themigrator::CLI
- Inherits:
-
Thor
- Object
- Thor
- Themigrator::CLI
- Defined in:
- lib/themigrator/cli.rb
Instance Method Summary collapse
Instance Method Details
#migrate ⇒ Object
9 10 11 12 |
# File 'lib/themigrator/cli.rb', line 9 def migrate migrator = Themigrator::Migrator.new(Dir.pwd) migrator.migrate! end |
#roles ⇒ Object
15 16 17 18 19 |
# File 'lib/themigrator/cli.rb', line 15 def roles migration = Themigrator::Migration.new(Dir.pwd) migration.analyze_project! puts migration.roles.join("\n") end |