Class: Henry::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/henry/cli.rb

Instance Method Summary collapse

Instance Method Details

#bootstrapObject



9
10
11
# File 'lib/henry/cli.rb', line 9

def bootstrap
  Bootstrap.new(self).perform
end

#deployObject



4
5
6
# File 'lib/henry/cli.rb', line 4

def deploy
  Henry::Deploy.new(Dir.pwd).perform
end