summaryrefslogtreecommitdiff
path: root/lib/chef/knife/yaml_convert.rb
Commit message (Expand)AuthorAgeFilesLines
* Use inspect instead of switching on element type.fix-yaml-toolPete Higgins2020-05-011-7/+1
* Don't quote arrays in yaml conversion.Pete Higgins2020-05-011-1/+7
* Allow symbols in yaml conversion.Pete Higgins2020-05-011-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Output to a file instead of stdoutbtm/knife-yamlBryan McLellan2020-03-251-20/+44
* Add a `knife yaml convert` toolBryan McLellan2020-03-251-0/+67