Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/chef_install_script.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ In addition to the default install behavior, the Chef Software install script su
`-P` (`-project` on Windows)

: The product name to install. Supported Chef products are:
`chef`, `chef-backend`, `chef-ice`, `chef-server`, `chef-workstation`, `inspec`, `inspec-enterprise`, `manage`, and `supermarket`. Default value: `chef` (Chef Infra Client 18 and below).
`chef`, `chef-backend`, `chef-ice`, `chef-server`, `chef-workstation`, `chef-workstation-enterprise`, `inspec`, `inspec-enterprise`, `manage`, and `supermarket`. Default value: `chef` (Chef Infra Client 18 and below).

`-s` (`-install_strategy` on Windows)

Expand Down
16 changes: 16 additions & 0 deletions content/download/commercial.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ You can also use the [products endpoint](#products)
| Chef InSpec Enterprise | `inspec-enterprise` |
| Chef Supermarket | `supermarket` |
| Chef Workstation | `chef-workstation` |
| Chef Workstation Enterprise | `chef-workstation-enterprise` |

See the [supported versions]({{< relref "versions" >}}) documentation for information about the support status of individual products.

Expand Down Expand Up @@ -309,6 +310,21 @@ url "https://chefdownload-commercial.chef.io/stable/chef-ice/download?license_id
version "19.1.8"
```

To get the latest supported build of Chef Workstation Enterprise for Debian Linux 26.04, enter the following:

```sh
https://chefdownload-commercial.chef.io/stable/chef-workstation-enterprise/metadata?pv=26.04&m=x86_64&p=linux&pm=deb&license_id=<LICENSE_ID>
```

which returns something like:

```json
sha1 "593b60c0f1266267d0dae2921e89a0b3a7c53615"
sha256 "f27c4ad2fc92f540b3508043af7012023c16a013b3caa3603d93e6ac735bed61"
url "https://chefdownload-commercial.chef.io/stable/chef-workstation-enterprise/download?license_id=<LICENSE_ID>&eol=false&m=x86_64&p=linux&pm=deb&v=26.0.23"
version "26.0.23"
```

### Download directly

To use curl to download a package, enter the following:
Expand Down
Loading