Skip to content

Commit da0ad99

Browse files
tas50IanMadd
andauthoredFeb 26, 2020
Don't include install instructions for built-in knife commands (chef#2343)
These are part of Chef Workstation. Signed-off-by: Tim Smith <[email protected]> Co-authored-by: Ian Maddaus <[email protected]>
1 parent 343df1b commit da0ad99

File tree

3 files changed

+13
-53
lines changed

3 files changed

+13
-53
lines changed
 

‎content/install_push_jobs.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases = ["/install_push_jobs.html"]
1010
identifier = "chef_infra/setup/install_push_jobs.md Push Jobs"
1111
parent = "chef_infra/setup"
1212
weight = 90
13-
+++
13+
+++
1414

1515
[\[edit on GitHub\]](https://github.com/chef/chef-web-docs/blob/master/content/install_push_jobs.md)
1616

@@ -66,14 +66,10 @@ To set up the Chef Push Jobs client:
6666
Install the Workstation
6767
=======================
6868

69-
To set up the Chef Push Jobs workstation, install the `knife push jobs`
70-
plugin by running the following command on a workstation:
71-
72-
``` bash
73-
chef gem install knife-push
74-
```
69+
knife-push ships in Chef Workstation. Install the latest version of Chef
70+
Workstation from [Chef Downloads](https://downloads.chef.io/chef-workstation)
7571

76-
Once installed, the following subcommands will be available:
72+
The following subcommands will be available from Chef Workstation:
7773
`knife job list`, `knife job start`, `knife job output`,
7874
`knife job status`, and `knife node status`.
7975

‎content/knife_azure.md

+4-25
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases = ["/knife_azure.html"]
1010
identifier = "chef_workstation/chef_workstation_tools/knife/knife_azure.md knife azure"
1111
parent = "chef_workstation/chef_workstation_tools/knife"
1212
weight = 50
13-
+++
13+
+++
1414

1515
[\[edit on GitHub\]](https://github.com/chef/chef-web-docs/blob/master/content/knife_azure.md)
1616

@@ -32,32 +32,11 @@ API. Commands starting with `knife azure` use the Azure Service
3232
Management API. While you can switch between the two command sets, they
3333
are not designed to work together.
3434

35-
Install Chef Workstation
35+
Installation
3636
------------------------
3737

38-
Install the latest version of Chef Workstation from [Chef
39-
Downloads](https://downloads.chef.io/chef-workstation)
40-
41-
Install Knife Azure
42-
-------------------
43-
44-
If Chef Infra Client was installed using RubyGems, install the
45-
`knife azure` with the following command:
46-
47-
``` bash
48-
gem install knife-azure
49-
```
50-
51-
If Chef Infra Client was installed from the [Chef Infra
52-
Client](https://downloads.chef.io/chef) downloads page or any other
53-
method, run:
54-
55-
``` bash
56-
/opt/chef/embedded/bin/gem install knife-azure
57-
```
58-
59-
where `/opt/chef/embedded/bin/` is the path to the location where Chef
60-
Infra Client expects knife plugins to be located.
38+
knife-azure ships in Chef Workstation. Install the latest version of Chef
39+
Workstation from [Chef Downloads](https://downloads.chef.io/chef-workstation)
6140

6241
Configuration
6342
-------------

‎content/knife_azurerm.md

+5-20
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aliases = ["/knife_azurerm.html"]
1010
identifier = "chef_workstation/chef_workstation_tools/knife/knife_azurerm.md knife azurerm"
1111
parent = "chef_workstation/chef_workstation_tools/knife"
1212
weight = 60
13-
+++
13+
+++
1414

1515
[\[edit on GitHub\]](https://github.com/chef/chef-web-docs/blob/master/content/knife_azurerm.md)
1616

@@ -38,26 +38,11 @@ Install Chef Workstation
3838
Install the latest version of Chef Workstation from [Chef
3939
Downloads](https://downloads.chef.io/chef-workstation).
4040

41-
Install Knife Azure
42-
-------------------
43-
44-
If Chef Infra Client was installed using RubyGems, install the
45-
`knife azure` with the following command:
46-
47-
``` bash
48-
gem install knife-azure
49-
```
50-
51-
If Chef Infra Client was installed from the [Chef Infra
52-
Client](https://downloads.chef.io/chef) downloads page or any other
53-
method, run:
54-
55-
``` bash
56-
/opt/chef/embedded/bin/gem install knife-azure
57-
```
41+
Installation
42+
------------------------
5843

59-
where `/opt/chef/embedded/bin/` is the path to the location where Chef
60-
Infra Client expects knife plugins to be located.
44+
knife-azure ships in Chef Workstation. Install the latest version of Chef
45+
Workstation from [Chef Downloads](https://downloads.chef.io/chef-workstation)
6146

6247
Configuration
6348
-------------

0 commit comments

Comments
 (0)
Please sign in to comment.