An open API service indexing awesome lists of open source software.

https://github.com/linuxthor/knife-tabcomplete

bash_completion script for Chef's knife command
https://github.com/linuxthor/knife-tabcomplete

Last synced: 7 months ago
JSON representation

bash_completion script for Chef's knife command

Awesome Lists containing this project

README

          

knife-tabcomplete
=================

bash_completion script for Chef's knife command.

Enables tab completion on some of the common knife commands.

Caches some data to avoid querying the server each time.

Assuming bash-completion is installed this script can be installed as /etc/bash_completion.d/knife
and made available immediately by using '. /etc/bash_completion.d/knife'

Tested with Knife version "Chef: 11.12.2"

TODO: Lots!