aliasing install to bundle

This commit is contained in:
Norm MacLennan
2015-02-01 13:35:28 -05:00
parent 2bd8beb6c3
commit c050e21339

View File

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