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
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
e5d74a7d74
docs: Fix alphabetic ordering of commands
...
The permissions were misplaced.
Closes : #2218
Approved by: alexlarsson
2018-10-10 15:26:23 +00: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
Matthew Leeds
1a79b46059
doc: Point to the source of the generated HTML
...
When you're looking at the Flatpak Command Reference on
docs.flatpak.org, it's not clear that it was generated from the flatpak
repo. So add a notice to the docbook that's used to generate the HTML.
This was pointed out by
https://github.com/flatpak/flatpak-docs/pull/134
2018-07-07 17:17:03 +02: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
Matthew Leeds
27fcf108fd
doc: Add missing commands to flatpak-docs.xml.in
...
This adds some recently added commands to flatpak-docs.xml.in so they
will be included in the generated HTML command reference.
2017-12-11 16:19:12 +01:00
Matthew Leeds
32161146a0
doc: Sort flatpak-docs includes alphabetically
...
Sort the list of manpages we're including in flatpak-docs.xml.in, to
make it easier to maintain.
2017-12-11 16:19:12 +01: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
c264ac32e3
Add some structure to the generated html
...
Group things as executables, commands and file formats.
This makes an otherwise too long list more manageable.
2017-04-14 10:48:40 -04:00
Matthias Clasen
e0d4c655e1
doc: Include all man pages in html
...
We have a docbook file that generates html versions of
the man pages. Keep it updated.
2017-04-10 06:03:49 -04: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
fa23c86675
Add new man pages to the docs
2016-09-14 10:44:54 -04:00
Simon McVittie
4dd59eeecb
docs: include sub-documents from $(srcdir)
...
This fixes "make distcheck".
Signed-off-by: Simon McVittie <smcv@debian.org >
2016-08-01 11:15:07 +01: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