Skip to content

Commit

Permalink
Add license section in chef exec doc
Browse files Browse the repository at this point in the history
Signed-off-by: Vikram Karve <vikram.karve@progress.com>
  • Loading branch information
vkarve-chef committed Jun 30, 2023
1 parent 098f3e6 commit c4d6038
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs-chef-io/content/workstation/ctl_chef.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ The chef executable is a command-line tool that does the following:

{{< note >}}

By default, the cookbook cache is located in `~/.chef-workstation` on macOS and Linux, and in `%LOCALAPPDATA%\chef-workstation` on Windows.
1. To run chef commands in Chef Workstation, you need an active license installed on the system. Please refer to the license command
[documentation](/workstation/ctl_chef/#chef-license) or run `chef license --help` to know more.

1. By default, the cookbook cache is located in `~/.chef-workstation` on macOS and Linux, and in `%LOCALAPPDATA%\chef-workstation` on Windows.
On macOS or Linux, set the desired location of the cache directory by setting the `CHEF_WORKSTATION_HOME`
environment variable in your `.bashrc` or `zshrc` file. For example, `CHEF_WORKSTATION_HOME="~/.workstation"`.
On Windows, use the `setx` [command](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/setx)
Expand Down

0 comments on commit c4d6038

Please sign in to comment.