/fluree-cli

Command line tool to manage Fluree data, local and remote

Primary LanguageClojure

fluree-cli

NB: This does nothing useful yet

Command line tool to manage Fluree data, local and remote

Installation

Download from https://github.com/com.fluree/fluree-cli

Prerequisites

Java 11+ (JDK to build, JRE to run)

GraalVM & native-image tool for native images

Building

JAR file:

$ make

Native image (using GraalVM):

$ make fluree

Usage

JAR file:

$ java -jar fluree-cli.jar

Native image:

$ ./fluree

Options

FIXME: listing of options this app accepts.

Examples

...

Bugs

...

Any Other Sections

That You Think

Might be Useful

License

Copyright © 2021 Fluree, PBC

EPLv1.0 is just the default for projects generated by clj-new: you are not required to open source this project, nor are you required to use EPLv1.0! Feel free to remove or change the LICENSE file and remove or update this section of the README.md file!

Distributed under the Eclipse Public License version 1.0.