diff options
author | Fabian Affolter <fabian@bernewireless.net> | 2010-12-12 18:35:05 +0100 |
---|---|---|
committer | Fabian Affolter <fabian@bernewireless.net> | 2010-12-12 18:35:05 +0100 |
commit | 365b71e6381fcde157a0e79bdab517df650f2a57 (patch) | |
tree | 314e3c8aa19bfd175854b6f175b519967598751d /doc | |
parent | 23e87a19e6bca6ca9a5b84fda523f5896aa71484 (diff) | |
download | bcfg2-365b71e6381fcde157a0e79bdab517df650f2a57.tar.gz bcfg2-365b71e6381fcde157a0e79bdab517df650f2a57.tar.bz2 bcfg2-365b71e6381fcde157a0e79bdab517df650f2a57.zip |
doc: two examples added for xcmd
Diffstat (limited to 'doc')
-rw-r--r-- | doc/server/admin/xcmd.txt | 18 |
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 + |