Class: Chamber::Binary::Heroku

Inherits:
Thor
  • Object
show all
Defined in:
lib/chamber/binary/heroku.rb

Instance Method Summary collapse

Instance Method Details

#clearObject



28
29
30
# File 'lib/chamber/binary/heroku.rb', line 28

def clear
  Commands::Heroku::Clear.call(options)
end

#compareObject



76
77
78
# File 'lib/chamber/binary/heroku.rb', line 76

def compare
  Commands::Heroku::Compare.call(options)
end

#pullObject



61
62
63
# File 'lib/chamber/binary/heroku.rb', line 61

def pull
  puts Commands::Heroku::Pull.call(options)
end

#pushObject



49
50
51
# File 'lib/chamber/binary/heroku.rb', line 49

def push
  Commands::Heroku::Push.call(options)
end