1FLATPAK REMOTE-INFO(1) flatpak remote-info FLATPAK REMOTE-INFO(1)
2
3
4
6 flatpak-remote-info - Show information about an application or runtime
7 in a remote
8
10 flatpak remote-info [OPTION...] REMOTE REF
11
13 Shows information about the runtime or application REF from the remote
14 repository with the name REMOTE. You can find all configured remote
15 repositories with flatpak remotes.
16
17 By default, the output is formatted in a friendly format. If you
18 specify one of the options --show-ref, --show-commit, --show-parent, or
19 --show-metadata, the output is instead formatted in a machine-readable
20 format.
21
22 Unless overridden with the --system, --user, or --installation options,
23 this command uses either the default system-wide installation or the
24 per-user one, depending on which has the specified REMOTE.
25
27 The following options are understood:
28
29 -h, --help
30 Show help options and exit.
31
32 --user
33 Use the per-user configuration.
34
35 --system
36 Use the default system-wide configuration.
37
38 --installation=NAME
39 Use a system-wide installation specified by NAME among those
40 defined in /etc/flatpak/installations.d/. Using
41 --installation=default is equivalent to using --system.
42
43 --runtime
44 Assume that REF is a runtime if not explicitly specified.
45
46 --app
47 Assume that REF is an app if not explicitly specified.
48
49 --arch=ARCH
50 The default architecture to look for, if not given explicitly in
51 the REF.
52
53 --commit=COMMIT
54 Show information about the specific commit, rather than the latest
55 version.
56
57 --log
58 Display a log of previous versions.
59
60 -r, --show-ref
61 Show the matched ref.
62
63 -c, --show-commit
64 Show the commit id.
65
66 -p, --show-parent
67 Show the parent commit id.
68
69 -m, --show-metadata
70 Show the metadata.
71
72 -v, --verbose
73 Print debug information during command processing.
74
75 --ostree-verbose
76 Print OSTree debug information during command processing.
77
79 $ flatpak --user remote-info flathub org.gnome.gedit
80
81 Ref: app/org.gnome.gedit/x86_64/stable
82 ID: org.gnome.gedit
83 Arch: x86_64
84 Branch: stable
85 Date: 2017-07-31 16:05:22 +0000
86 Subject: Build org.gnome.gedit at 3ec291fc1ce4d78220527fa79576f4cc1481ebe5
87 Commit: 3de7e9dde3bb8382aad9dfbbff20eccd9bf2100bc1887a3619ec0372e8066bf7
88 Parent: -
89 Download size: 3,4 MB
90 Installed size: 11,1 MB
91 Runtime: org.gnome.Platform/x86_64/3.24
92
94 flatpak(1), flatpak-remotes(1)flatpak-remote-ls(1)
95
96
97
98flatpak FLATPAK REMOTE-INFO(1)