Skip to content

Commit

Permalink
...and some more missing bits :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
djoos committed Apr 7, 2014
1 parent 10e4855 commit 022c27f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Thorfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ class Default < Thor
super(*args)
end

class_option :verbose,
:type => :boolean,
:aliases => "-v",
:default => false

method_option :knife_config,
:type => :string,
:aliases => "-c",
:desc => "Path to your knife configuration file",
:default => "~/.chef/knife.rb"

desc "release", "Create a tag from metadata version and push to the community site."
def release
unless clean?
Expand Down

0 comments on commit 022c27f

Please sign in to comment.