You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(cherry picked from commit 41451f8)
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
Copy file name to clipboardExpand all lines: content/license.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This page describes licensing requirements and how to configure a license for Ch
14
14
15
15
Different Chef Workstation components have different licensing requirements:
16
16
17
-
-**Knife 19**: Requires a license for bootstrapping Chef Infra Client 18 and earlier
17
+
-**knife 19**: Requires a license for bootstrapping Chef Infra Client 18 and earlier
18
18
-**Test Kitchen Enterprise**: Uses a license to execute tests but doesn't enforce licensing
19
19
20
20
## Get a license
@@ -28,7 +28,7 @@ For more information, see Chef's licensing documentation [Chef licensing documen
28
28
29
29
## Add a license to Workstation
30
30
31
-
If you've set a license for Chef Workstation, Test Kitchen Enterprise and Knife 19 automatically read and use it to execute tests or during bootstrap operations.
31
+
If you've set a license for Chef Workstation, Test Kitchen Enterprise and knife 19 automatically read and use it to execute tests or during bootstrap operations.
32
32
33
33
You can apply a license to Chef Workstation in two ways:
34
34
@@ -137,24 +137,24 @@ To display details of all licenses stored on disk:
137
137
kitchen license list
138
138
```
139
139
140
-
## Add a license to Knife
140
+
## Add a license to knife
141
141
142
-
Knife requires a license for bootstrapping Chef Infra Client 18 and earlier.
142
+
knife requires a license for bootstrapping Chef Infra Client 18 and earlier.
143
143
Chef Infra Client 19 and above doesn't require a license because it's distributed through pre-signed URLs.
144
144
145
-
### How Knife uses licenses
145
+
### How knife uses licenses
146
146
147
-
During bootstrap operations, Knife transfers the license to the target node and adds it as an argument to Chef Infra Client.
147
+
During bootstrap operations, knife transfers the license to the target node and adds it as an argument to Chef Infra Client.
148
148
Chef Infra Client validates the license and saves it on the provisioned node for future use.
149
149
150
150
### Add a license
151
151
152
-
Knife automatically reads a license that's configured locally for Chef Workstation through:
152
+
knife automatically reads a license that's configured locally for Chef Workstation through:
153
153
154
154
- The `~/.chef/licenses.yml` file
155
155
- The `CHEF_LICENSE_KEY` environment variable
156
156
157
-
You can also configure a license specifically for Knife with:
157
+
You can also configure a license specifically for knife with:
158
158
159
159
- The `knife license` CLI command
160
160
- The `--chef-license-key` command line option
@@ -173,9 +173,9 @@ To add a license using the `knife license` CLI:
Copy file name to clipboardExpand all lines: content/tools/knife/_index.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
+++
2
-
title = "About Knife"
2
+
title = "About knife"
3
3
draft = false
4
4
5
5
[menu]
6
6
[menu.tools]
7
-
title = "About Knife"
8
-
identifier = "tools/knife/knife.md About Knife"
7
+
title = "About knife"
8
+
identifier = "tools/knife/knife.md About knife"
9
9
parent = "tools/knife"
10
10
weight = 10
11
11
+++
@@ -22,23 +22,23 @@ chef-repo and Chef Infra Server. knife helps users to manage:
22
22
- The installation of Chef Infra Client onto nodes
23
23
- Searching of indexed data on Chef Infra Server
24
24
25
-
## Configure Knife
25
+
## Configure knife
26
26
27
-
See the following guides to setup and configure Knife:
27
+
See the following guides to setup and configure knife:
28
28
29
-
-**[Set up Knife](/tools/knife/knife_setup/)**: Configure knife to interact with your organization's Chef Infra Server and infrastructure.
30
-
-**[Knife Common Options](/tools/knife/common_options/)**: Common options that are available for all knife subcommands.
29
+
-**[Set up knife](/tools/knife/set_up/)**: Configure knife to interact with your organization's Chef Infra Server and infrastructure.
30
+
-**[knife Common Options](/tools/knife/common_options/)**: Common options that are available for all knife subcommands.
31
31
-**[config.rb](/tools/knife/config_rb/)**: Common options for the `config.rb` file
32
32
-**[config.rb optional settings](tools/knife/config_rb_optional_settings/)**: Additional options for your `config.rb` file
33
33
34
-
## Knife subcommands
34
+
## knife subcommands
35
35
36
36
knife includes a collection of built in subcommands that work together
37
37
to provide the functionality required to take specific actions
38
38
against any object in an organization, including cookbooks, nodes,
39
39
roles, data bags, environments, and users.
40
40
41
-
### Knife command syntax
41
+
### knife command syntax
42
42
43
43
All knife subcommands have the following syntax:
44
44
@@ -161,16 +161,16 @@ to return:
161
161
aardvarks/ anagrams/
162
162
```
163
163
164
-
## Knife Plug-ins
164
+
## knife Plug-ins
165
165
166
-
Knife functionality can be extended with plugins, which work the same as
167
-
built-in subcommands (including common options). Knife plugins have been
166
+
knife functionality can be extended with plugins, which work the same as
167
+
built-in subcommands (including common options). knife plugins have been
168
168
written to interact with common cloud providers, to simplify common Chef
169
169
tasks, and to aid in Chef workflows.
170
170
171
171
### Plugin Installation
172
172
173
-
Knife plugins ship as RubyGems and are installed into the Chef
173
+
knife plugins ship as RubyGems and are installed into the Chef
174
174
Workstation installation using the `chef` command:
175
175
176
176
```bash
@@ -184,7 +184,7 @@ commands by running:
184
184
knife rehash
185
185
```
186
186
187
-
### Chef Maintained Knife Plugins
187
+
### Chef Maintained knife Plugins
188
188
189
189
Chef maintains the following plugins which ship with Chef Workstation:
190
190
@@ -200,6 +200,6 @@ Chef maintains the following plugins which ship with Chef Workstation:
200
200
-`knife-vcenter`
201
201
-`knife-windows`
202
202
203
-
### Community Knife Plugins
203
+
### Community knife Plugins
204
204
205
-
Knife plugins written by Chef community members can be found on Supermarket under [Knife Plugins](https://supermarket.chef.io/tools?type=knife_plugin).
205
+
knife plugins written by Chef community members can be found on Supermarket under [knife Plugins](https://supermarket.chef.io/tools?type=knife_plugin).
0 commit comments