Examples (3)
Show information about a flatpak
flatpak remote-info remote_name com.example.appShow a log of previous versions in a remote
flatpak remote-info --log remote_name com.example.appShow information about the specific commit, rather than the latest version
flatpak remote-info --commit COMMIT remote_name com.example.appmade by @shridhargupta | data from tldr-pages