lib/hanzo/cli.rb in hanzo-0.4.4 vs lib/hanzo/cli.rb in hanzo-0.4.5
- old
+ new
@@ -1,6 +1,7 @@
require 'hanzo/modules/deploy'
+require 'hanzo/modules/diff'
require 'hanzo/modules/install'
require 'hanzo/modules/config'
module Hanzo
class CLI < Base
@@ -29,9 +30,10 @@
@options.banner = <<-BANNER.unindent
Usage: hanzo action [options]
Available actions:
deploy - Deploy a branch or a tag
+ diff - Show the diff between HEAD and the current release
install - Install Hanzo configuration
config - Manage Heroku configuration variables
Options:
BANNER