summaryrefslogtreecommitdiff
path: root/plugins/knife
AgeCommit message (Collapse)Author
2014-03-18Add chef-vault knife cmd supportJohan Svensson
2013-04-08 initial support for chef 11 integrated knife-essentialsMarc Paradise
* added new commands 'diff' and 'upload' * Add basic file completion for file-centric commands 'diff' and 'upload'
2013-04-01adding docs about knife path config variablesBen Hartshorne
2013-04-01allowing you to override knife pathsBen Hartshorne
2012-07-18check for knife.rb in cwdMugen Kenichi
this is useful when managing multiple chef servers
2011-12-26Merge pull request #710 from moutten/patch-1Robby Russell
Add the --format tag to knife list commands
2011-12-18adding support for chef environments in knife pluginCameron Johnston
2011-11-16Add the --format tag to knife list commands Matt Outten
This commit adds the --format tag to all of the autocompletion functions. The default format changed from json to a "human readable" format as of version 0.10. This change should be backward compatible. Alternatively, these commands could be simplified by using the new default human readable format.
2011-06-30knife autocompletionFrank Louwers