summaryrefslogtreecommitdiff
path: root/lib/chef/knife/xargs.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove backcompat classestm/kill-backcompatThom May2017-03-081-1/+1
| | | | | | | | These are things that have been deprecated and removed or renamed many moons ago, but to ease transitions and to keep our API contracts we did some shimming. I'm now shiving the shims. Signed-off-by: Thom May <thom@chef.io>
* Single space after periodsTim Smith2016-03-051-4/+4
| | | | | Double spacing is for typewriters. Knife doesn't run on typewriters http://www.writersdigest.com/online-editor/how-many-spaces-after-a-period
* autofixing whitespace copsLamont Granquist2016-02-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* Use double quotes by defaultThom May2016-01-141-21/+21
| | | | | | | 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 "path-based" category to essentials commands so they show up in knife ↵John Keiser2013-10-141-0/+2
| | | | help better
* Don't load dependencies unless you run the command!John Keiser2013-06-071-3/+4
|
* Turn list() and list_pairs() into EnumerablesJohn Keiser2013-06-071-1/+1
|
* Don't overwrite filenames in the original command when printing outputJohn Keiser2013-06-071-1/+1
|
* Don't print extra newlines on diffJohn Keiser2013-06-071-1/+1
|
* Don't print extra newlines in xargsJohn Keiser2013-06-071-1/+1
|
* Add xargs -0 for null separator, split on space as well as newlineJohn Keiser2013-06-071-1/+9
|
* Add long options for xargsJohn Keiser2013-06-071-0/+4
|
* Add xargs -t to print command linesJohn Keiser2013-06-071-1/+8
|
* Add xargs -s SIZE for command line size limitJohn Keiser2013-06-071-64/+136
|
* Add xargs -n MAXARGS to allow command lines with more argsJohn Keiser2013-06-071-58/+98
|
* Add xargs -J and -I for custom command line replacementJohn Keiser2013-06-071-17/+36
|
* Add "knife xargs" command to run a program against nodes, roles, cookbooks, etc.John Keiser2013-06-071-0/+114