summaryrefslogtreecommitdiffstats
path: root/doc/server/admin/xcmd.txt
blob: fc40f1243a574a13880cc94453c87d2329202b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. -*- mode: rst -*-

.. _server-admin-xcmd:

xcmd
====

XML-RPC Command Interface.::

    xcmd <xmlrpc method> <optional arguments>

For debbuging the following command can help::

    bcfg2-admin xcmd Metadata.toggle_debug

Those two examples can alos be found in the
:ref:`Package section <server-plugins-generators-packages>`.

To rebuild the packages plugin cache::

    bcfg2-admin xcmd Packages.Refresh

To perform a soft reload to reread the configuration file and
download only missing sources.::

    bcfg2-admin xcmd Packages.Reload