adding hidden alias command

This commit is contained in:
Norm MacLennan
2015-02-01 13:26:55 -05:00
parent c416f90ea7
commit 2bd8beb6c3

View File

@@ -52,6 +52,9 @@ module Zanzibar
run_action { bundle! }
end
desc 'plunder', "Alias to `#{APPLICATION_NAME} bundle`", :hide => true
alias_method :plunder, :bundle
desc 'update', "Redownload all secrets in your #{ZANZIFILE_NAME}"
option 'verbose', type: :boolean, default: false, aliases: :v
def update