lib/minimart/cli.rb in minimart-1.1.6 vs lib/minimart/cli.rb in minimart-1.2.0
- old
+ new
@@ -84,9 +84,13 @@
option :html,
type: :boolean,
default: true,
desc: 'Flag to determine whether or not to generate HTML output along with the universe endpoint.'
+ option :clean_cookbooks,
+ type: :boolean,
+ default: true,
+ desc: 'Flag to determine whether or not existing cookbook packages are deleted and recreated'
# Generate a web interface to download any mirrored cookbooks.
def web
Minimart::Commands::Web.new(options).execute!
rescue Minimart::Error::BaseError => e