1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-list</title>
4 <productname>Koha</productname> is the first free software library automation package.
6 <orgname>The Koha Community</orgname>
7 <uri>http://koha-community.org/</uri>
11 <refentry xml:id="koha-list">
14 <refentrytitle>koha-list</refentrytitle>
15 <manvolnum>8</manvolnum>
19 <refname>koha-list</refname>
20 <refpurpose>Lists Koha instances, and optionally only those that are enabled/disabled or have email and/or SIP turned on/off.</refpurpose>
21 <refclass>UNIX/Linux</refclass>
26 <command>koha-list</command>
27 <arg><option>--enabled</option>|<option>--disabled</option></arg>
28 <arg><option>--email</option>|<option>--noemail</option></arg>
29 <arg><option>--sip</option>|<option>--nosip</option></arg>
30 <arg><option>-h</option>|<option>--help</option></arg>
34 <refsect1><title>Options</title>
35 <para>The filtering options can be combined, and you probably want to do this (except --email and --noemail, or --enabled and --disabled, that's just silly.)</para>
38 <term><option>--enabled</option></term>
40 <para>Only show instances that are enabled.</para>
44 <term><option>--disabled</option></term>
46 <para>Only show instances that are disabled.</para>
50 <term><option>--email</option></term>
52 <para>Only show instances that have email enabled.</para>
56 <term><option>--noemail</option></term>
58 <para>Only show instances that do not have email enabled.</para>
62 <term><option>--sip</option></term>
64 <para>Only show instances that have SIP enabled.</para>
68 <term><option>--nosip</option></term>
70 <para>Only show instances that do not have SIP enabled.</para>
75 <term><option>-h</option>|<option>--help</option></term>
77 <para>This help.</para>
83 <refsect1><title>Description</title>
84 <para>This script lists Koha instances on a server. Optionally only those that are enabled or disabled can be listed. There are also options for listing only servers that have email or SIP enabled/disabled. These limits can be applied alone or in combination.</para>
87 <refsect1><title>See also</title>
88 <simplelist type="inline">
89 <member><command>koha-create-dirs(8)</command></member>
90 <member><command>koha-foreach(8)</command></member>