when we do flatpak update that will download and install all the updates
is it possible to list only all the runtimes and all apps that have available updates?
flatpak remote-ls --updates REMOTE does this, although only for a single remote.
Yeah, supporting that with no specified remote would be nice. Anyone want to try for a first patch?
Should the command be "flatpak update --list" , "flatpak remote-ls --updates" (without REMOTE), "flatpak list --updates" or anything else ?
I think "flatpak remote-ls --updates" (without REMOTE) makes most sense. It would need to add a remote column though.