Update a single app

My YunoHost server

Hardware: Old laptop or computer
YunoHost version: 11.2.11.3
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

With the webadmin I can update a single app. Using the command line I can only update all apps.

$ yunohost tools upgrade --help
usage: yunohost tools upgrade [{apps,system}] [-h]
YunoHost upgrade
positional arguments:
  {apps,system}  What to upgrade, either "apps" (all apps) or "system" (all
                 system packages)

I guess there is a way to update a single app, or a list of apps that is not listed in this help text. Do you know how to achieve this?

you can do yunohost app upgrade $app :slight_smile:

3 Likes