Giter Club home page Giter Club logo

lagrange-cli's Introduction

Installation

  • With lagrange-cli as the current work directory
git clone [email protected]:lagrangedao/lagrange-cli.git
cd lagrange-cli
pip install .

Usage

Clone Lagrange Repo

  • Clones provided Lagrange repo into current directory
  • Creates a new folder for the dataset in the current directory
lag clone https://lagrangedao.org/<type>/<wallet_address>/<name>

Pull Lagrange Repo

  • Pulls latest version of a lagrange repo
  • Must be done inside a cloned / initialized lagrange repo
cd some-cloned-dataset
lag pull

Add Files

  • Add files to be comitted
  • Must be done inside a cloned lagrange repo
lag add file1 file2 file3 ...
  • To add all files in current directory and subdirectories
lag add .

Remove Added Files

  • Removes added files
  • Must be done inside a cloned lagrange repo
lag remove file1 file2 file3 ...

Commit Files

  • Commit added files to be pushed
lag commit -m "commit message"

Push Dataset

  • Push comitted files to designated dataset
  • Must be done inside a cloned lagrange repo
lag push https://lagrangedao.org/<type>/<wallet_address>/<name>

Config Commands

Set API Token

lag config --api-token <TOKEN>

lagrange-cli's People

Contributors

danielw8088 avatar flin-nbai avatar flyworker avatar normalnoise avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.