flatpak-builder/doc/xdg-app-remote-list.xml

132 lines
3.8 KiB
XML
Raw Normal View History

2015-01-15 00:12:39 +00:00
<?xml version='1.0'?> <!--*-nxml-*-->
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
2016-01-13 15:33:43 +00:00
<refentry id="xdg-app-remote-list">
2015-01-15 00:12:39 +00:00
<refentryinfo>
2016-01-13 15:33:43 +00:00
<title>xdg-app remote-list</title>
2015-01-15 00:12:39 +00:00
<productname>xdg-app</productname>
<authorgroup>
<author>
<contrib>Developer</contrib>
<firstname>Alexander</firstname>
<surname>Larsson</surname>
<email>alexl@redhat.com</email>
</author>
</authorgroup>
</refentryinfo>
<refmeta>
2016-01-13 15:33:43 +00:00
<refentrytitle>xdg-app remote-list</refentrytitle>
2015-01-15 00:12:39 +00:00
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
2016-01-13 15:33:43 +00:00
<refname>xdg-app-remote-list</refname>
2015-01-15 00:12:39 +00:00
<refpurpose>List remote repositories</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
2016-01-13 15:33:43 +00:00
<command>xdg-app remote-list</command>
2015-01-15 00:12:39 +00:00
<arg choice="opt" rep="repeat">OPTION</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para>
Lists the known remote repositories, in priority order.
2015-01-15 00:12:39 +00:00
</para>
<para>
By default, both per-user and system-wide installations
are shown. Use the --user or --system options to change
this.
</para>
2015-01-15 00:12:39 +00:00
</refsect1>
<refsect1>
<title>Options</title>
<para>The following options are understood:</para>
<variablelist>
<varlistentry>
<term><option>-h</option></term>
<term><option>--help</option></term>
<listitem><para>
Show help options and exit.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--user</option></term>
<listitem><para>
Show the per-user configuration.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--system</option></term>
<listitem><para>
Show the system-wide configuration.
2015-01-15 00:12:39 +00:00
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--show-details</option></term>
2015-01-15 00:12:39 +00:00
<listitem><para>
2015-09-17 13:41:17 +00:00
Show more information each repository in addition to the name.
2015-01-15 00:12:39 +00:00
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-v</option></term>
<term><option>--verbose</option></term>
<listitem><para>
Print debug information during command processing.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--version</option></term>
<listitem><para>
Print version information and exit.
</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>Examples</title>
<para>
2016-01-13 15:33:43 +00:00
<command>$ xdg-app remote-list --user --show-details</command>
2015-01-15 00:12:39 +00:00
</para>
<programlisting>
2015-09-17 13:41:17 +00:00
testrepo Test Repository http://209.132.179.91/repo/ no-gpg-verify
2015-01-15 00:12:39 +00:00
</programlisting>
</refsect1>
<refsect1>
<title>See also</title>
<para>
<citerefentry><refentrytitle>xdg-app</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>xdg-app-add-remote</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>xdg-app-delete-remote</refentrytitle><manvolnum>1</manvolnum></citerefentry>
2015-01-15 00:12:39 +00:00
</para>
</refsect1>
</refentry>