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

https://github.com/blakmatrix/rpi-tool

RaspberryPi tool for managing and writing images
https://github.com/blakmatrix/rpi-tool

Last synced: 3 months ago
JSON representation

RaspberryPi tool for managing and writing images

Awesome Lists containing this project

README

          

rpi-tool

work in progress, in sudo mode can write to SD card on macs
`write` and `get` are only resources currently working (on mac)

Use at own risk

Usage:

`rpi-tool [] ...`

Lists all images currently available locally
`rpi-tool list`

Runs the installation suite
`rpi-tool install`

Downloads a direct download or torent of a image
`rpi-tool get [link]`

Writes an image to an SD card
`rpi-tool write [image]`

Options:
--version, -v print rpi version and exit [string]
--colors --no-colors will disable output coloring [boolean] [default: true]
--confirm, -c prevents rpi from asking before overwriting/removing things [boolean] [default: false]
--raw rpi will only output line-delimited raw JSON (useful for piping) [boolean]