PlanktoScope / forklift

Composable, reprovisionable, decentralized management of apps & configs on Raspberry Pis and other embedded Linux systems
Apache License 2.0
8 stars 0 forks source link

Make various UX improvements to the CLI #187

Closed ethanjli closed 5 months ago

ethanjli commented 5 months ago

This PR changes the CLI so that --parallel is enabled by default, since parallelized download of container images and parallelized bringup of containers so much better for usage (because it's so much faster). This PR also adds some other subcommands which I found I needed, and some automatic caching of required repos because I found it was annoying to have to remember to run cache-repo after those commands.