Skip to content

Releases: opencultureconsulting/orcli

v0.4.0

16 Dec 03:10
Compare
Choose a tag to compare

feature

new command orcli export csv #125

v0.3.0

11 Dec 10:23
6dfb763
Compare
Choose a tag to compare

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

06 Dec 16:09
bd73277
Compare
Choose a tag to compare

bugfix

  • transform: fix bug that occurs when GREL contains brackets, e.g. forNonBlank(value, x, '(' + x + ')', null) #122

v0.2.1

16 Nov 21:45
779a6e6
Compare
Choose a tag to compare

bugfix

  • transform: allow \n in expression in #120

v0.2.0

09 Nov 15:03
Compare
Choose a tag to compare

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

v0.1.0

27 Jan 17:08
5627261
Compare
Choose a tag to compare

proof of concept