summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3978 from tas50/knife-wording-2Thom May2015-09-296-12/+12
|\
| * Capitalize another messageTim Smith2015-09-271-1/+1
| * Supermarket vs. the SupermarketTim Smith2015-09-272-3/+3
| * More Community site -> SupermarketTim Smith2015-09-271-4/+4
| * Fix tenseTim Smith2015-09-271-1/+1
| * Capitalize first word in sentencesTim Smith2015-09-272-3/+3
| * Fix error message to mention Supermarket not community siteTim Smith2015-09-271-2/+2
| * Copyright doesn't need to be capitalizedTim Smith2015-09-271-1/+1
* | fix omnitruck urlThom May2015-09-291-1/+1
* | Bootstrap doc doesnt match realityTim Smith2015-09-261-4/+3
|/
* Add policyfile attributes to client builderpolicyfile-bootstrap-integrationdanielsdeleo2015-09-241-0/+12
* Don't pass -E to chef-client unless given an environmentdanielsdeleo2015-09-241-2/+2
* Add --policy-name and --policy-group opts to knife bootstrapdanielsdeleo2015-09-241-0/+35
* Add policyfile support to bootstrap contextdanielsdeleo2015-09-241-1/+6
* Merge pull request #3857 from coderanger/gateway-keyNoah Kantrowitz2015-09-221-29/+49
|\
| * Don't leak extra keys in the options.Noah Kantrowitz2015-09-011-5/+9
| * Missed a variable while moving code around.Noah Kantrowitz2015-09-011-1/+1
| * Refactor knife ssh options stuff.Noah Kantrowitz2015-09-011-29/+45
* | Add policyfile attrs to knife "fuzzy" searchdanielsdeleo2015-09-171-1/+1
* | Show policyfile attributes in node presenterdanielsdeleo2015-09-171-1/+24
* | Merge pull request #3190 from swalberg/tag_nodes_on_bootstrapThom May2015-09-023-2/+14
|\ \
| * | If tags are present, add to the first-boot.jsonSean Walberg2015-04-091-2/+5
| * | Allow tags to be set on a node during bootstrapSean Walberg2015-04-052-0/+9
* | | Merge pull request #3027 from Nordstrom/warn_on_knife_node_runlist_remove_noc...Thom May2015-09-021-1/+12
|\ \ \
| * | | Add warnings to 'knife node run list remove ...' when the item to be removed ...James FitzGibbon2015-03-041-1/+12
* | | | Rename log.deprecation to log_deprecationJohn Keiser2015-09-011-3/+3
* | | | Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-3/+3
| |_|/ |/| |
* | | Fix copyright notice in gem_glob_loaderssd/rehashSteven Danna2015-08-251-1/+1
* | | Mark custom manifests as deprecatedSteven Danna2015-08-251-1/+1
* | | Use Chef::Log.deprecation for deprecation warningSteven Danna2015-08-251-1/+1
* | | Add tests for HashedCommandLoaderSteven Danna2015-08-251-1/+1
* | | Fix typo and authorship of custom_manifest_loader.Steven Danna2015-08-251-2/+1
* | | Add banners to rehash and null pluginsSteven Danna2015-08-252-0/+3
* | | Add debug-level messages about manifest path.Steven Danna2015-08-251-0/+2
* | | Require 'chef/knife/bootstrap' when defining subclassesSteven Danna2015-08-252-0/+2
* | | Fix 'uninitialized constant Chef::DataBagItem' exception for 'from file' subc...Alex Pop2015-08-251-0/+1
* | | Guard against uninstalled but hashed knife pluginAlex Pop2015-08-251-1/+6
* | | Recursively create the manifest directory if missingAlex Pop2015-08-251-0/+2
* | | Remove confirmation and display path to the cache on create and updateAlex Pop2015-08-251-2/+2
* | | Add knife-rehash command for subcommand location hashingSteven Danna2015-08-256-145/+478
* | | Remove old bootstrap templates:Julian C. Dunn2015-08-032-148/+0
* | | Support SNI in 'knife ssl check'.Julian C. Dunn2015-07-131-2/+3
* | | Remove all the stupid json magic from Chef::ApiClientV1.tylercloke2015-07-062-3/+11
* | | Move ApiClient V1 supported code to Chef::ApiClientV1 and restore Chef::ApiCl...tylercloke2015-07-067-15/+15
* | | Move Chef::OscUser back to Chef::User namespace and new user code to Chef::Us...tylercloke2015-07-0612-30/+30
* | | The wording seemed odd.jjasghar/needed_theJJ Asghar2015-06-261-1/+1
* | | correcting minor typo in user_edit knife actionNell Shamrell2015-06-261-2/+1
* | | Fix some errant bashismstm/fix_bashismsThom May2015-06-251-4/+4
* | | Better API version error handling helper code.tylercloke2015-06-055-24/+15
* | | Backwards compatible support for OSC 11 in knife user commands.tylercloke2015-06-0513-83/+275