File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ ## 1.1.5 - * 7/24/2022*
5
+
6
+ - Documentation cleanup.
7
+
4
8
## 1.1.4 - * 4/20/2022*
5
9
6
10
- Documentation cleanup.
Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ export JSONLITE_DATA_DIR=/tmp/jsonlite.data
49
49
echo '{"key":"value"}' | jsonlite set
50
50
4472B861-4C10-4C0A-A63B-E5D45AA679C0
51
51
````
52
+
53
+ and reading from a file:
54
+
52
55
````
53
56
jsonlite set < file.json
54
57
9DF4DC1F-121E-46DC-B580-E1663B645AED
@@ -124,7 +127,7 @@ Usage: jsonlite command <command-specific-options>
124
127
125
128
````
126
129
➜ jsonlite version
127
- 1.1.4
130
+ 1.1.5
128
131
````
129
132
130
133
### default
@@ -133,7 +136,7 @@ Usage: jsonlite command <command-specific-options>
133
136
134
137
```
135
138
➜ jsonlite
136
- JSONlite 1.1.4
139
+ JSONlite 1.1.5
137
140
json formatter: json_reformat (fastest)
138
141
data directory: /tmp/jsonlite.data
139
142
Original file line number Diff line number Diff line change 18
18
19
19
set -eo pipefail; [[ $TRACE ]] && set -x
20
20
21
- readonly VERSION=" 1.1.4 "
21
+ readonly VERSION=" 1.1.5 "
22
22
export JSONLITE_DATA_DIR=${JSONLITE_DATA_DIR:= " $PWD /jsonlite.data" }
23
23
24
24
jsonlite_version () {
You can’t perform that action at this time.
0 commit comments