aliasing install to bundle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user