Skip to content

Commit 6b55f67

Browse files
committed
Docs update after feedback on PR
Signed-off-by: nitin sanghi <nsanghi@progress.com>
1 parent ff0adb4 commit 6b55f67

4 files changed

Lines changed: 21 additions & 33 deletions

File tree

content/install.md

Lines changed: 17 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Installing the Latest Stable Version To install the most recent stable release f
3939
The recommended installation method includes binary linking, which creates symbolic links to the package binaries in your system PATH. This enables direct command execution without requiring the full Habitat exec syntax:
4040

4141
```shell
42-
hab pkg install chef/chef-workstation --binlink --force
42+
sudo hab pkg install chef/chef-workstation --binlink --force
4343
```
4444

4545
### Installing from the Unstable Channel
@@ -81,32 +81,20 @@ chef -v
8181
A successful installation will display output similar to the following:
8282

8383
```shell
84-
» Binlinking chef-workstation from chef/chef-workstation/26.0.15/20260320101649 into /bin
85-
★ Binlinked chef-workstation from chef/chef-workstation/26.0.15/20260320101649 to /bin/chef-workstation
86-
» Binlinking kitchen from chef/chef-workstation/26.0.15/20260320101649 into /bin
87-
★ Binlinked kitchen from chef/chef-workstation/26.0.15/20260320101649 to /bin/kitchen
88-
» Binlinking ohai from chef/chef-workstation/26.0.15/20260320101649 into /bin
89-
★ Binlinked ohai from chef/chef-workstation/26.0.15/20260320101649 to /bin/ohai
90-
» Binlinking chef-client from chef/chef-workstation/26.0.15/20260320101649 into /bin
91-
★ Binlinked chef-client from chef/chef-workstation/26.0.15/20260320101649 to /bin/chef-client
92-
» Binlinking chef-cli from chef/chef-workstation/26.0.15/20260320101649 into /bin
93-
★ Binlinked chef-cli from chef/chef-workstation/26.0.15/20260320101649 to /bin/chef-cli
94-
» Binlinking inspec from chef/chef-workstation/26.0.15/20260320101649 into /bin
95-
★ Binlinked inspec from chef/chef-workstation/26.0.15/20260320101649 to /bin/inspec
96-
» Binlinking chef-vault from chef/chef-workstation/26.0.15/20260320101649 into /bin
97-
★ Binlinked chef-vault from chef/chef-workstation/26.0.15/20260320101649 to /bin/chef-vault
98-
» Binlinking fauxhai from chef/chef-workstation/26.0.15/20260320101649 into /bin
99-
★ Binlinked fauxhai from chef/chef-workstation/26.0.15/20260320101649 to /bin/fauxhai
100-
» Binlinking berks from chef/chef-workstation/26.0.15/20260320101649 into /bin
101-
★ Binlinked berks from chef/chef-workstation/26.0.15/20260320101649 to /bin/berks
102-
» Binlinking knife from chef/chef-workstation/26.0.15/20260320101649 into /bin
103-
★ Binlinked knife from chef/chef-workstation/26.0.15/20260320101649 to /bin/knife
104-
» Binlinking chef from chef/chef-workstation/26.0.15/20260320101649 into /bin
105-
★ Binlinked chef from chef/chef-workstation/26.0.15/20260320101649 to /bin/chef
106-
» Binlinking setup-knife-gems from chef/chef-workstation/26.0.15/20260320101649 into /bin
107-
★ Binlinked setup-knife-gems from chef/chef-workstation/26.0.15/20260320101649 to /bin/setup-knife-gems
108-
» Binlinking cookstyle from chef/chef-workstation/26.0.15/20260320101649 into /bin
109-
★ Binlinked cookstyle from chef/chef-workstation/26.0.15/20260320101649 to /bin/cookstyle
84+
Product Name: Chef Workstation
85+
Product Version: 26.0.16
86+
87+
Default Installed Components:
88+
89+
Chef Infra Client Version: 19.2.12
90+
Chef CLI Version: 6.1.29
91+
Chef Test Kitchen Enterprise Version: 2.0.11
92+
Berkshelf Version: 8.1.21
93+
Ohai Version: 19.1.24
94+
Fauxhai Version: 9.4.20
95+
Chef Vault Version: 4.2.9
96+
Cookstyle Version: 8.6.10
97+
Chef InSpec Version: 7.0.107
11098
```
11199

112100
Note: After installing a Habitat package on Windows, you need to add (use hab cli setup) C:\hab\bin to your system PATH so that binlinked commands (like knife, chef-cli, inspec) work smoothly from any terminal.
@@ -121,13 +109,13 @@ Binary linking creates symbolic links to package executables in a system-wide lo
121109
To enable binary linking during the initial installation, include the binlink flag:
122110

123111
```shell
124-
hab pkg install chef/chef-workstation --binlink
112+
sudo hab pkg install chef/chef-workstation --binlink
125113
```
126114

127115
If you have already installed Chef Workstation without binary linking, you can enable it afterwards:
128116

129117
```shell
130-
hab pkg binlink chef/chef-workstation
118+
sudo hab pkg binlink chef/chef-workstation
131119
```
132120

133121
Once binary linking is enabled, you can invoke tools directly from the command line:

content/license.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Different Chef Workstation components have different licensing requirements:
2222
You can use any license that includes Chef Workstation entitlement.
2323
This includes free, trial, or commercial licenses.
2424

25-
To get a license, visit the [Progress Chef community portal](https://community.progress.com/s/products/chef).
25+
If you’re interested in obtaining a trial license, you can request a trial license here: [Request a trial license](https://www.chef.io/license-generation-free-trial).
2626

27-
For more information, see the [Chef licensing documentation](https://docs.chef.io/licensing/).
27+
For more information, see Chef’s licensing documentation [Chef licensing documentation](https://docs.chef.io/licensing/).
2828

2929
## Add a license to Workstation
3030

content/reusable/md/chef_workstation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Chef Workstation includes:
66
- Chef InSpec
77
- Chef Test Kitchen Enterprise
88
- chef and knife command line tools
9-
- Testing tools such as Test Kitchen and Cookstyle
9+
- Testing tools such as Cookstyle
1010
- Everything else needed to author cookbooks and upload them to Chef Infra Server

content/tools/chef_run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ draft = false
1111
weight = 31
1212
+++
1313

14-
The Chef Workstation 26 no longer support Chef Workstation and chef-run if you want to use similar functionality you can use chef target mode.
14+
The Chef Workstation 26 no longer support chef-run if you want to use similar functionality you can use chef target mode.
1515
For more information on chef target mode see [Chef Target Mode documentation](https://docs.chef.io/target_mode/).

0 commit comments

Comments
 (0)