aliasing install to bundle
This commit is contained in:
@@ -55,6 +55,9 @@ module Zanzibar
|
|||||||
desc 'plunder', "Alias to `#{APPLICATION_NAME} bundle`", :hide => true
|
desc 'plunder', "Alias to `#{APPLICATION_NAME} bundle`", :hide => true
|
||||||
alias_method :plunder, :bundle
|
alias_method :plunder, :bundle
|
||||||
|
|
||||||
|
desc 'install', "Alias to `#{APPLICATION_NAME} bundle`"
|
||||||
|
alias_method :install, :bundle
|
||||||
|
|
||||||
desc 'update', "Redownload all secrets in your #{ZANZIFILE_NAME}"
|
desc 'update', "Redownload all secrets in your #{ZANZIFILE_NAME}"
|
||||||
option 'verbose', type: :boolean, default: false, aliases: :v
|
option 'verbose', type: :boolean, default: false, aliases: :v
|
||||||
def update
|
def update
|
||||||
|
|||||||
Reference in New Issue
Block a user