adding hidden alias command
This commit is contained in:
@@ -52,6 +52,9 @@ module Zanzibar
|
|||||||
run_action { bundle! }
|
run_action { bundle! }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc 'plunder', "Alias to `#{APPLICATION_NAME} bundle`", :hide => true
|
||||||
|
alias_method :plunder, :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