Releases: dfrnt-com/tuscli
Releases · dfrnt-com/tuscli
v0.2.1-alpha 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
- 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
Added support for branches:
- List
- Create
- Delete
- Use (use other functionality on a branch)
Release v0.0.9-alpha
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
Added package to npm and updated documentation and with some examples.
v0.0.1-alpha
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