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
- Host: GitHub
- URL: https://github.com/openanalytics/rdepot-cli
- Owner: openanalytics
- License: apache-2.0
- Created: 2020-12-11T21:51:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T17:42:09.000Z (11 months ago)
- Last Synced: 2024-08-03T22:19:15.306Z (8 months ago)
- Language: Go
- Size: 11.9 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - openanalytics/rdepot-cli - CLI for RDepot (Go)
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)