Skip to content

Releases: dfrnt-com/tuscli

v0.2.1-alpha release

04 Aug 21:45
d909374

Choose a tag to compare

v0.2.1-alpha release Pre-release
Pre-release

Fixes a release number error, in addition to the 0.2.0 release with these changes:

  • Reduced output with quiet flag
  • Switched from nexe to pkg to produce tuscli binary for Linux due to security vulnerability in nexe
  • Reduced docker image to scratch, with self-contained statically linked tuscli binary

Release 0.1.9 alpha - Command line WOQL and import

03 May 17:02
9380819

Choose a tag to compare

  • Refactored WOQL option to serialize/deserialize WOQL
  • Added a JS WOQL to JSON WOQL compile function
  • Bumped TerminusDB client to 10.0.10 with improvements to id in WOQL.doc
  • Added ability to select commit, and explore the commit graph
  • Added cli WOQL CSV import example

v0.1.0-alpha

25 Jan 18:46
99cc77f

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

Added support for branches:

  • List
  • Create
  • Delete
  • Use (use other functionality on a branch)

Release v0.0.9-alpha

06 Jan 20:35
70889f3

Choose a tag to compare

Release v0.0.9-alpha Pre-release
Pre-release

Changes since last release:

  • Fixed colorized JSON with corrected quotes
  • Bumped terminusdb-client to 10.0.2
  • Added releasenotes for historic versions
  • Added createDatabase and deleteDatabase functions
  • Made optimisation to speed up docker build time
  • Improved error checking for parameters
  • Fixed docker build due a js client issue
  • Included docker support and improved builds
  • Added update command

v0.0.3-alpha

08 Nov 06:28
bda363f

Choose a tag to compare

v0.0.3-alpha Pre-release
Pre-release

Added package to npm and updated documentation and with some examples.

v0.0.1-alpha

07 Nov 19:35
b6c568a

Choose a tag to compare

v0.0.1-alpha Pre-release
Pre-release

Initial release

Just the fundamentals, took some code, wrapped it into the alpha release. It's useful as-is, but needs some love to get good!

As the binary embeds the full nodejs environment, it is huge 😆 Only tested on MacOS x64, but nexe should work in most environments.

Build your own binary with:

$ npm install
$ npm run build
$ npm run buildnexe

Your binary should be written to ./tuscli

If you need to build nodejs on your platform, this might do the trick

$ npm install --production=false
$ npx nexe --build -o tuscli