Using a cli, I would like to be able to update all apps. One approach I was thinking was to list all apps and update them all manually with a script.
- I can't find a command using the cli to show every installed/available apps, proposition is
runtipi-cli app list to report install apps and adding --all to report list of available apps.
- cli should support update of all apps ans skip in case of errors: proposition is to use:
runtipi-cli app update --all