Skip to content

Commit 23d473d

Browse files
committed
updated Readme.md
Signed-off-by: nikhil2611 <[email protected]>
1 parent ce6f3f2 commit 23d473d

File tree

1 file changed

+4
-4
lines changed
  • lib/chef-cli/skeletons/code_generator/files/default/repo/policyfiles

1 file changed

+4
-4
lines changed

lib/chef-cli/skeletons/code_generator/files/default/repo/policyfiles/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ the same filename as the name set in the policyfile itself, and use the
55
Compile 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

1111
This 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

1919
You can upload the policy (with associated cookbooks) to the server
2020
using 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
```

0 commit comments

Comments
 (0)