Commit Graph

585 Commits

Author SHA1 Message Date
Mike Farah a0e70279a8 Updating snapcraft version 2018-06-20 17:51:07 +10:00
Mike Farah 25c9c22d8d Updating docs 2018-06-20 14:29:17 +10:00
Mike Farah d46d555b07 Incrementing version 2018-06-20 14:29:10 +10:00
Mike Farah fb87f638f2 Multi doc supports updating all docs 2018-06-20 11:45:51 +10:00
Mike Farah facc81d1f4 github version of mousetrap required for xcompile 2018-06-20 08:14:14 +10:00
Mike Farah c1f9065c68 pflag has to be github :eye_roll: 2018-06-18 20:12:09 +10:00
Mike Farah be84cc3082 Add pflag back in 2018-06-18 20:08:41 +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 ae0c042ae6 Use gopkg managed version of yaml to properly support go get 2018-06-18 11:12:52 +10:00
Mike Farah 867ec92d3a Version bump 2018-06-15 20:50:20 +10:00
Mike Farah 113586b5e0 Updating help for multi doc 2018-06-15 20:31:29 +10:00
Mike Farah c38f19e0a9 Enabled multi document support for merge (first document only) 2018-06-15 16:48:36 +10:00
Mike Farah 8ca85b1c64 Simplified merge command 2018-06-15 16:40:52 +10:00
Mike Farah 08870f8ec9 Simplified 'new' command 2018-06-15 16:21:18 +10:00
Mike Farah 94b217984c Better error handling 2018-06-15 16:11:13 +10:00
Mike Farah 2f5a481cc3 Detect when there is no document X to update 2018-06-15 09:54:11 +10:00
Mike Farah 1a4064429d Delete now supports multi docs! 2018-06-15 09:43:20 +10:00
Mike Farah 1b22e1d812 Fixed delete command for arrays 2018-06-15 09:03:42 +10:00
Mike Farah 297522cbdd Write supports multidoc yaml, better use of yaml library streaming 2018-06-15 08:39:59 +10:00
Mike Farah be991fdacd Read test 2018-06-15 08:39:29 +10:00
Mike Farah be08214773 fixed version test 2018-06-13 10:00:01 +10:00
Mike Farah 9e971ebeae Beta version of multiple document support for read, write coming soon 2018-06-13 09:26:52 +10:00
Mike Farah f340db5795 Extract out reading of write commands 2018-06-13 09:24:37 +10:00
Mike Farah ab852ceafa Separate reading stream from processing 2018-06-13 09:11:54 +10:00
Mike Farah 06a843e9b2 Read now handles multiple documents 2018-06-12 15:41:09 +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
Roberto Mier Escandon 1853585d22 Add debian packaging 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 0d68bea3dc Release instructions 2018-05-08 10:55:16 +10:00
Mike Farah 54603b3607 Updated version in snapcraft.yml 2018-05-08 10:06:41 +10:00
Mike Farah c86aeca325 Fixed script for publishing from a mac 2018-05-07 20:39:18 +10:00
Mike Farah a4f124f24f Updated repo name 2018-05-07 16:40:23 +10:00
Mike Farah 090b377fa5 Incrementing version to reflect new delete feature! 2018-05-07 16:38:26 +10:00
Mike Farah 3a4d62d820 Adding delete command documentation 2018-05-07 16:34:29 +10:00
Mike Farah 6053c8c136 Use dev scripts for making docker image 2018-05-07 16:31:26 +10:00
Mike Farah c5a45ba7d5 Removed dud instructions 2018-05-07 16:26:38 +10:00
Matthew Huxtable 56a0771cd1 Mark test helpers as such 2018-05-07 15:52:29 +10:00
Matthew Huxtable 8072e66d46 Add delete command
The delete (short option "d") will delete the YAML subtree at the
provided path in the specified file (or STDIN), if it the node exists.

More complex support is currently omitted, for example:

  - specify nodes to delete using an external script
  - deleting common elements from all elements of an array
2018-05-07 15:52:29 +10:00
Tim Hobbs 26153b3eb5 Rename to yq 2018-04-09 15:58:12 +10:00
Tim Hobbs f2e10f21c7 Rename to yq 2018-04-09 15:58:12 +10:00
spawnia d3ecf7aa88 Add Dockerfile for building the official CLI container 2018-04-03 09:25:00 +10:00
Mike Farah ee8ffd458a Multiline value fix - multi line strings no longer printed as a yaml block
Although printing the string as a yaml block can be argued to be technically correct, in practical terms it's more useful to just print out the multiline string as is.
2018-03-27 16:22:24 +11:00
Mike Farah 8f15dba812 Updated docs to explicity put array paths in quotes 2018-02-28 08:07:34 +11:00
Mike Farah 92ce195424 Fixed version test 2018-02-19 14:50:46 +11:00
Mike Farah e725a2cec5 Fixed docs 2018-02-19 14:21:38 +11:00
Mike Farah 37de7a3505 Don't default to dev version 2018-02-19 14:07:21 +11:00
Mike Farah e96794a420 Remove version pre release
this is appearing in the snap release :(
2018-02-19 13:27:22 +11:00
Mike Farah 120ef8e4dc drop dev from version 2018-02-19 09:45:10 +11:00