You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
runtipi-cli app list
to report install apps and adding --all to report list of available apps.runtipi-cli app update --all
The text was updated successfully, but these errors were encountered: