Matthias Clasen
5a8489cefe
Add a permission-set command
...
This command adds permissions for an app to one of the permission
store database(s).
2019-11-21 13:48:31 +01:00
Alexander Larsson
02b542789a
Add manpage for flatpak mask
2019-09-30 10:52:06 +02:00
Matthias Clasen
dc5a451389
Add docs for flatpak-spawn
...
Add a flatpak-spawn(1) man page. While it is not ideal
to have the docs live separately from the code, having
it here ensures that it will be available everywhere
all the other flatpak documentation is.
Closes : #2437
Approved by: alexlarsson
2018-12-17 08:29:52 +00:00
Matthias Clasen
754d68c74a
Rename list commands
...
Rename permission-list and document-list to
permissions and documents, for consistency with
how we handle remotes. The old command names
are kept as hidden aliases.
Closes : #2131
Closes : #2366
Approved by: mwleeds
2018-12-03 19:46:09 +00:00
Matthias Clasen
afc87ad1e5
Add a history command
...
The history command pulls the transaction log entries
out of the journal, and presents them nicely.
We use the sd-journal api for this, so we need to
link against libsystemd now, but we make the dependency
optional. If libsystemd is not available, the history
command will simply print an error.
2018-10-11 14:51:51 +02:00
Matthias Clasen
9c84b88e46
Add a kill command
...
This sends SIGKILL to a running sandbox process.
The command has completion for running applications,
for both application IDs and instance IDs.
Closes : #2180
Closes : #2181
Approved by: alexlarsson
2018-10-10 06:28:28 +00:00
Matthias Clasen
3f5ce0e945
Document flatpak ps
...
Closes : #2023
Approved by: alexlarsson
2018-08-27 14:25:15 +00:00
Matthew Leeds
af10bb98ec
doc: Add a man page for the repair command
...
Add a man page based on one of the comments in
app/flatpak-builtins-repair.c
Fixes https://github.com/flatpak/flatpak/issues/1820
2018-07-16 17:43:12 -07:00
Matthew Leeds
e959fd3db0
WIP: Add a create-usb command
...
Fixes https://github.com/flatpak/flatpak/issues/1672
Closes : #1828
Approved by: alexlarsson
2018-07-07 15:25:50 +00:00
Matthias Clasen
4c0662b03a
Add a permission-reset command
...
This command removes all permissions for a given app
from the permission store.
Closes : #1837
Approved by: alexlarsson
2018-06-29 11:52:40 +00:00
Matthias Clasen
e9f5b1cf06
Add a permission-show command
...
This shows all the entries pertaining to a particular
app from the permission store.
Closes : #1837
Approved by: alexlarsson
2018-06-29 11:52:40 +00:00
Matthias Clasen
9867bb0cf5
Add a permission-remove command
...
This removes an item from the permission store.
Closes : #1837
Approved by: alexlarsson
2018-06-29 11:52:40 +00:00
Matthias Clasen
5d9bbeaed2
Add a permission-list command
...
This command dumps the content of the permission store
database(s).
Closes : #1837
Approved by: alexlarsson
2018-06-29 11:52:40 +00:00
Alexander Larsson
0a9ae464f6
Add remote-info command
...
This shows information about a ref in a remote. Of particular interest
is the --log option which gives you a history which can be used
with update --commit=XXX to roll back an update.
Closes : #1174
Approved by: alexlarsson
2017-11-21 11:16:06 +00:00
Patrick Griffis
61daf53674
docs: Add flatpak-search man page
...
Closes : #1176
Approved by: mwleeds
2017-11-16 07:26:28 +00:00
Alexander Larsson
9e1e982bf8
Add flatpak config option
...
This is currenly only used to configure the languages to install.
Closes : #1098
Approved by: alexlarsson
2017-10-11 12:48:07 +00:00
Alexander Larsson
52bd146561
Remove flatpak-builder from flatpak repo
...
This is now in a separate flatpak-builder repo
2017-08-25 11:10:50 +02:00
Matthias Clasen
0d2d030bc8
Document flatpak repo command
...
Add a very short man page for flatpak repo.
2017-04-18 12:36:23 +02:00
Matthias Clasen
d249698f0f
docs: Add a man page for installation files
...
These files are mentioned in the main flatpak man page,
so we should document their format.
2017-04-10 08:12:37 +02:00
Matthias Clasen
9bec505464
doc: Add a manpage for the repo config format
...
We support dropping files in this format into /etc/flatpak/remotes.d/,
so we should document the file format.
2017-04-10 08:12:37 +02:00
Matthias Clasen
a749602aee
Split the manifest file docs off
...
Instead of one mega flatpak-builder man page, move the
file format documnentation to its own man page in the
right section, and shorten the flatpak-builder one.
2017-03-30 09:15:05 +02:00
Alexander Larsson
f0cad76ff8
Rename flatpak remote-list to flatpak remotes
...
The old name is deprecated and not documented, but still
works.
Fixes https://github.com/flatpak/flatpak/issues/482
2017-01-26 10:41:18 +01:00
Matthias Clasen
b67ace498b
Add a manpage for the flatpakrepo file format
...
Similar to the one for flatpakref.
2016-09-14 10:44:31 -04:00
Matthias Clasen
c5559141ff
Document the flatpakref file format
...
Add a man page with details about this file format: flatpak-flatpakref.5
2016-09-13 14:59:37 -04:00
Alexander Larsson
1976639153
flatpak: Add build-commit-from command
...
This creates new commits based on a different repo/branch. Very useful
to e.g. import and sign verified correct commits from an autobuilder
repo.
2016-08-19 17:24:03 +02:00
Simon McVittie
6ec373a1f6
Distribute flatpak-metadata.xml in tarball releases
...
This was missing from 0.6.8, causing a build with xmlto available
to fail.
Signed-off-by: Simon McVittie <smcv@debian.org >
2016-08-01 11:09:07 +01:00
Alexander Larsson
07b342a937
Properly make clean the docs
2016-07-31 00:11:31 +02:00
Matthias Clasen
bf96dd248f
Build html documentation from the man pages
...
This will be useful for putting the docs online.
2016-07-12 00:41:13 -04:00
Matthias Clasen
a1ef27cafb
Document the metadata format
...
This is useful information that should be available in a
single place.
2016-06-30 20:16:48 -04:00
Matthias Clasen
9c16751709
flatpak: Add a command to list exported documents
...
This lists all the files that are exported, possibly limited
to a single app id.
2016-06-16 15:05:18 -04:00
Matthias Clasen
528b1f8e29
flatpak: Add a document-unexport command
...
This calls org.freedesktop.portal.Documents.Delete to remove
an exported file from the document database altogether.
2016-06-16 15:05:18 -04:00
Matthias Clasen
52d32da215
flatpak: Add a document-info command
...
This uses the newly introduced non-portal interface to the
documents portal to obtain and show information about an
exported file.
2016-06-16 15:05:18 -04:00
Matthias Clasen
98a66ce6d8
Rename export-file to document-export
...
This fits better with the naming scheme for commands in general, and
will let us add more document portal related commands in the future.
2016-06-15 14:07:36 -04:00
Alexander Larsson
8abbc0186e
Rename everything but the on-disk location to flatpak
2016-05-09 11:11:55 +02:00
Alexander Larsson
cfd3f303b1
Add build-import-bundle command
2016-04-19 13:53:26 +02:00
Alexander Larsson
eb3a0df75c
Add xdg-app build-sign to sign a single commit
2016-04-13 10:08:59 +02:00
Matthias Clasen
9649cae95f
Add xdg-app info to docs
...
Add the info command in xdg-app(1), and build the existing
man page for it.
2016-03-22 11:37:18 -04:00
Matthias Clasen
2d678c9379
Document xdg-app-build-bundle
2016-03-22 11:26:17 -04:00
Alexander Larsson
7940a773ef
Always build libxmlapp
2016-01-22 22:19:52 +01:00
Alexander Larsson
025fa4e4d6
Merge list-apps and list-runtimes into single list command
2016-01-13 17:02:15 +01:00
Alexander Larsson
37c6485183
docs: Update for the new command names
2016-01-13 16:33:43 +01:00
Alexander Larsson
570ba8b55f
Add --enable-libxdgapp configure flag and disable lib by default
2015-12-16 15:27:42 +01:00
Emmanuele Bassi
f23090a615
Generate the API reference for libxdg-app
...
We use the good old gtk-doc.
2015-12-04 15:00:35 +00:00
Alexander Larsson
b2790349d6
Add xdg-app-builder
...
This is a tool that makes it easy to build applications and their
dependecies by automating the configure && make && make install steps.
2015-11-25 15:26:32 +01:00
Alexander Larsson
41af86dc69
Add xdg-app enter command
...
This lets you enter a sandbox and run a command there, which is useful
for debugging purposes.
2015-09-24 19:23:24 +02:00
Alexander Larsson
e9f1054e9c
Update docs for new/changes interface
2015-09-17 16:22:52 +02:00
Alexander Larsson
4eeea231e8
Rename repo-contents to ls-remote
...
This matches the other command names
2015-09-17 15:55:10 +02:00
Alexander Larsson
e0e23ee181
Add make-app-current
2015-03-11 10:25:15 +01:00
Matthias Clasen
33e31213bd
Add repo-update man page to the build
2015-01-29 14:42:31 -05:00
Alexander Larsson
2c50ebad51
Remove duplicated manpage
2015-01-29 11:23:20 +01:00