From 2bd8beb6c35abedd616d718c29633bfa6cb55e66 Mon Sep 17 00:00:00 2001 From: Norm MacLennan Date: Sun, 1 Feb 2015 13:26:55 -0500 Subject: [PATCH] adding hidden alias command --- lib/zanzibar/cli.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/zanzibar/cli.rb b/lib/zanzibar/cli.rb index 0033778..fdd2a58 100644 --- a/lib/zanzibar/cli.rb +++ b/lib/zanzibar/cli.rb @@ -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