Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make knife command banners consistentknife_descriptions | Tim Smith | 2018-11-04 | 1 | -1/+1 |
| | | | | | | Add (options) everywhere you can pass in options. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Make sure knife descriptions all have periodsknife_sentences_2 | Tim Smith | 2018-07-16 | 1 | -1/+1 |
| | | | | | | Some did. Some didn't. Looks weird that way. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | fix Style/HashSyntax | Lamont Granquist | 2018-07-02 | 1 | -3/+3 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Add missing knife license headers | Tim Smith | 2018-06-26 | 1 | -0/+16 |
| | | | | | | Fix some spacing as well Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Move all ChefFS exceptions into a single filetm/combined_chef_fs_exceptions | Thom May | 2016-04-13 | 1 | -1/+1 |
| | | | | This leaves back compat requires to ensure nothing breaks. | ||||
* | Use double quotes by default | Thom May | 2016-01-14 | 1 | -4/+4 |
| | | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing. | ||||
* | Add ability to flatten parallel enumerable | John Keiser | 2014-05-18 | 1 | -3/+2 |
| | |||||
* | Add "path-based" category to essentials commands so they show up in knife ↵ | John Keiser | 2013-10-14 | 1 | -0/+2 |
| | | | | help better | ||||
* | Don't load dependencies unless you run the command! | John Keiser | 2013-06-07 | 1 | -3/+4 |
| | |||||
* | Parallelize knife list and knife show | John Keiser | 2013-06-07 | 1 | -7/+14 |
| | |||||
* | Turn list() and list_pairs() into Enumerables | John Keiser | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | Make knife show exit with error code on error | jkeiser | 2013-06-07 | 1 | -3/+13 |
| | |||||
* | Move error printing from NotFoundError to caller | jkeiser | 2013-06-07 | 1 | -2/+2 |
| | |||||
* | Use knife "ui.output" instead of puts | jkeiser | 2013-06-07 | 1 | -3/+3 |
| | |||||
* | Add knife show --local | jkeiser | 2013-06-07 | 1 | -1/+6 |
| | |||||
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 1 | -0/+32 |
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo! |