pibakery icon indicating copy to clipboard operation
pibakery copied to clipboard

CLI Tool for scripted deployment

Open ninijay opened this issue 7 years ago • 1 comments
trafficstars

It would be nice to have a CLI- Tool for pibakery. Either use this idea or the already developed one and merge this pull req #106

Idea

I would suggest running the cli like this:

pibakery [-i <path/to/xml/file> [-w <tgt>]]
cmd meaning
-i load the following image/ xml on startup
-w optional flag; if set write directly to specified target (tgt)

Use cases

No Args

If no args are supplied the application would start up as usual.

-i

If only the -i arg with a path is supplied the application would start up as usual but already import the specified xml.

-w

If -i and -w is supplied with valid values, the application just writes the supplied image to the target sd card

ninijay avatar Apr 18 '18 08:04 ninijay