Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 778 Bytes

File metadata and controls

32 lines (21 loc) · 778 Bytes

cli-li3ds

Travis license

This cli-li3ds project provides a Command Line Interface for interacting with the LI³DS REST API. The CLI can for example be used to import Micmac-produced datasets into the LI³DS datastore.

Installation

  1. Clone the repo:

    $ git clone git@github.com:LI3DS/cli-li3ds.git
  2. Create a virtual env

    $ virtualenv li3ds
  3. Install:

    (li3ds) $ cd cli-li3ds
    (li3ds) $ pip install -e .
  4. Use:

    (li3ds) $ li3ds --help