With lagrange-cli as the current work directory
git clone git@github.com:lagrangedao/lagrange-cli.git
cd lagrange-cli
pip install .
lag clone https://lagrangedao.org/<type>/<wallet_address>/<name>
cd some-cloned-dataset
lag pull
lag add file1 file2 file3 ...
lag add .
lag remove file1 file2 file3 ...
lag commit -m "commit message"
lag push https://lagrangedao.org/<type>/<wallet_address>/<name>
Set API Token
lag config --api-token <TOKEN>