summaryrefslogtreecommitdiff
path: root/plugins/knife
AgeCommit message (Collapse)Author
2020-03-04knife: fix refactor mistakeMarc Cornellà
2020-03-04knife: improve knife-solo support in completion (#3315)Masato Ikeda
Closes #1944 Closes #3315
2019-12-27knife: add README and reformat completion fileMarc Cornellà
2016-06-08Fix: Plugin knife: Add relative local path for commands which upload files ↵kierandoonan
(#4240) * Added autocomplete support for local knife file uploads * Added option to allow for relative path resolution for cookbooks * Updated _chef_root function to use directory:h
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