1FLATPAK DOCUMENT-IN(1) flatpak document-info FLATPAK DOCUMENT-IN(1)
2
3
4
6 flatpak-document-info - Show information about exported files
7
9 flatpak document-info [OPTION...] FILE
10
12 Shows information about an exported file, such as the document id, the
13 fuse path, the original location in the filesystem, and the
14 per-application permissions.
15
16 FILE can either be a file in the fuse filesystem at
17 /run/user/$UID/doc/, or a file anywhere else.
18
20 The following options are understood:
21
22 -h, --help
23 Show help options and exit.
24
25 -v, --verbose
26 Print debug information during command processing.
27
28 --ostree-verbose
29 Print OSTree debug information during command processing.
30
32 $ flatpak document-info ~/Sources/gtk/gail-3.0.pc
33
34 id: dd32c34a
35 path: /run/user/1000/doc/dd32c34a/gail-3.0.pc
36 origin: /home/mclasen/Sources/gtk/gail-3.0.pc
37 permissions:
38 org.gnome.gedit read, write
39
41 flatpak(1), flatpak-document-export(1), flatpak-document-unexport(1),
42 flatpak-documents(1)
43
44
45
46flatpak FLATPAK DOCUMENT-IN(1)