Releases: opencultureconsulting/orcli
Releases · opencultureconsulting/orcli
v0.4.0
feature
new command orcli export csv
#125
v0.3.0
feature
- new command
orcli sort columns
#124
- re-order columns alphabetically
- option
--first
to set key column(s)
- example:
orcli sort columns "duplicates" --first name
v0.2.2
bugfix
- transform: fix bug that occurs when GREL contains brackets, e.g.
forNonBlank(value, x, '(' + x + ')', null)
#122
v0.2.1
bugfix
- transform: allow
\n
in expression in #120
v0.2.0
new commands and flags
search
in #113
import json
/ import jsonl
in #114
export jsonl
in #117
export tsv --select
in #118
maintenance
export template
: remove trailing newline from input in #110
run
: print 50 lines of server log in #112
- replace curl --retry with bash builtins in #101
- print server log if starting server fails in #102
- always set orcli alias in #111
docs
- asciinema gif in #105
- compress asciinema gif in #107
- generate markdown help in #106
Full Changelog: v0.1.0...v0.2.0