lib/r10k/cli/deploy.rb in r10k-3.11.0 vs lib/r10k/cli/deploy.rb in r10k-3.12.0

- old
+ new

@@ -67,9 +67,10 @@ scheduled. On subsequent deployments, Puppetfile deployment will default to off. DESCRIPTION flag :p, :puppetfile, 'Deploy modules (deprecated, use -m)' flag :m, :modules, 'Deploy modules' + flag nil, :incremental, 'Used with the --modules flag, only update those modules whose definition has changed or whose definition allows the version to float' option nil, :'default-branch-override', 'Specify a branchname to override the default branch in the puppetfile', argument: :required runner R10K::Action::CriRunner.wrap(R10K::Action::Deploy::Environment) end