File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/chef-cli/skeletons/code_generator/files/default/repo/policyfiles Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ the same filename as the name set in the policyfile itself, and use the
55Compile the policy with a command like this:
66
77```
8- chef install policyfiles/my-app-frontend.rb
8+ chef-cli install policyfiles/my-app-frontend.rb
99```
1010
1111This will create a lockfile ` policyfiles/my-app-frontend.lock.json ` .
1212
13- To update locked dependencies, run ` chef update ` like this:
13+ To update locked dependencies, run ` chef-cli update ` like this:
1414
1515```
16- chef update policyfiles/my-app-frontend.rb
16+ chef-cli update policyfiles/my-app-frontend.rb
1717```
1818
1919You can upload the policy (with associated cookbooks) to the server
2020using a command like:
2121
2222```
23- chef push staging policyfiles/my-app-frontend.rb
23+ chef-cli push staging policyfiles/my-app-frontend.rb
2424```
You can’t perform that action at this time.
0 commit comments