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

flin-nbai avatar flyworker avatar normalnoise avatar danielw8088 avatar

Stargazers

 avatar

Watchers

 avatar

lagrange-cli's Issues

error when lag remove file

image

when I remove the files from the space files;

Traceback (most recent call last):
  File "/Users/leozhang/opt/anaconda3/bin/lag", line 8, in <module>
    sys.exit(main())
  File "/Users/leozhang/opt/anaconda3/lib/python3.9/site-packages/lag/cli.py", line 93, in main
    remove_files(args.files)
  File "/Users/leozhang/opt/anaconda3/lib/python3.9/site-packages/lag/add.py", line 61, in remove_files
    added_files.remove(file)
ValueError: list.remove(x): x not in list

500 error when lag push to space

image image

code branch: fix_push
situation: when I push the code to the space, just a part of files are uploaded to the space, then return 500 error, please check

404 When push the code

(base) ccao@Charless-MBP-2 lagrange-cli % lag clone https://lagrangedao.org/spaces/0x2c1877cDFa3649122CC0F41423A2a185217a2E23/hello-wolrd
Cloning hello-wolrd into current directory...
Downloading: hello-wolrd/requirements.txt
Downloading: hello-wolrd/Readme.md
Downloading: hello-wolrd/app/main.py
Downloading: hello-wolrd/Dockerfile
Downloading: hello-wolrd/app/init.py
(base) ccao@Charless-MBP-2 lagrange-cli % cd hello-wolrd
(base) ccao@Charless-MBP-2 hello-wolrd % vi Readme.md
(base) ccao@Charless-MBP-2 hello-wolrd % lag add .
(base) ccao@Charless-MBP-2 hello-wolrd % lag commit -m "add readme 2"

(base) ccao@Charless-MBP-2 hello-wolrd % lag clone https://lagrangedao.org/spaces/0x2c1877cDFa3649122CC0F41423A2a185217a2E23/hello-wolrd
Cloning hello-wolrd into current directory...
Downloading: hello-wolrd/requirements.txt
Downloading: hello-wolrd/Readme.md
Downloading: hello-wolrd/Dockerfile
Downloading: hello-wolrd/app/main.py
Downloading: hello-wolrd/app/init.py

(base) ccao@Charless-MBP-2 hello-wolrd % lag push https://lagrangedao.org/spaces/0x2c1877cDFa3649122CC0F41423A2a185217a2E23/hello-wolrd
Uploading files to space...
An error occured when pushing the files. Status code 404
(base) ccao@Charless-MBP-2 hello-wolrd % lag push https://lagrangedao.org/spaces/0x2c1877cDFa3649122CC0F41423A2a185217a2E23/hello-wolrd
Uploading files to space...
An error occured when pushing the files. Status code 404

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.