Commit Graph

887 Commits

Author SHA1 Message Date
Mike Farah 1ed8e7017e Can create arrays 2017-08-08 17:04:30 +10:00
Mike Farah 5514d2300b Can update arrays 2017-08-08 16:55:57 +10:00
Mike Farah 5bb0934710 Handle arrays and strings when reading 2017-08-08 16:42:11 +10:00
Mike Farah cdd78af4bc Fixed bug #11: Inability to set field to empty string 2017-06-06 10:19:32 +10:00
Mike Farah d07e436065 Update docs re using values that look like flags 2017-05-03 10:42:53 +10:00
Mike Farah b2a0964de2 switched from godeps to govendor, now supports new 'vendor' folder 2017-05-03 09:19:55 +10:00
Mike Farah 69e6bb354d Added doco regarding values starting with hyphens 2017-05-03 08:11:26 +10:00
Mike Farah ec25886528 Removed redundant code, updated doc w.r.t reading json files 2017-04-19 15:45:45 +10:00
Mike Farah c2000a446b Fixed writeCommands to maintain the same execution as was read in 2017-04-18 15:55:43 +10:00
Mike Farah 08ba0083be formatting 2017-04-18 09:14:06 +10:00
Mike Farah 909b62be54 Fixed ability to grow arrays 2017-04-18 08:53:27 +10:00
Mike Farah 0facf35d60 Fixed test flakeyness with using printf 2017-04-14 12:56:50 +10:00
Mike Farah a7c4813703 Updated doco 2017-04-14 12:40:03 +10:00
Mike Farah 373e0a5eb7 More tests 2017-04-14 12:39:55 +10:00
Mike Farah 124c57f9d9 README now links to doco 2017-04-13 15:44:31 +10:00
Mike Farah fb73a793bd Added doco 2017-04-13 15:36:59 +10:00
Mike Farah c22394b540 Updated readme 2017-04-12 21:30:29 +10:00
Mike Farah b1ff47022b Updated readme 2017-04-12 21:20:43 +10:00
Mike Farah 82f1230db8 Added "new" command for creating new yaml 2017-04-12 21:10:00 +10:00
Mike Farah a3190f1504 Refactor write to allow new entries 2017-04-12 20:25:13 +10:00
Mike Farah 44ee869e47 Maintain order 2017-02-27 09:09:29 +11:00
Mike Farah 5d2d37a5f8 Fixed travis script, added Travis banner to readme 2017-02-13 07:55:06 +11:00
Mike Farah e3fc944709 Added travis config 2017-02-13 07:28:48 +11:00
Mike Farah 6ee9db9a70 Added License (MIT) 2017-02-10 16:00:25 +11:00
Mike Farah 0d75edfb67 Fixed updating array bug (Issue 3 in git) 2017-02-09 13:58:47 +11:00
Mike Farah 037314af8a Merge pull request #2 from chaos95/master
Handle 'index out of range' errors more gracefully
2016-03-19 13:05:57 +11:00
Morgan Larosa 2a283b4ef7 Fix #1 2016-03-16 16:11:06 +11:00
Mike Farah 7ef556f22b Update README.md 2015-11-20 21:42:45 +11:00
Mike Farah 6b566fd983 Refactored code 2015-10-13 21:42:36 +11:00
Mike Farah 001925a4d4 Release task now clears build directory first 2015-10-13 21:34:40 +11:00
Mike Farah 3dee7b89d2 Updated README 2015-10-13 21:34:26 +11:00
Mike Farah c955815aab Added json input functionality 2015-10-11 17:06:52 +11:00
Mike Farah 3720bf8211 Added json output functionality 2015-10-11 10:00:22 +11:00
Mike Farah 5f09aabf4c Extracted out common test code 2015-10-10 19:18:54 +11:00
Mike Farah 98751cf607 Using godeps 2015-10-10 12:57:11 +11:00
Mike Farah 2ec3b59da2 Added more help info about using write with an update script 2015-10-09 21:30:15 +11:00
Mike Farah 56c923228d Fixed bug when using write command
Added more tests to avoid bugs ;)
2015-10-09 21:24:42 +11:00
Mike Farah c122b9a843 Fixed example in README 2015-10-08 20:07:27 +11:00
mfarah 15f51d4bf0 Can update a yaml file from an instruction yaml file 2015-10-08 10:31:31 +11:00
mfarah 219105f999 Test result order no longer matters 2015-10-07 13:36:39 +11:00
mfarah 955ecc2547 Removed usage of log 2015-10-06 16:39:19 +11:00
mfarah 1d5fbd5ad0 Use cobra for cli for nicer cli-ness 2015-10-06 16:17:28 +11:00
mfarah 1605938c2c Readme updates 2015-10-06 11:58:51 +11:00
mfarah 2780903b60 Fixed readme formatting 2015-10-06 11:51:36 +11:00
mfarah 81672d4efe Can now splat maps 2015-10-06 10:08:31 +11:00
mfarah 6a696c81db Individual tests now have their own test data 2015-10-06 10:02:40 +11:00
mfarah 805729e4f7 DRYd code 2015-10-06 09:25:55 +11:00
mfarah 7db31006da Fixed write bug: can now update yaml with single key in path 2015-10-05 16:03:11 +11:00
mfarah 8409be1cdf Removed debug printLn 2015-10-05 16:02:07 +11:00
mfarah c03c4813d4 Can read from STDIN 2015-10-05 15:48:34 +11:00