lib/r10k/cli/deploy.rb in r10k-2.5.5 vs lib/r10k/cli/deploy.rb in r10k-2.6.0

- old
+ new

@@ -20,9 +20,10 @@ `r10k deploy` implements the Git branch to Puppet environment workflow (https://puppetlabs.com/blog/git-workflow-and-puppet-environments/). DESCRIPTION required nil, :cachedir, 'Specify a cachedir, overriding the value in config' + flag nil, :'no-force', 'Prevent the overwriting of local module modifications' run do |opts, args, cmd| puts cmd.help(:verbose => opts[:verbose]) exit 0 end