summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-08-09 13:26:45 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-08-12 00:43:44 -0500
commite9991f9359844113418ed08873fd8ebe2573ca06 (patch)
tree918013ec0bb99a04322076bb7198267052372c62 /tools
parent6f93c29285cc3c688accd3f0ef25a251fb3f3372 (diff)
downloadbcfg2-e9991f9359844113418ed08873fd8ebe2573ca06.tar.gz
bcfg2-e9991f9359844113418ed08873fd8ebe2573ca06.tar.bz2
bcfg2-e9991f9359844113418ed08873fd8ebe2573ca06.zip
bcfg2-admin: Add options from 75c6e2a to man page
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/manpagegen/bcfg2-admin.8.ronn53
1 files changed, 45 insertions, 8 deletions
diff --git a/tools/manpagegen/bcfg2-admin.8.ronn b/tools/manpagegen/bcfg2-admin.8.ronn
index c827265ca..f90865d9c 100644
--- a/tools/manpagegen/bcfg2-admin.8.ronn
+++ b/tools/manpagegen/bcfg2-admin.8.ronn
@@ -12,12 +12,37 @@ bcfg2-admin(8) -- Perform repository administration tasks
## OPTIONS
* `-C` <configfile>:
- Specify alternate bcfg2.conf location
+ Specify alternate bcfg2.conf location.
-## MODES
+ * `-E` <encoding>:
+ Specify the encoding of Cfg files.
- * `init`:
- Initialize a new repository (interactive).
+ * `-Q` <repository path>:
+ Specify the path to the server repository.
+
+ * `-S` <https://server:port>:
+ Manually specify the server location (as opposed to using the value
+ in bcfg2.conf).
+
+ * `-d`:
+ Enable debugging output.
+
+ * `-h`:
+ Print Usage information.
+
+ * `-o` <logfile path>:
+ Writes a log to the specified path.
+
+ * `-v`:
+ Enable verbose output.
+
+ * `-x` <password>:
+ Use ’password’ for client communication.
+
+ * `--ssl-key=`<ssl key>:
+ Specifiy the path to the SSL key.
+
+## MODES
* `backup`:
Create an archive of the entire Bcfg2 repository.
@@ -30,23 +55,29 @@ bcfg2-admin(8) -- Perform repository administration tasks
Add, edit, or remove clients entries in metadata (See [`CLIENT
OPTIONS`](###CLIENT OPTIONS) below).
- * `query` [g=group] [p=profile] [-f output-file] [-n] [-c]:
- Search for clients based on group or profile (See [`QUERY
- OPTIONS`](###QUERY OPTIONS) below).
-
* `compare` <old> <new>:
Compare two client configurations. Can be used to verify consistent
behavior between releases. Determine differences between files or
directories (See [`COMPARE OPTIONS`](###COMPARE OPTIONS) below).
+ * `init`:
+ Initialize a new repository (interactive).
+
* `minestruct` <client> [-f xml-file] [-g groups]:
Build structure entries based on client statistics extra entries
(See [`MINESTRUCT OPTIONS`](###MINESTRUCT OPTIONS) below).
+ * `perf`:
+ Query server for performance data.
+
* `pull` <client> <entry-type> <entry-name>:
Install configuration information into repo based on client bad
entries (See [`PULL OPTIONS`](###PULL OPTIONS) below).
+ * `query` [g=group] [p=profile] [-f output-file] [-n] [-c]:
+ Search for clients based on group or profile (See [`QUERY
+ OPTIONS`](###QUERY OPTIONS) below).
+
* `reports` [init|load_stats|purge|scrub|update]:
Interact with the dynamic reporting system (See [`REPORTS
OPTIONS`](###REPORTS OPTIONS) below).
@@ -55,6 +86,9 @@ bcfg2-admin(8) -- Perform repository administration tasks
Interact with the Snapshots database (See [`SNAPSHOTS
OPTIONS`](###SNAPSHOTS OPTIONS) below).
+ * `syncdb`:
+ Sync the Django ORM with the configured database.
+
* `tidy`:
Remove unused files from repository.
@@ -62,6 +96,9 @@ bcfg2-admin(8) -- Perform repository administration tasks
Create a graphviz diagram of client, group and bundle information
(See [`VIZ OPTIONS`](###VIZ OPTIONS) below).
+ * `xcmd`:
+ Provides a XML-RPC Command Interface to the bcfg2-server.
+
### BUNDLE OPTIONS
* `mode`: