1FLATPAK BUILD-BUNDL(1) flatpak build-bundle FLATPAK BUILD-BUNDL(1)
2
3
4
6 flatpak-build-bundle - Create a single-file bundle from a local
7 repository
8
10 flatpak build-bundle [OPTION...] LOCATION FILENAME NAME [BRANCH]
11
13 Creates a single-file named FILENAME for the application (or runtime)
14 named NAME in the repository at LOCATION. If a BRANCH is specified,
15 this branch of the application is used.
16
17 The collection ID set on the repository at LOCATION (if set) will be
18 used for the bundle.
19
20 The format of the bundle file is that of an ostree static delta
21 (against an empty base) with some flatpak specific metadata for the
22 application icons and appdata.
23
25 The following options are understood:
26
27 -h, --help
28 Show help options and exit.
29
30 --runtime
31 Export a runtime instead of an application.
32
33 --arch=ARCH
34 The arch to create a bundle for.
35
36 --repo-url=URL
37 The URL for the repository from which the application can be
38 updated. Installing the bundle will automatically configure a
39 remote for this URL.
40
41 --runtime-repo=URL
42 The URL for a .flatpakrepo file that contains the information about
43 the repository that supplies the runtimes required by the app.
44
45 --gpg-keys=FILE
46 Add the GPG key from FILE (use - for stdin).
47
48 --gpg-homedir=PATH
49 GPG Homedir to use when looking for keyrings.
50
51 --oci
52 Export to an OCI image instead of a Flatpak bundle.
53
54 -v, --verbose
55 Print debug information during command processing.
56
57 --ostree-verbose
58 Print OSTree debug information during command processing.
59
61 $ flatpak build-bundle /var/lib/flatpak/repo gnome-calculator.flatpak
62 org.gnome.Calculator stable
63
65 ostree(1), flatpak(1), flatpak-build-init(1), flatpak-build(1),
66 flatpak-build-finish(1), flatpak-build-import-bundle(1), flatpak-build-
67 update-repo(1)
68
69
70
71flatpak FLATPAK BUILD-BUNDL(1)