An open API service indexing awesome lists of open source software.

https://github.com/openanalytics/rdepot-cli

CLI for RDepot
https://github.com/openanalytics/rdepot-cli

Last synced: 5 months ago
JSON representation

CLI for RDepot

Awesome Lists containing this project

README

        

# RDepot CLI

The RDepot cli is a tiny tool to help you submit packages to RDepot.

## install (linux)

```{bash}
curl -sLO https://nexus.openanalytics.eu/repository/releases/eu/openanalytics/rdepot/rdepot-cli/1.5.0/rdepot.gz
gunzip rdepot.gz
chmod +x rdepot
mv ./rdepot /usr/local/bin/rdepot
rdepot version
```

## usage

see `rdepot --help` or [the docs page](./docs/rdepot.md)