# File lib/r10k/cli/puppetfile.rb, line 28 def self.command @cmd ||= Cri::Command.define do name 'install' usage 'install' summary 'Install all modules from a Puppetfile' required nil, :moduledir, 'Path to install modules to' required nil, :puppetfile, 'Path to puppetfile' flag nil, :force, 'Force locally changed files to be overwritten' runner R10K::Action::Puppetfile::CriRunner.wrap(R10K::Action::Puppetfile::Install) end end