Commit Graph

132 Commits

Author SHA1 Message Date
Mike Farah bfc1a621c4 Pretty print everything 2020-02-03 16:37:53 +11:00
Mike Farah b3598aaa43 Updated readme 2020-02-03 16:21:00 +11:00
Mike Farah 25293a6894 Check write errors 2020-02-03 14:28:38 +11:00
Mike Farah c6a52012ab Prefer download binary 2020-01-31 10:37:27 +11:00
Mike Farah 63ded205e8 Added docs for validate 2020-01-31 10:32:44 +11:00
Mike Farah 44f36833cf Fixed delete array pattern matching 2020-01-30 14:55:58 +11:00
Mike Farah 789ea02096 Merge branch 'v3' 2020-01-30 13:01:16 +11:00
Mike Farah 720cc8f798 Update cli docs 2020-01-30 09:58:21 +11:00
Mike Farah 5cd4c347b0 Updated user docs link 2020-01-22 16:25:52 +11:00
Mike Farah 3a387e65be Updated travis ci build 2020-01-15 09:02:06 +11:00
Mike Farah 56ba7c9a43 Updated travis ci build 2020-01-15 09:01:08 +11:00
Mike Farah e2f79a3dae bolden contribute disclaimer 2020-01-13 19:45:24 +11:00
Mike Farah 2d7be26ad5 wip update docs 2020-01-13 16:58:11 +11:00
Mike Farah f18c5161e0 Fixed sponge instructions 2020-01-11 16:01:32 +11:00
Mike Farah eeeeeffd7b Added note about v3 2020-01-11 11:44:02 +11:00
Mike Farah 3f36a18791 Add readme notice re v3 2019-12-23 10:01:55 +11:00
Mike Farah ceafed30f9 attempt to fix go get 2019-12-02 10:38:44 +11:00
Mike Farah 29986db8f8 Update doc for go get 2019-11-13 12:25:24 +11:00
Mike Farah 8020d4253b Updated README 2019-11-01 12:40:21 +11:00
Elliot d05391e244 update ci to use go 1.13, switch to golangci-lint 2019-10-31 08:21:19 +11:00
Mike Farah 665d9079fa Added goreport to readme 2019-07-23 10:07:59 +10:00
Mike Farah 7b54a44fcf Fixed readme for bash docker alias to bash function, thanks @dead10ck 2019-07-23 09:57:58 +10:00
Arnaud Deprez f8553162ca
doc: use '--rm' instead of '-rm' for docker command 2019-07-02 12:17:35 +00:00
Eduardo Minguez Perez be532bf2fe Added '-rm' docker flag to remove the containers
Also, added a handy alias just in case.
2019-06-10 21:59:40 +10:00
Georgi Knox 6e35356a84 add help description 2019-05-16 09:35:16 +10:00
Mike Farah 238a1241d2 Added snap specific notes
https://forum.snapcraft.io/t/requesting-classic-confinement-for-yq/10559
2019-03-27 09:27:07 +11:00
matfax 8a3fb32f36 Update documentation 2018-11-20 08:53:25 +11:00
Mike Farah 7a6689eb40 Fixed latest linting issues 2018-08-06 16:24:06 +10:00
Mike Farah e6660e2460
Update README.md 2018-07-31 19:04:34 +10:00
Mike Farah ebb8b34b31 Updating readme badges 2018-07-10 22:00:50 +10:00
Mike Farah 9a5e4ee828 Fixed whitespace in badge 2018-07-10 21:51:47 +10:00
Benedikt Franke 0a2dd29940 Add badge for docker build 2018-07-10 21:49:59 +10:00
Mike Farah d8fed62f03 merge documentation 2018-07-10 21:24:13 +10:00
Mike Farah c2c49dcb17 Fixed help length to prevent horizontal scroll in README 2018-06-27 19:37:18 +10:00
Mike Farah b3b60665e4 Fixed toJson command line option, should only apply to read command 2018-06-26 14:09:56 +10:00
Mike Farah df08b055cf Shorten instructions in readme to avoid horizontal scroll 2018-06-20 19:50:19 +10:00
Mike Farah 25c9c22d8d Updating docs 2018-06-20 14:29:17 +10:00
Mike Farah facc81d1f4 github version of mousetrap required for xcompile 2018-06-20 08:14:14 +10:00
Mike Farah a2571da1a1 Updated docs to refer to gopkg.in when using go get 2018-06-18 11:45:46 +10:00
Mike Farah 6d6e476ac8 Use gopkg managed versions of dependencies, for better go get support 2018-06-18 11:37:42 +10:00
Mike Farah ebdc092688 Updating user docs 2018-06-12 10:17:09 +10:00
Roberto Mier Escandon 27089d1ca1 Updated some documentation pointing to deb install option 2018-06-12 10:12:55 +10:00
Mike Farah 0124d26086 Added mkdocs instructions to Contribute 2018-06-12 10:11:15 +10:00
Mike Farah 3a4d62d820 Adding delete command documentation 2018-05-07 16:34:29 +10:00
spawnia d3ecf7aa88 Add Dockerfile for building the official CLI container 2018-04-03 09:25:00 +10:00
David Bliss e552dbb6ab Add install instructions to documentation 2018-02-19 08:23:30 +11:00
Mike Farah 0abda0098c Now on brew! 2017-12-25 06:30:49 +11:00
Mike Farah 0c932ba7dc Updated travis ci image 2017-12-19 11:39:54 +11:00
Mike Farah cb48ba7173 Rename to yq 2017-12-18 15:29:41 +11:00
Mike Farah 1f6d7a50b2 Clearer README 2017-12-18 15:29:41 +11:00
kenjones 72bd88cfa5 Feature: Adds support for --version
Resolves: #24
2017-09-23 01:08:39 -04:00
kenjones 6980be3800 Feature: Adds merge command
Adds merge command for merging multiple yaml files together.

Resolves: #31
2017-09-23 14:45:59 +10:00
kenjones 86639acf70 Task: Simplify development
The base directory has all shell scripts in scripts/
and all example/test files in examples/.
A Makefile provides all the commands with helpful information.
If a developer simply types `make` then vendor is properly updated,
the code is formatted, linted, tested, built, acceptance test run,
and installed.

Linting errors resolved.
Ignored test case (`TestParsePath`) updated to work as expected.
2017-09-23 08:37:34 +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 ec25886528 Removed redundant code, updated doc w.r.t reading json files 2017-04-19 15:45:45 +10:00
Mike Farah a7c4813703 Updated doco 2017-04-14 12:40:03 +10:00
Mike Farah 124c57f9d9 README now links to doco 2017-04-13 15:44:31 +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 5d2d37a5f8 Fixed travis script, added Travis banner to readme 2017-02-13 07:55:06 +11:00
Mike Farah 7ef556f22b Update README.md 2015-11-20 21:42:45 +11:00
Mike Farah 3dee7b89d2 Updated README 2015-10-13 21:34:26 +11:00
Mike Farah 3720bf8211 Added json output functionality 2015-10-11 10:00:22 +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 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 c03c4813d4 Can read from STDIN 2015-10-05 15:48:34 +11:00
mfarah 5ee6a9b9ca Updated README 2015-10-05 14:48:57 +11:00
mfarah e4d5769f29 Added array splat functionality 2015-10-05 14:41:50 +11:00
Mike Farah fea6e0db3d Clarified README 2015-10-04 17:07:39 +11:00
Mike Farah da4b1a6449 Minor Readme fix 2015-10-03 18:19:13 +10:00
Mike Farah c4af37ed68 Custom path parsing 2015-10-03 17:04:12 +10:00
Mike Farah 364c1a8af3 Can update yam to stdout 2015-09-29 16:29:32 +10:00
Mike Farah 5a3c3a7152 Added release link in readme 2015-09-29 10:20:31 +10:00
mfarah 6550822778 Updated README 2015-09-28 13:17:50 +10:00
Mike Farah 17e05d14ab Added install instructions 2015-09-28 13:17:50 +10:00
Mike Farah 1234215037 Can handle arrays 2015-09-28 13:17:50 +10:00
Mike Farah bcf2ee8bcc Updated readme 2015-09-28 13:17:38 +10:00
Mike Farah 66e832a1fc Initial commit 2015-09-27 08:14:44 +10:00