lib/chef-dk/builtin_commands.rb in chef-dk-0.5.0.rc.1 vs lib/chef-dk/builtin_commands.rb in chef-dk-0.5.0
- old
+ new
@@ -31,9 +31,11 @@
c.builtin "update", :Update, desc: "Updates a Policyfile.lock.json with latest run_list and cookbooks"
c.builtin "push", :Push, desc: "Push a local policy lock to a policy group on the server"
+ c.builtin "diff", :Diff, desc: "Generate an itemized diff of two Policyfile lock documents"
+
c.builtin "export", :Export, desc: "Export a policy lock as a Chef Zero code repo"
c.builtin "verify", :Verify, desc: "Test the embedded ChefDK applications"
end