summaryrefslogtreecommitdiff
path: root/lib/chef/knife/xargs.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove backcompat classestm/kill-backcompatThom May2017-03-081-1/+1
* Single space after periodsTim Smith2016-03-051-4/+4
* autofixing whitespace copsLamont Granquist2016-02-051-2/+1
* Use double quotes by defaultThom May2016-01-141-21/+21
* Add "path-based" category to essentials commands so they show up in knife hel...John Keiser2013-10-141-0/+2
* 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