1FLATPAK REPO(1) flatpak repo FLATPAK REPO(1)
2
3
4
6 flatpak-repo - Show information about a local repository
7
9 flatpak repo [OPTION...] LOCATION
10
12 Show information about a local repository.
13
14 If you need to modify a local repository, see the flatpak
15 build-update-repo command, or use the ostree tool.
16
18 The following options are understood:
19
20 -h, --help
21 Show help options and exit.
22
23 --info
24 Print general information about a local repository.
25
26 --branches
27 List the branches in a local repository.
28
29 --metadata=BRANCH
30 Print metadata for a branch in the repository.
31
32 --commits=BRANCH
33 Show commits and deltas for a branch in the repository.
34
35 -v, --verbose
36 Print debug information during command processing.
37
38 --ostree-verbose
39 Print OSTree debug information during command processing.
40
42 $ flatpak repo --info ~/my-repo
43
45 flatpak(1), flatpak-info(1) flatpak-build-update-repo(1) ostree(1)
46
47
48
49flatpak FLATPAK REPO(1)