blob: 129a4ab1f2928cdc82843b907379d4ffb680e8a6 [file] [log] [blame]
martin f. krafft8acd49d2013-08-26 21:22:25 +02001===============
2reclass manpage
3===============
4
5Synopsis
6--------
7| |reclass| --help
8| |reclass| *[options]* --inventory
9| |reclass| *[options]* --nodeinfo=NODENAME
10
11Description
12-----------
13.. include:: intro.inc
14
15|reclass| will be used indirectly through adapters most of the time. However,
16there exists a command-line interface that allows querying the database. This
17manual page describes this interface.
18
19Options
20-------
21Please see the output of ``reclass --help`` for the default values of these
22options:
23
24Database options
25''''''''''''''''
26-s, --storage-type The type of storage backend to use
27-b, --inventory-base-uri The base URI to prepend to nodes and classes
28-u, --nodes-uri The URI to the nodes storage
29-c, --classes-uri The URI to the classes storage
30
31Output options
32''''''''''''''
33-o, --output The output format to use (yaml or json)
34-y, --pretty-print Try to make the output prettier
35
36Modes
37'''''
38-i, --inventory Output the entire inventory
39-n, --nodeinfo Output information for a specific node
40
41Information
42'''''''''''
43-h, --help Help output
44--version Display version number
45
46See also
47--------
martin f. krafftb0060952013-08-27 15:52:29 +020048Please visit http://reclass.pantsfullofunix.net/ for more information about
martin f. krafft8acd49d2013-08-26 21:22:25 +020049|reclass|.
50
51The documentation is also available from the ``./doc`` subtree in the source
52checkout, or from ``/usr/share/doc/reclass-doc``.
53
54.. include:: substs.inc
55.. include:: extrefs.inc