logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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