Mike Farah
de90b3e85e
gitbook wip
2021-11-03 22:37:07 +11:00
Mike Farah
6002604251
Added with operator
2021-09-12 21:52:02 +10:00
Mike Farah
cb95ab1494
Fixed merge comment issue #919
2021-08-26 16:31:26 +10:00
Mike Farah
063d40de25
Fixing pipeline
2021-08-25 10:09:44 +10:00
Mike Farah
43f47c4ed9
wip - pretty print 1.1 compat mode
2021-08-20 12:23:35 +10:00
Mike Farah
8508d3309b
More efficient front matter processor
2021-07-20 10:38:42 +10:00
Mike Farah
4e628327c4
Better way of processing leading content
2021-07-20 10:19:55 +10:00
Mike Farah
bbebebe30c
Fixed for most cases, except strip comments
2021-07-20 09:18:40 +10:00
Mike Farah
102e7e7ab0
Version bump
2021-07-18 13:45:21 +10:00
Mike Farah
555ad0762c
Added front-matter handler
2021-07-18 12:28:46 +10:00
Mike Farah
f6e2ab5cef
Remember comments in empty files
2021-07-16 22:08:22 +10:00
Mike Farah
a13617407e
Fixed EOF bug when processing empty files
2021-07-16 20:56:22 +10:00
Mike Farah
d74bb8e28d
Adding magic to detect leading seperators
2021-07-15 11:34:49 +10:00
Mike Farah
58c63ed121
Bumping version
2021-06-10 09:37:08 +10:00
Mike Farah
c6efd5519b
Pass context through operators
...
Allows more sophisticated functionality
2021-02-11 10:58:40 +11:00
Mike Farah
461c3e719c
merge anchors!
2020-10-30 12:00:48 +11:00
Mike Farah
85d059340b
first cli
2020-10-27 16:45:16 +11:00
Morgan Bazalgette
bb9cb0c60e
fix tests
2020-10-09 08:38:42 +11:00
Mike Farah
b9e304e7a4
Can stripComments and explodeAnchors for compare
2020-06-11 09:13:55 +10:00
Mike Farah
63313ebb02
Merge branch 'coryrc-fix-merge-with-dots' into compare
2020-02-07 09:10:25 +11:00
Mike Farah
de3bfaef60
Merge branch 'fix-merge-with-dots' of git://github.com/coryrc/yq into coryrc-fix-merge-with-dots
2020-02-07 09:09:52 +11:00
Mike Farah
108b5cb093
Fixed explode for simple anchors
2020-02-07 09:08:52 +11:00
Cory Cross
ea9df0eede
Fix path generation when merging file has period in key
...
The program generates a path for every leaf node in the
file-to-be-merged. It does not escape them if they contain a dot, as
the path-expressions document mentions is necessary.
Add in a test for this condition. Verified it fails without the fix.
2020-02-04 22:37:00 -08:00
Mike Farah
14ac791eaf
Fixed compare output, added tests
2020-02-03 15:35:00 +11:00
Mike Farah
6ec8386f9e
Fixed bad yaml handling
2020-01-30 16:32:28 +11:00
Mike Farah
d203ec7b56
Accidently changed sample.yaml
2020-01-15 08:55:01 +11:00
Mike Farah
2d7be26ad5
wip update docs
2020-01-13 16:58:11 +11:00
Mike Farah
2d237e7e8e
it works! wip
2020-01-11 19:13:52 +11:00
Mike Farah
74c7a4e027
it works! wip
2020-01-11 18:52:15 +11:00
Mike Farah
96955ffa9c
release notes
2020-01-11 09:55:24 +11:00
Mike Farah
854f5f0fc9
wip json encoding
2020-01-10 22:01:59 +11:00
Mike Farah
690da9ee74
Fixed merge new array
2020-01-06 10:12:30 +13:00
Mike Farah
1f7f1b0def
Merge arrays!
2020-01-05 17:28:24 +13:00
Mike Farah
1aa5ec1d40
Merge! wip
2020-01-05 17:14:14 +13:00
Mike Farah
cf389bed4a
Refactor wip
2019-12-27 19:06:08 +11:00
Mike Farah
ff5b23251b
Refactor wip
2019-12-25 12:11:04 +11:00
Mike Farah
949bf1c1d7
Merge anchors - wip
2019-12-22 15:15:15 +11:00
Mike Farah
19fe718cfb
Aliases!
2019-12-16 21:09:23 +11:00
Mike Farah
290579ac7f
Handle simple aliases
2019-12-16 20:38:55 +11:00
Mike Farah
a3cebec2fd
Added prefix command
2019-12-16 16:17:01 +11:00
Mike Farah
53a4a47ce3
wip - prefix splat
2019-12-15 18:38:40 +11:00
Mike Farah
5988d0cffa
Simplified
2019-12-15 18:24:23 +11:00
Mike Farah
d061b2f9f9
Can delete arrays
2019-12-12 20:47:22 +11:00
Mike Farah
586ffb833b
Refactoring
2019-12-09 13:57:10 +11:00
Mike Farah
9771e7001c
splatting
2019-12-09 13:44:53 +11:00
Mike Farah
972e2b9575
wip
2019-12-06 16:36:42 +11:00
Mike Farah
aad15ccc6e
better v3
2019-12-06 15:57:46 +11:00
Mike Farah
84de9c078d
Improved handling of numeric keys
...
When there is no match at a given path, numeric keys are assumed to be strings.
To create an array '+' must be used.
e.g: yq n thing[+].cat fred
will create an array under thing, whereas
yq n thing[0].cat fred
will create a map under thing, with a key '0'
2019-05-16 10:03:54 +10:00
Mike Farah
c4e9516aa6
Prefix matching splat
...
Fixes https://github.com/mikefarah/yq/issues/218
2019-05-13 09:32:08 +10:00
Mike Farah
323089eb64
fixed tests for write array splat
2019-05-13 09:13:45 +10:00