logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Flatpak Info - View Remote Application Information | Online Free DevTools by Hexmos

View Flatpak application information with Flatpak Remote Info. Inspect application details, check version history and examine commit details from remote repositories. Free online tool, no registration required.

flatpak-remote-info

Show information about an application or runtime in a remote. More information: https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-remote-info.

  • 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}}

See Also