mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-14 13:15:35 -04:00
7018717ce2abe7503ce6ba3f8b4e219a915b95fb
Instead of using "NAME [BRANCH]" as the command list we now support REF..., where each REF can be partial. This is easiest explained by examples. Here are some valid refs: org.test.App - only app id app/org.test.App/x86_64/stable - full ref org.test.App/x86_64/stable - full ref without prefix org.test.App - only app id org.test.App//stable - only branch org.test.App/x86_64 - only arch If any parts are left out they are wildcarded. Such parts are filled first by looking at other command line arguments like --arch and --app/--runtime. And finally by looking at what is available in the remote. If there are multiple matches the user is told the options in an error message.
Flatpak is a system for building, distributing and running sandboxed desktop applications on Linux.
See http://flatpak.org/ for more information.
Read documentation for the flatpak commandline tools and for the libflatpak library API.
Description
Languages
C
91.1%
Shell
5.1%
Python
1.8%
Meson
1.1%
Yacc
0.8%
