diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9d7dd370..01f84be4 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -25,6 +25,7 @@ man_MANS = \
xdg-app-update.1 \
xdg-app-uninstall.1 \
xdg-app-list.1 \
+ xdg-app-info.1 \
xdg-app-make-current.1 \
xdg-app-run.1 \
xdg-app-override.1 \
@@ -32,6 +33,7 @@ man_MANS = \
xdg-app-export-file.1 \
xdg-app-build-init.1 \
xdg-app-build.1 \
+ xdg-app-build-bundle.1 \
xdg-app-build-finish.1 \
xdg-app-build-export.1 \
xdg-app-build-update-repo.1 \
diff --git a/doc/xdg-app-build-bundle.xml b/doc/xdg-app-build-bundle.xml
new file mode 100644
index 00000000..aa104273
--- /dev/null
+++ b/doc/xdg-app-build-bundle.xml
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+ xdg-app build-bundle
+ xdg-app
+
+
+
+ Developer
+ Alexander
+ Larsson
+ alexl@redhat.com
+
+
+
+
+
+ xdg-app build-bundle
+ 1
+
+
+
+ xdg-app-build-bundle
+ Create a single file bundle from a local repository
+
+
+
+
+ xdg-app build-bundle
+ OPTION
+ LOCATION
+ FILENAME
+ NAME
+ BRANCH
+
+
+
+
+ Description
+
+
+ Creates a single file named FILENAME
+ for the application (or runtime) named NAME
+ in the repository at LOCATION. If
+ a BRANCH is specified, this branch of
+ the application is used.
+
+
+ The format of the bundle file is that of an ostree static delta
+ (against an empty base) with some xdg-app specific metadata for
+ the application icons and appdata.
+
+
+
+
+ Options
+
+ The following options are understood:
+
+
+
+
+
+
+
+ Show help options and exit.
+
+
+
+
+
+
+
+ Export a runtime instead of an application.
+
+
+
+
+
+
+
+ The arch to create a bundle for.
+
+
+
+
+
+
+
+ The URL for the repository.
+
+
+
+
+
+
+
+ Add the GPG key from FILE (use - for stdin).
+
+
+
+
+
+
+
+ GPG Homedir to use when looking for keyrings
+
+
+
+
+
+
+
+
+ Print debug information during command processing.
+
+
+
+
+
+
+
+ Print version information and exit.
+
+
+
+
+
+
+ See also
+
+
+ ostree1,
+ xdg-app1,
+ xdg-app-build-init1,
+ xdg-app-build1,
+ xdg-app-build-finish1
+ xdg-app-repo-update1
+
+
+
+
+
diff --git a/doc/xdg-app-info.xml b/doc/xdg-app-info.xml
index 4d0eef19..494a54b9 100644
--- a/doc/xdg-app-info.xml
+++ b/doc/xdg-app-info.xml
@@ -2,7 +2,7 @@
-
+
xdg-app info
diff --git a/doc/xdg-app.xml b/doc/xdg-app.xml
index 99057f8a..48df8949 100644
--- a/doc/xdg-app.xml
+++ b/doc/xdg-app.xml
@@ -103,82 +103,42 @@
Commands
- Commands related to repository configuration:
-
-
-
- xdg-app-remote-add1
-
-
- Add a remote repository.
-
-
-
- xdg-app-remote-modify1
-
-
- Modify remote repository properties.
-
-
-
- xdg-app-remote-delete1
-
-
- Delete a remote repository.
-
-
-
- xdg-app-remote-list1
-
-
- Lists remote repositories.
-
-
-
- xdg-app-remote-ls1
-
-
- Show available runtimes and applications.
-
-
-
-
- Commands for handling installed runtimes and applications:
+ Commands for managing installed applications and runtimes:
xdg-app-install1
- Install an application or a runtime.
+ Install an application or a runtime from a remote.
xdg-app-update1
- Update an application or a runtime.
+ Update an installed application or runtime.
xdg-app-uninstall1
- Uninstall an application or a runtime.
+ Uninstall an installed application or runtime.
- xdg-app-list-runtimes1
+ xdg-app-list1
- List installed runtimes.
+ List installed applications and/or runtimes.
- xdg-app-list-apps1
+ xdg-app-info1
- List installed applications.
+ Show information for an installed application or runtime.
@@ -198,14 +158,61 @@
xdg-app-override1
- Override application requirements.
+ Override permissions for an application.
xdg-app-export-file1
- Export a file to a sandboxed application.
+ Grant an application access to a specific file.
+
+
+
+ xdg-app-enter1
+
+
+ Enter the namespace of a running application.
+
+
+
+
+ Commands for managing remote rempositories:
+
+
+
+ xdg-app-remote-add1
+
+
+ Add a new remote repository.
+
+
+
+ xdg-app-remote-modify1
+
+
+ Modify properties of a configured remote repository.
+
+
+
+ xdg-app-remote-delete1
+
+
+ Delete a configured remote repository.
+
+
+
+ xdg-app-remote-list1
+
+
+ List all configured remote repositories.
+
+
+
+ xdg-app-remote-ls1
+
+
+ List contents of a configured remote repository.
@@ -231,21 +238,28 @@
xdg-app-build-finish1
- Finalizes a build directory.
+ Finalizes a build directory for export.
xdg-app-build-export1
- Create a repository from a build directory.
+ Export a build directory to a repository.
+
+
+
+ xdg-app-build-bundle1
+
+
+ Create a bundle file from a build directory.
xdg-app-build-update-repo1
- Update repository metadata.
+ Update the summary file in a repository.