# File lib/heroku/commands/stack.rb, line 17 def migrate stack = args.shift.downcase.strip rescue nil if !stack display "Usage: heroku stack:migrate <target_stack>" else display heroku.migrate_to_stack(app, stack) end end