class Minimart::Cli

The command line interface for Minimart.

Constants

DEFAULT_INVENTORY_CONFIG
DEFAULT_INVENTORY_DIRECTORY
DEFAULT_WEB_DIRECTORY

Public Instance Methods

init() click to toggle source

Init

# File lib/minimart/cli.rb, line 28
desc 'init', 'Begin a new Minimart.'
mirror() click to toggle source

Mirror

# File lib/minimart/cli.rb, line 55
desc 'mirror', 'Mirror cookbooks specified in an inventory file.'
version() click to toggle source

Version

# File lib/minimart/cli.rb, line 20
desc 'version', 'Display Minimart version.'
web() click to toggle source

Web

# File lib/minimart/cli.rb, line 79
desc 'web', 'Generate a web interface to download any mirrored cookbooks.'