]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/knife_ssh/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / knife_ssh / README.md
1 # knife_ssh plugin
2
3 This plugin adds a `knife_ssh` function as well as completion for it, to allow
4 connecting via ssh to servers managed with [Chef](https://www.chef.io/).
5
6 To use it, add `knife_ssh` to the plugins array in your zshrc file:
7 ```zsh
8 plugins=(... knife_ssh)
9 ```
10
11 The plugin creates a cache of the Chef node list via `knife`, and stores it
12 in `$HOME/.knife_comp~`, when first triggering knife_ssh completion.
13
14 **Requirements:** `knife` has to be installed.