summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/server/admin/xcmd.txt18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/server/admin/xcmd.txt b/doc/server/admin/xcmd.txt
index ad652980b..3f775c5ac 100644
--- a/doc/server/admin/xcmd.txt
+++ b/doc/server/admin/xcmd.txt
@@ -5,4 +5,20 @@
xcmd
====
-XML-RPC Command Interface.
+XML-RPC Command Interface. ::
+
+ xcmd <xmlrpc method> <optional arguments>
+
+
+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
+