summaryrefslogtreecommitdiff
path: root/chef/lib/chef/knife.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix knife functional tests to correctly reset the config state and make node_...ssutay2012-08-101-4/+2
* [CHEF-3095] automatically select authN proto versionDaniel DeLeo2012-08-061-0/+4
* CHEF-3234: add verbosity option to knife config fileDeepak Kannan2012-08-021-2/+6
* Allow multiple knives on same host using KNIFE_HOME env variableNicolas Vinot2012-04-261-6/+23
* Removed want_help? method from Chef::Knife to avoid ambiguity.Igor Afonov2012-03-161-11/+2
* don't look for bootstrap files in .chef if it's not thereDaniel DeLeo2011-12-071-3/+3
* CHEF-2641 updated knife to use standard -no prefixMarc Paradise2011-12-071-2/+2
* ensure we enforce_path_sanity in Chef::Knife...some subcommands assume ruby a...Seth Chisamore2011-11-091-0/+3
* moved bulk deletion out of knife.rb, added client deletion into client_bulk_d...Anthony Goddard2011-06-021-30/+0
* bulk client delete list now consistent with node delete list (horizontal)Anthony Goddard2011-06-021-3/+5
* [CHEF-2239] extend knife/ssh with Chef::Mixin::CommandDaniel DeLeo2011-04-181-0/+1
* [CHEF-2223] detect missing pluginsDaniel DeLeo2011-04-141-1/+12
* allow knife commands to be given in hypenated formDaniel DeLeo2011-04-141-3/+8
* show roles to be deleted in columns so you can see them on one screenDaniel DeLeo2011-04-121-1/+1
* [CHEF-2215] don't barf when there is no config file.Daniel DeLeo2011-04-111-2/+10
* set value for color option in Chef::Config so it is picked up globallySeth Chisamore2011-04-061-1/+1
* [CHEF-2172] move non-subcommand knife classes into the core/ directoryDaniel DeLeo2011-04-031-2/+2
* [CHEF-2171] misc improvements to knife uiDaniel DeLeo2011-04-031-9/+11
* [CHEF-2165] make knife error messages pretty where possibleDaniel DeLeo2011-04-021-3/+129
* remove a few more unneeded requiresDaniel DeLeo2011-04-011-1/+1
* [CHEF-2160] add deprecated cookbook site vendor and fix helpDaniel DeLeo2011-04-011-0/+1
* rm some code killed in CHEF-2154Daniel DeLeo2011-04-011-39/+0
* [CHEF-2154] redesign from_file to not switch on class namesDaniel DeLeo2011-04-011-4/+0
* set the user agent to Chef Knife/blahblah for knifeDaniel DeLeo2011-04-011-1/+7
* [CHEF-2150] replace log level with verbosity in knifeDaniel DeLeo2011-03-311-2/+9
* make subcommand help fastDaniel DeLeo2011-03-311-1/+1
* [CHEF-2142] lazy load chef/rest before using itDaniel DeLeo2011-03-301-1/+4
* fixes for featuresDaniel DeLeo2011-03-281-12/+0
* lazy load knife deps for a snappier experienceDaniel DeLeo2011-03-271-0/+9
* [CHEF-1469] Don't use main logger in knifeDaniel DeLeo2011-03-271-7/+11
* [CHEF-1469] move UI code to its own classDaniel DeLeo2011-03-271-178/+28
* [CHEF-2137] move subcommand loading into its own classDaniel DeLeo2011-03-271-52/+9
* [CHEF-2124] Don't load knife commands from older chef versionsDaniel DeLeo2011-03-221-0/+9
* extract config dir finder logicDaniel DeLeo2011-02-221-26/+50
* look upward from ./.chef and in ~/.chef directories for knife pluginsSeth Chisamore2011-02-221-15/+29
* Allow loading commands installed via gems with Gem.find_filesEric Hodel2011-02-221-2/+12
* Fix CHEF-2057: renamed Chef::JSON to Chef::JSONCompat, soTim Hinderliter2011-02-161-6/+6
* knife cookbook show uses new /cookbook/:id APIsdelano2011-02-151-0/+11
* [CHEF-2011] expand the path to the client key and config fileDaniel DeLeo2011-02-011-6/+13
* Fix CHEF-1292/PL-538: make JSON.parse/to_json default recursion depthTim Hinderliter2010-11-221-6/+6
* make context explicit in specs so they run correctly in any orderDaniel DeLeo2010-11-031-0/+5
* enable search for environment objects and complete the knife environment from...Nuo Yan2010-11-011-0/+2
* load environment config from knife.rbsdelano2010-11-011-0/+1
* remove "default" environment from Chef::Configsdelano2010-11-011-1/+0
* knife node show foobar -E shows the environment a node is in.Nuo Yan2010-11-011-1/+8
* add :environment to Chef::Config and knife.rbsdelano2010-11-011-0/+2
* fixed CHEF-1745: 'knife (node|role|client|data bag) edit' never thinks you ed...Tim Hinderliter2010-10-071-1/+14
* Avoid saving unchanged objectsTollef Fog Heen2010-09-291-4/+6
* fix specs broken by CHEF-1460Daniel DeLeo2010-08-231-1/+0
* [CHEF-1535] Let knife ssh more descriptive in case of absent gemsAkzhan Abdulin2010-08-191-0/+12