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
- Host: GitHub
- URL: https://github.com/linuxthor/knife-tabcomplete
- Owner: linuxthor
- Created: 2014-04-18T21:49:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-29T08:08:33.000Z (almost 12 years ago)
- Last Synced: 2025-03-09T19:13:13.751Z (about 1 year ago)
- Language: Shell
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!