flatpak Verified current stable Not installed? Version Control

Flatpak / Show Flatpak Info Specific Commit

Show Flatpak Info Specific Commit

Flatpak command syntax to show flatpak info specific commit. Copyable examples, output expectations, and common mistakes.

$
Terminal
flatpak remote-info --commit <COMMIT> <remote_name> <com.example.app>

Command Breakdown

What each part is doing

flatpak
Base Command
The executable that performs this operation. Here it runs Flatpak before the shell applies any redirect operators.
<COMMIT>
COMMIT
The value supplied for COMMIT.
<remote_name>
remote name
The value supplied for remote name.
<com.example.app>
com.example.app
The value supplied for com.example.app.
--commit
Command Option
Tool-specific option used by this command invocation.

Alternative Approaches

Comparable commands in other tools

Alternative version control tools for the same job.