commands.sh

flatpak remote-info

linux

Show information about an application or runtime in a remote.

More info →

Examples (3)

Show information about a flatpak

flatpak remote-info remote_name com.example.app

Show a log of previous versions in a remote

flatpak remote-info --log remote_name com.example.app

Show information about the specific commit, rather than the latest version

flatpak remote-info --commit COMMIT remote_name com.example.app
made by @shridhargupta | data from tldr-pages